Managed Server Startup failed after upgrade to 11.1.1.6 from 11.1.1.4

We tried to upgrade from SOA Suite 11.1.1.4 to 11.1.1.6.
After upgrade when we tried to start our managed servers we get the below error. Did anyone ran into this? If so how did you resolve it?.
Its still referring to some Weblogic 10.3.4 libraries. We were not able to find out where..
<Mar 22, 2012 3:21:29 PM CDT> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub
java.lang.AssertionError: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub
at weblogic.jndi.WLInitialContextFactoryDelegate.newRootNamingNodeStub(WLInitialContextFactoryDelegate.java:610)
at weblogic.jndi.WLInitialContextFactoryDelegate.newRemoteContext(WLInitialContextFactoryDelegate.java:577)
at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:482)
at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
at weblogic.jndi.Environment.getContext(Environment.java:315) Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: weblogic.jndi.internal.ServerNamingNode_1034_WLStub at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) Truncated. see log file for complete stacktrace>
The WebLogic Server encountered a critical failure
Reason: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl
Exception in thread "Main Thread" java.lang.AssertionError: Failed to load stub for class class weblogic.server.RemoteLifeCycleOperationsImpl at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:145) at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124) at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:427) at weblogic.jndi.Environment.getInitialReference(Environment.java:245) at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:1083) at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:429) at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:415)
at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482) at weblogic.Server.main(Server.java:71)
Thanks,
Jp

Hi,
I found an oracle note with the next solution:
Add -Xverify:none to the JVM Arguments in the WebLogic console if you're using Node Manager to start managed servers:
1. Go into WebLogic Console
2. Navigate to Environment> Servers> [Sever_name]> Server Start> Arguments
3. Add -Xverify:none to the arguments
4. Restart the WebLogic server
5. Retest the issue.
6. Migrate the solution as appropriate to other environments.
Or
If you're not using Node Manager to start managed servers:
Edit the WebLogic start-up script to add -Xverify:none to the JVM arguments
See if it works for you
Arik

Similar Messages

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • Startup failing after upgrade to Yosemite

    After my update to yosemite my computer doesn’t startup anymore. It only shows the grey Apple logo and the “startup bar” is not progressing anymore. I now always have to perform a hard shut-down and do a re-start, and only in the second or third attempt it will start up "normally". The computer also has become very slow and unresponsive and takes a long time to start up after signing in.
    To solve the problem (I hoped) I have done a complete clean install of Yosemite and thereafter installing my old programs using the Migration assistent. This did't help. Just now I have made an extra partition and only installed Yosemite on this partition. The same problem is still showing and the computer is still not starting up. I also experience complete kernel panics, where the message is different every time (I have pictures available of a number of kernel panics).
    I still have a partition with Mavericks which starts up just fine, so the problem doesn't seem to be my computer (although WiFi stopped working some 2 months ago). I now performed a EtreCheck with results listed as below. Anyone an idea what is wrong?
    EtreCheck version: 2.0.11 (98)
    Report generated 3 Nov 2014 21:50:54 CET
    Hardware Information: ℹ️
      Mac mini (Late 2012) (Verified)
      Mac mini - model: Macmini6,2
      1 2.3 GHz Intel Core i7 CPU: 4-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      PL2377 spdisplays_1080p
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: 0:51:36
    Disk Information: ℹ️
      APPLE HDD HTS541010A9E662 disk0 : (1 TB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Main disk (disk0s2) /  [Startup]: 837.97 GB (270.41 GB free)
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Main disk 2 (disk0s4) /Volumes/Main disk 2 : 67.58 GB (56.53 GB free)
      Recovery HD (disk0s5) <not mounted>  [Recovery]: 650 MB
      Secundairy disk (disk0s6) /Volumes/Secundairy disk : 90.42 GB (58.76 GB free)
      Recovery HD (disk0s7) <not mounted>  [Recovery]: 650 MB
    USB Information: ℹ️
      Apple, Inc. IR Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Mitsumi Electric Hub in Apple Extended USB Keyboard
      Fujitsu Takamisawa Component Apple Optical USB Mouse
      Mitsumi Electric Apple Extended USB Keyboard
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [not loaded] com.Logitech.Control Center.HID Driver (3.9.1 - SDK 10.8) Support
      [loaded] com.sophos.kext.sav (9.2.50 - SDK 10.8) Support
      [loaded] com.sophos.nke.swi (9.2.50 - SDK 10.8) Support
      /System/Library/Extensions
      [not loaded] com.Logitech.Unifying.HID Driver (1.3.0 - SDK 10.6) Support
      [not loaded] com.tomtom.driver.UsbEthernetGadget (1.0.0d1) Support
    Startup Items: ℹ️
      TuxeraNTFSUnmountHelper: Path: /Library/StartupItems/TuxeraNTFSUnmountHelper
      Startup items are obsolete and will not work in future versions of OS X
    Problem System Launch Agents: ℹ️
      [failed] com.apple.bird.plist
      [failed] com.apple.CallHistoryPluginHelper.plist
      [failed] com.apple.CallHistorySyncHelper.plist
      [failed] com.apple.cmfsyncagent.plist
      [failed] com.apple.coreservices.appleid.authentication.plist
      [failed] com.apple.icloud.fmfd.plist
      [failed] com.apple.iconservices.iconservicesagent.plist
      [failed] com.apple.pluginkit.pkd.plist
      [failed] com.apple.printtool.agent.plist
      [failed] com.apple.SafariNotificationAgent.plist
      [failed] com.apple.scopedbookmarkagent.xpc.plist
      [failed] com.apple.security.cloudkeychainproxy.plist
      [failed] com.apple.spindump_agent.plist
      [failed] com.apple.telephonyutilities.callservicesd.plist
    Problem System Launch Daemons: ℹ️
      [failed] com.apple.awdd.plist
      [failed] com.apple.ctkd.plist
      [failed] com.apple.icloud.findmydeviced.plist
      [failed] com.apple.iconservices.iconservicesagent.plist
      [failed] com.apple.iconservices.iconservicesd.plist
      [failed] com.apple.ifdreader.plist
      [failed] com.apple.MobileFileIntegrity.plist
      [failed] com.apple.nehelper.plist
      [failed] com.apple.softwareupdated.plist
      [failed] com.apple.spindump.plist
      [failed] com.apple.tccd.system.plist
      [failed] com.apple.wdhelper.plist
      [failed] com.apple.xpc.smd.plist
      [failed] org.cups.cupsd.plist
    Launch Agents: ℹ️
      [running] com.Logitech.Control Center.Daemon.plist Support
      [running] com.micromat.TechToolProAgent.plist Support
      [running] com.sophos.uiserver.plist Support
      [not loaded] com.teamviewer.teamviewer.plist Support
      [not loaded] com.teamviewer.teamviewer_desktop.plist Support
    Launch Daemons: ℹ️
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.micromat.TechToolProDaemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [running] com.sophos.common.servicemanager.plist Support
      [not loaded] com.teamviewer.teamviewer_service.plist Support
    User Launch Agents: ℹ️
      [invalid?] com.adobe.ARM.[...].plist Support
      [invalid?] com.google.GoogleContactSyncAgent.plist Support
      [invalid?] com.google.keystone.agent.plist Support
      [invalid?] com.spotify.webhelper.plist Support
      [invalid?] jp.co.canon.Inkjet_Extended_Survey_Agent.plist Support
      [invalid?] org.virtualbox.vboxwebsrv.plist Support
    User Login Items: ℹ️
      MyDriveConnect Application (/Applications/MyDriveConnect.app)
      Microsoft Database Daemon UNKNOWN (missing value)
      Dropbox ApplicationHidden (/Applications/Dropbox.app)
      Canon IJ Network Scanner Selector EX ApplicationHidden (/Applications/Canon Utilities/IJ Network Scanner Selector EX/Canon IJ Network Scanner Selector EX.app)
      Canon IJ Network Scanner Selector EX ApplicationHidden (/Applications/Canon Utilities/IJ Network Scanner Selector EX/Canon IJ Network Scanner Selector EX.app)
      fuspredownloader ApplicationHidden (/Users/[redacted]/Library/Application Support/.FUS/fuspredownloader.app)
    Internet Plug-ins: ℹ️
      SharePointBrowserPlugin: Version: 14.4.5 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.189 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.189 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Silverlight: Version: 5.1.30514.0 - SDK 10.6 Support
      Default Browser: Version: 600 - SDK 10.10
    Safari Extensions: ℹ️
      RSS Menu
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      FUSE for OS X (OSXFUSE)  Support
      Logitech Control Center  Support
      Perian  Support
      TechTool Protection  Support
      Tuxera NTFS  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Volumes being backed up:
      Main disk: Disk size: 837.97 GB Disk used: 567.57 GB
      Destinations:
      MacOSX Backup [Local]
      Total size: 999.83 GB
      Total number of backups: 3
      Oldest backup: 2014-10-26 13:35:42 +0000
      Last backup: 2014-11-02 14:43:18 +0000
      Size of backup disk: Too small
      Backup size 999.83 GB < (Disk used 567.57 GB X 3)
      Backup Eric Powermac [Network]
      Total size: 1.07 TB
      Total number of backups: 23
      Oldest backup: 2014-02-21 07:56:49 +0000
      Last backup: 2014-10-23 09:05:28 +0000
      Size of backup disk: Too small
      Backup size 1.07 TB < (Disk used 567.57 GB X 3)
    Top Processes by CPU: ℹ️
          6% WindowServer
          4% Safari
          3% Dropbox
          2% com.apple.WebKit.Networking
          1% TechToolProDaemon
    Top Processes by Memory: ℹ️
      107 MB Safari
      73 MB com.apple.internetaccounts
      64 MB InterCheck
      64 MB cloudd
      64 MB Spotlight
    Virtual Memory Information: ℹ️
      57 MB Free RAM
      1.08 GB Active RAM
      1.04 GB Inactive RAM
      889 MB Wired RAM
      7.71 GB Page-ins
      247 MB Page-outs

    Off hand it looks like a botched upgrade. I suggest a reinstall from scratch:
    Install or Reinstall Lion/Mountain Lion from Scratch
    Be sure you backup your files to an external drive or second internal drive because the following procedure will remove everything from the hard drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
      1. Select Disk Utility from the main menu and click on the Continue button.
      2. After DU loads select your startup volume (usually Macintosh HD) from the
          left side list. Click on the Erase tab in the DU main window.
      3. Set the format type to Mac OS Extended (Journaled.) Optionally, click on
            the Security button and set the Zero Data option to one-pass. Click on
          the Erase button and wait until the process has completed.
      4. Quit DU and return to the main menu.
    Reinstall Yosemite: Select Reinstall OS X and click on the Install button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible
                because it is three times faster than wireless.

  • WebLogic 10.3.2  managed server startup failed : ''31' could not be found'

    Dears: I ran my managed server using script but failed , the weblogic version is 10.3.2 (11g R1) , on Solaris 10 sparc 64bit.:
    ports=( 7001 7003 7005 7007 )
    instances=( instance1 instance2 instance3 )
    adminip=192.168.11.174
    "startManagedWebLogic.sh ${instances[1]} http://$adminip:${ports[0]}"&
    Does anyone get jammed into this situation?
    The Managed Server instance2 is going to running
    JAVA Memory arguments: -Xms768m -Xmx2048m -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=6 -XX:+DisableExplicitGC -XX:MaxPermSize=2048m
    WLS Start Mode=Production
    CLASSPATH=/wls11g/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/wls11g/jdk1.6.0_18/lib/tools.jar:/wls11g/utils/config/10.3/config-launch.jar:/wls11g/wlserver_10.3/server/lib/weblogic_sp.jar:/wls11g/wlserver_10.3/server/lib/weblogic.jar:/wls11g/modules/features/weblogic.server.modules_10.3.2.0.jar:/wls11g/wlserver_10.3/server/lib/webservices.jar:/wls11g/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/wls11g/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/wls11g/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/wls11g/wlserver_10.3/server/lib/xqrl.jar
    PATH=/wls11g/wlserver_10.3/server/bin:/wls11g/modules/org.apache.ant_1.7.0/bin:/wls11g/jdk1.6.0_18/jre/bin:/wls11g/jdk1.6.0_18/bin:/wls11g/user_projects/domains/base_domain:/wls11g/user_projects/domains/base_domain/bin:/wls11g/wlserver_10.3/server/bin:/wls11g/user_projects/domains/base_domain:/wls11g/user_projects/domains/base_domain/bin:/wls11g/wlserver_10.3/server/bin:/usr/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    -bash-3.00$ java version "1.6.0_18-ea"
    Java(TM) SE Runtime Environment (build 1.6.0_18-ea-b05)
    Java HotSpot(TM) 64-Bit Server VM (build 16.0-b12, mixed mode)
    Starting WLS with line:
    /wls11g/jdk1.6.0_18/bin/java -server -d64 -Xms768m -Xmx2048m -XX:NewSize=512m -XX:MaxNewSize=512m -XX:SurvivorRatio=6 -XX:+DisableExplicitGC -XX:MaxPermSize=2048m -Dweblogic.Name=instance2 -Djava.security.policy=/wls11g/wlserver_10.3/server/lib/weblogic.policy -da -Dplatform.home=/wls11g/wlserver_10.3 -Dwls.home=/wls11g/wlserver_10.3/server -Dweblogic.home=/wls11g/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://140.126.24.25:6001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/wls11g/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
    <Jan 20, 2010 6:02:46 PM CST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 16.0-b12 from Sun Microsystems Inc.>
    <Jan 20, 2010 6:02:49 PM CST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    <Jan 20, 2010 6:03:00 PM CST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://140.126.24.25:6001.>
    <Jan 20, 2010 6:03:00 PM CST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Jan 20, 2010 6:03:00 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jan 20, 2010 6:03:00 PM CST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jan 20, 2010 6:03:01 PM CST> <Notice> <LoggingService> <BEA-320400> <The log file /wls11g/user_projects/domains/base_domain/servers/instance2/logs/instance2.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Jan 20, 2010 6:03:01 PM CST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to /wls11g/user_projects/domains/base_domain/servers/instance2/logs/instance2.log00026. Log messages will continue to be logged in /wls11g/user_projects/domains/base_domain/servers/instance2/logs/instance2.log.>
    <Jan 20, 2010 6:03:01 PM CST> <Notice> <Log Management> <BEA-170019> <The server log file /wls11g/user_projects/domains/base_domain/servers/instance2/logs/instance2.log is opened. All server side log events will be written to this file.>
    <Jan 20, 2010 6:03:16 PM CST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jan 20, 2010 6:03:19 PM CST> <Error> <Configuration Management> <BEA-150000> <An error occurred while establishing a connection back to the adminstration server t3://140.126.24.25:6001 during startup. Since bootstrap succeeded check that t3://140.126.24.25:6001 uniquely identifies the administration server.
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjectException: The object identified by: '31' could not be found.  Either it was has not been exported or it has been collected by the distributed garbage collector.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70)
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:430)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
    Truncated. see log file for complete stacktrace
    Caused By: java.rmi.NoSuchObjectException: The object identified by: '31' could not be found. Either it was has not been exported or it has been collected by the distributed garbage collector.
    at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:251)
    at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(ServerHelper.java:429)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:426)
    Truncated. see log file for complete stacktrace
    >
    <Jan 20, 2010 6:03:19 PM CST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjectException: The object identified by: '31' could not be found.  Either it was has not been exported or it has been collected by the distributed garbage collector.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:70)
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:32)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:430)
    at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
    at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(RemoteChannelServiceImpl.java:173)
    at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(RemoteChannelServiceImpl.java:146)
    at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonitorFactory.java:88)
    at weblogic.management.provider.MSIService.registerForReconnectToAdminServer(MSIService.java:174)
    at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:154)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.NoSuchObjectException: The object identified by: '31' could not be found. Either it was has not been exported or it has been collected by the distributed garbage collector.
    at weblogic.rmi.internal.OIDManager.getServerReference(OIDManager.java:251)
    at weblogic.rmi.extensions.server.ServerHelper.getLocalInitialReference(ServerHelper.java:429)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:131)
    at weblogic.rmi.extensions.StubFactory.getStub(StubFactory.java:124)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:426)
    ... 9 more
    >
    <Jan 20, 2010 6:03:19 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 20, 2010 6:03:19 PM CST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 20, 2010 6:03:19 PM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    -bash-3.00$
    Edited by: user7322888 on 2010/2/4 下午 11:41

    Hi,
    Reproducing this issue is very easy.....
    1). Just Create a Admin and Managed Server
    2). Start AdminServer then from Admin Console Disable the normal listen-port for admin Server (suppose it was 7001 disable it)....AND enable only the SSL port for Admin Server (example 7002).
    Managed Server (Listen Port=7003 and SSL ListenPort=7004)
    3). Now Try Start Managed Server.
    you wil get the Exact same exception
    <Jan 20, 2010 6:03:19 PM CST> <Error> <Configuration Management> <BEA-150000> <An error occurred while establishing a connection back to the adminstration server t3://140.126.24.25:6001 during startup. Since bootstrap succeeded check that t3://140.126.24.25:6001 uniquely identifies the administration server.
    javax.naming.ServiceUnavailableException [Root exception is java.rmi.NoSuchObjectException: The object identified by: '31' could not be found. Either it was has not been exported or it has been collected by the distributed garbage collector.]
    And
    <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://140.126.24.25:6001.>
    Now it will be easy for us to find out where is the issue actually.
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)
    Edited by: Jay SenSharma on Feb 24, 2010 4:15 PM

  • Managed server startup failed

    Hi, I get the error below when starting a managed server.
              Strange, because I did not have any problems before...
              I did update my license file and I created an extra managed server
              (cloned from this one, but with other IP address)
              Regards,
              Pieter.
              Starting WebLogic Server ....
              Connecting to http://143.129.173.127:7001...
              <22-feb-02 10:37:22 CET> <Notice> <WebLogicServer> <Starting WebLogic
              Managed Server "wlAdhemar" for domain "thesisDomain">
              <22-feb-02 10:37:23 CET> <Emergency> <Server> <Unable to initialize
              the server: 'Fatal initialization exception
              Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED
              ***** - with nested exception:
              [java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    Start server side stack trace:
                    java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
                    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
                    at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
                    at weblogic.security.acl.internal.Security.verify(Security.java:87)
                    at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
                    at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
                    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
                    End server side stack trace
              java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
              Start server side stack trace:
              java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
              at weblogic.security.acl.Realm.authenticate(Realm.java:212)
              at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
              at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
              at weblogic.security.acl.internal.Security.verify(Security.java:87)
              at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End server side stack trace
              at
              weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.
              java:85)
              at
              weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy7.getAdminMBean(Unknown Source)
              at weblogic.management.Admin.getServer(Admin.java:1252)
              at
              weblogic.connector.common.ConnectorService.initialize(ConnectorService.java:
              55)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              --------------- nested within: ------------------
              weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with
              nested exception:
              [java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    Start server side stack trace:
                    java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
                    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
                    at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
                    at weblogic.security.acl.internal.Security.verify(Security.java:87)
                    at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
                    at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteReque
              st.java:22)
                    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
                    End server side stack trace
              at weblogic.management.Admin.getServer(Admin.java:1256)
              at
              weblogic.connector.common.ConnectorService.initialize(ConnectorService.java:
              55)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              '>
              java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
              Start server side stack trace:
              java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
              at weblogic.security.acl.Realm.authenticate(Realm.java:212)
              at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
              at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
              at weblogic.security.acl.internal.Security.verify(Security.java:87)
              at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End server side stack trace
              at
              weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.
              java:85)
              at
              weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy7.getAdminMBean(Unknown Source)
              at weblogic.management.Admin.getServer(Admin.java:1252)
              at
              weblogic.connector.common.ConnectorService.initialize(ConnectorService.java:
              55)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              --------------- nested within: ------------------
              weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with
              nested exception:
              [java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    Start server side stack trace:
                    java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
                    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
                    at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
                    at weblogic.security.acl.internal.Security.verify(Security.java:87)
                    at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
                    at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
                    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
                    End server side stack trace
              at weblogic.management.Admin.getServer(Admin.java:1256)
              at
              weblogic.connector.common.ConnectorService.initialize(ConnectorService.java:
              55)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              The WebLogic Server did not start up properly.
              Exception raised: weblogic.utils.AssertionError: ***** ASSERTION
              FAILED ***** - with nested exception:
              [java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    Start server side stack trace:
                    java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
                    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
                    at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
                    at weblogic.security.acl.internal.Security.verify(Security.java:87)
                    at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
                    at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
                    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
                    End server side stack trace
              java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
              Start server side stack trace:
              java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
              at weblogic.security.acl.Realm.authenticate(Realm.java:212)
              at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
              at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
              at weblogic.security.acl.internal.Security.verify(Security.java:87)
              at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
              at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End server side stack trace
              at
              weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundRequest.
              java:85)
              at
              weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:134)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy7.getAdminMBean(Unknown Source)
              at weblogic.management.Admin.getServer(Admin.java:1252)
              at
              weblogic.connector.common.ConnectorService.initialize(ConnectorService.java:
              55)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              --------------- nested within: ------------------
              weblogic.utils.AssertionError: ***** ASSERTION FAILED ***** - with
              nested exception:
              [java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    Start server side stack trace:
                    java.lang.SecurityException: Authentication for user system denied in
              realm wl_realm
                    at weblogic.security.acl.Realm.authenticate(Realm.java:212)
                    at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
                    at
              weblogic.security.acl.internal.Security.authenticate(Security.java:125)
                    at weblogic.security.acl.internal.Security.verify(Security.java:87)
                    at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:235)
                    at
              weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:2
              2)
                    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
                    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
                    End server side stack trace
              at weblogic.management.Admin.getServer(Admin.java:1256)
              at
              weblogic.connector.common.ConnectorService.initialize(ConnectorService.java:
              55)
              at
              weblogic.t3.srvr.ServerServiceList.initialize(ServerServiceList.java:46)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:482)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              <22-feb-02 10:40:22 CET> <Info> <[email protected]:5555>
              <WindowsProcessControl: online successfully invoked on server 'wlAdhemar',
              pid: 2268>
              

    Very strange... I just re-updated my license-file, and now the managed
              server DOES start.
              However, still the error below is shown in the console. Should I ignore it
              (because everybody gets it) or is it something specific I really have to fix
              before proceeding?
              Regards,
              Pieter.
              

  • Managed server is not starting -  Upgrading OBIEE from 11.1.1.6.2 to 11.1.1.7

    We are in the final stage of the installation.
    We are following the steps mentioned in http://www.rittmanmead.com/2013/04/upgrading-obiee-to-11-1-1-7/ .
    while running the  'Configuration Assistant' to update the BI domain the Managed server is not getting started.
    We are getting issue with SSL hand shake...Can any one help us to resolve this.
    ===========================
    Configuration Assistant Log
    ===========================
    BI Configuration
    Log
    Config Action BI Configuration started
    Executing: opmnctl stopall
    Log
    Step Executing: opmnctl stopall started
    Step Executing: opmnctl stopall ended successfully
    Stopping Managed Server: bi_server1
    Log
    Step Stopping Managed Server: bi_server1 started
    Step Stopping Managed Server: bi_server1 ended successfully
    Upgrading JRF Shared Libraries
    Log
    Step Upgrading JRF Shared Libraries started
    Step Upgrading JRF Shared Libraries ended successfully
    Upgrading OPSS Code Grants
    Log
    Step Upgrading OPSS Code Grants started
    Step Upgrading OPSS Code Grants ended successfully
    Upgrading Oracle Business Intelligence Code Grants
    Log
    Step Upgrading Oracle Business Intelligence Code Grants started
    Step Upgrading Oracle Business Intelligence Code Grants ended successfully
    Upgrading Non-J2EE Management EAR
    Log
    Step Upgrading Non-J2EE Management EAR started
    Step Upgrading Non-J2EE Management EAR ended successfully
    Deploying BI Content Server JEE application
    Log
    Step Deploying BI Content Server JEE application started
    Step Deploying BI Content Server JEE application ended successfully
    Deploying BI Composer JEE application
    Log
    Step Deploying BI Composer JEE application started
    Step Deploying BI Composer JEE application ended successfully
    Deploying JBIPS JEE application
    Log
    Step Deploying JBIPS JEE application started
    Step Deploying JBIPS JEE application ended successfully
    Restarting AdminServer
    Log
    Step Restarting AdminServer started
    Step Restarting AdminServer ended successfully
    Starting Managed Server: bi_server1
    Error
    Failed to achieve state RUNNING in 3600seconds.   The server is currently in state SHUTDOWN
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed. Please check logs for details.
    Step Starting Managed Server: bi_server1 failed
    Log
    Step Starting Managed Server: bi_server1 started
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed. Please check logs for details.
    Step Starting Managed Server: bi_server1 failed
    Executing: opmnctl startall
    Log
    Upgrading Oracle Business Intelligence Catalogs
    Log
    ===========================
    Dec 13, 2013 9:36:59 AM weblogic.nodemanager.server.Handler run
    WARNING: Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Sec
    urity:090482]BAD_CERTIFICATE alert was received from botd-rptobapp2.devop.vertaf
    ore.com - 192.12.12.13. Check the peer to determine why it rejected the certif
    icate chain (trusted CA configuration, hostname verification). SSL debug tracing
    may be required to determine the exact reason the certificate was rejected.
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was receiv
    ed from botd.devop.com - 192.12.12.13. Check the peer to d
    etermine why it rejected the certificate chain (trusted CA configuration, hostna
    me verification). SSL debug tracing may be required to determine the exact reaso
    n the certificate was rejected.
    Nodemanger.log
    <Oct 7, 2013 10:28:35 AM> <INFO> <Loading domains file: c:\oracle\wlserver_10.3\common\nodemanager\nodemanager.domains>
    <Oct 7, 2013 10:28:38 AM> <INFO> <Loading identity key store: FileName=c:/oracle/WLSERV~1.3/server\lib\DemoIdentity.jks, Type=jks, PassPhraseUsed=true>
    <Oct 7, 2013 10:28:38 AM> <INFO> <Loaded node manager configuration properties from 'c:\oracle\WLSERV~1.3\common\nodemanager\nodemanager.properties'>
    <Oct 7, 2013 10:28:38 AM> <INFO> <bifoundation_domain> <bi_server1> <Startup configuration properties loaded from "C:\oracle\user_projects\domains\bifoundation_domain\servers\bi_server1\data\nodemanager\startup.properties">
    <Oct 7, 2013 10:28:42 AM> <INFO> <Secure socket listener started on port 9556>
    <Oct 7, 2013 10:35:51 AM> <WARNING> <Uncaught exception in server handlerjavax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from botd.devop.com - 192.12.12.13. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.>
    javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from botd.devop.com - 192.12.12.13. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected.
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source)
    at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source)
    at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source)
    at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readRecord(Unknown Source)
    at com.certicom.tls.record.ReadHandler.readUntilHandshakeComplete(Unknown Source)
    at com.certicom.tls.interfaceimpl.TLSConnectionImpl.completeHandshake(Unknown Source)
    at com.certicom.tls.record.ReadHandler.read(Unknown Source)
    at com.certicom.io.InputSSLIOStreamWrapper.read(Unknown Source)
    at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
    at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.BufferedReader.fill(BufferedReader.java:136)
    at java.io.BufferedReader.readLine(BufferedReader.java:299)
    at java.io.BufferedReader.readLine(BufferedReader.java:362)
    at weblogic.nodemanager.server.Handler.run(Handler.java:71)
    at java.lang.Thread.run(Thread.java:662)
    Admin server Log
    for protocols iiop, t3, ldap, snmp, http.>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 192.12.12.13
    :7002 for protocols iiops, t3s, ldaps, https.>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for do
    main "bifoundation_domain" running in Production Mode>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Dec 15, 2013 4:59:29 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Dec 15, 2013 5:00:12 AM PST> <Notice> <LoggingService> <BEA-320400> <The log file C:\oracle\user_projects\domains\bifou
    ndation_domain\servers\AdminServer\logs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped. Thi
    s can happen on some platforms like Windows.>
    <Dec 15, 2013 5:00:12 AM PST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\oracle\user_pr
    ojects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log00002. Log messages will continue to be logge
    d in C:\oracle\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log.>
    CertPathTrustManagerUtils.certificateCallback: certPathValStype = 0
    CertPathTrustManagerUtils.certificateCallback: validateErr = 16
    CertPathTrustManagerUtils.certificateCallback: chain[0] = Serial number: -157025747728280783581574168894965558517
    Issuer:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=CertGenCAB
    Subject:C=US, ST=MyState, L=MyTown, O=MyOrganization, OU=FOR TESTING ONLY, CN=BOTD-RPTOBAPP2
    Not Valid Before:Sun Aug 12 11:27:29 PDT 2012
    Not Valid After:Fri Aug 13 11:27:29 PDT 2027
    Signature Algorithm:MD5withRSA
    ==============
    Narendar Reddy

    Hi Folks,
    Any inputs in the above issue is highly appreciated.
    "Error
    Failed to achieve state RUNNING in 3600seconds.   The server is currently in state SHUTDOWN
    Step Starting Managed Server: bi_server1 failed
    Configuration Action 'Starting Managed Server: bi_server1' has failed."
    Regards,
    Aj

  • Unable to install 2nd SCOM 2012 Management Server - Services Fails and fails trying to get data reader writer accounts?

    2<sup>nd </sup>Management Server Setup fails at "Data Warehouse Configuration".
    error log:
    [12:33:20]:           Always:                :Current Action: StartServices
    [12:33:20]:           Always:                :Starting OM Services.
    [12:33:20]:           Debug: :StartService: attempting to start service OMSDK
    [12:33:50]:           Error:     :StartService: Could not get service status.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message:
    Cannot start service OMSDK on computer '.'.
    [12:33:50]:           Error:     :StackTrace:   at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.SystemCenter.Essentials.SetupFramework.ServiceControlFunctions.StartService(String serviceName)
    [12:33:50]:           Error:     :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131509, Exception.Message: The service did not respond to the start
    or control request in a timely fashion
    [12:33:50]:           Error:     :InnerException.StackTrace:
    [12:34:51]:           Error:     :StartService: Could not get service status.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message:
    Cannot start service OMSDK on computer '.'.
    [12:34:51]:           Error:     :StackTrace:   at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.SystemCenter.Essentials.SetupFramework.ServiceControlFunctions.StartService(String serviceName)
    [12:34:51]:           Error:     :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131509, Exception.Message: The service did not respond to the start
    or control request in a timely fashion
    [12:34:51]:           Error:     :InnerException.StackTrace:
    [12:35:55]:           Error:     :StartService: Could not get service status.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message:
    Cannot start service OMSDK on computer '.'.
    [12:35:55]:           Error:     :StackTrace:   at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.SystemCenter.Essentials.SetupFramework.ServiceControlFunctions.StartService(String serviceName)
    [12:35:55]:           Error:     :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131509, Exception.Message: The service did not respond to the start
    or control request in a timely fashion
    [12:35:55]:           Error:     :InnerException.StackTrace:
    [12:36:32]:           Error:     :StartService: Could not get service status.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message:
    Cannot start service OMSDK on computer '.'.
    [12:36:32]:           Error:     :StackTrace:   at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.SystemCenter.Essentials.SetupFramework.ServiceControlFunctions.StartService(String serviceName)
    [12:36:32]:           Error:     :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131509, Exception.Message: The service did not respond to the start
    or control request in a timely fashion
    [12:36:32]:           Error:     :InnerException.StackTrace:
    [12:37:36]:           Error:     :StartService: Could not get service status.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message:
    Cannot start service OMSDK on computer '.'.
    [12:37:36]:           Error:     :StackTrace:   at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.SystemCenter.Essentials.SetupFramework.ServiceControlFunctions.StartService(String serviceName)
    [12:37:36]:           Error:     :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131509, Exception.Message: The service did not respond to
    the start or control request in a timely fashion
    [12:37:36]:           Error:     :InnerException.StackTrace:
    [12:38:12]:           Error:     :StartService: Could not get service status.: Threw Exception.Type: System.InvalidOperationException, Exception Error Code: 0x80131509, Exception.Message:
    Cannot start service OMSDK on computer '.'.
    [12:38:12]:           Error:     :StackTrace:   at System.ServiceProcess.ServiceController.Start(String[] args)
       at Microsoft.SystemCenter.Essentials.SetupFramework.ServiceControlFunctions.StartService(String serviceName)
    [12:38:12]:           Error:     :Inner Exception.Type: System.ComponentModel.Win32Exception, Exception Error Code: 0x80131509, Exception.Message: The service did not respond to
    the start or control request in a timely fashion
    [12:38:12]:           Error:     :InnerException.StackTrace:
    [12:41:19]:           Error:     :StartService: Unable to start the service OMSDK after 3 minutes.
    [12:41:19]:           Warn:    :Warning:OMSDK service could not be started
    [12:41:19]:           Debug: :StartService: attempting to start service healthservice
    [12:41:19]:           Debug: :StartService: Able to start the service healthservice after 0 minutes.
    [12:41:19]:           Debug: :StartService: attempting to start service cshost
    [12:41:19]:           Debug: :StartService: Able to start the service cshost after 0 minutes.
    [12:41:19]:           Info:      :StartServices completed.
    [12:41:19]:           Always:                :Current Action: GetDataReaderWriterAccounts
    [12:41:22]:           Error:     :GetDataReaderWriterAccounts failed with the following exception: : Threw Exception.Type: System.Reflection.TargetInvocationException, Exception
    Error Code: 0x80131604, Exception.Message: Exception has been thrown by the target of an invocation.
    [12:41:22]:           Error:     :StackTrace:   at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct&
    sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
       at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
       at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
       at System.Delegate.DynamicInvokeImpl(Object[] args)
       at Microsoft.EnterpriseManagement.SetupFramework.ActionEngine.Action.Run(String displayStringNamespace, ProgressData progressData, Func`2 progressDelegate)
       at Microsoft.EnterpriseManagement.SetupFramework.ActionEngine.InstallStep.Run(String displayStringNamespace, ProgressData progressData, Func`2 progressDelegate)
    [12:41:22]:           Error:     :Inner Exception.Type: Microsoft.EnterpriseManagement.Common.ServiceNotRunningException, Exception Error Code: 0x80131604, Exception.Message: The Data
    Access service is either not running or not yet initialized. Check the event log for more information.
    [12:41:22]:           Error:     :InnerException.StackTrace:   at Microsoft.EnterpriseManagement.Common.Internal.ExceptionHandlers.HandleChannelExceptions(Exception ex)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.ConstructEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore clientCallback)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.RetrieveEnterpriseManagementGroupInternal[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Connect[T,P](EnterpriseManagementConnectionSettings connectionSettings, ClientDataAccessCore callbackDispatcherService)
       at Microsoft.EnterpriseManagement.ManagementGroup.InternalInitialize(EnterpriseManagementConnectionSettings connectionSettings, ManagementGroupInternal internals)
       at Microsoft.EnterpriseManagement.OperationsManager.Setup.ReportingComponent.GetDWWriterAccountFromManagementGroup(String managementServerName, String& userName, String& userDomain)
       at Microsoft.SystemCenter.Essentials.SetupFramework.InstallItemsDelegates.OMDataWarehouseProcessor.GetDataReaderWriterAccounts()
    [12:41:22]:           Error:     :Inner Exception.Type: System.ServiceModel.EndpointNotFoundException, Exception Error Code: 0x80131604, Exception.Message: Could not connect to net.tcp://localhost:5724/DispatcherService.
    The connection attempt lasted for a time span of 00:00:00.9950000. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:5724.
    [12:41:22]:           Error:     :InnerException.StackTrace:
    Server stack trace:
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
       at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
       at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
       at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Microsoft.EnterpriseManagement.Common.Internal.IDispatcherService.Connect(SdkClientConnectionOptions connectionOptions)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.Initialize(EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
       at Microsoft.EnterpriseManagement.Common.Internal.SdkDataLayerProxyCore.CreateEndpoint[T](EnterpriseManagementConnectionSettings connectionSettings, SdkChannelObject`1 channelObjectDispatcherService)
    [12:41:22]:           Error:     :Inner Exception.Type: System.Net.Sockets.SocketException, Exception Error Code: 0x80131604, Exception.Message: No connection could be made because the
    target machine actively refused it 127.0.0.1:5724
    [12:41:22]:           Error:     :InnerException.StackTrace:   at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
       at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
       at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
    [12:41:22]:           Error:     :FATAL ACTION: GetDataReaderWriterAccounts
    [12:41:22]:           Error:     :FATAL ACTION: DWInstallActionsPostProcessor
    [12:41:22]:           Error:     :ProcessInstalls: Running the PostProcessDelegate returned false.
    [12:41:22]:           Always:                :SetErrorType: Setting VitalFailure. currentInstallItem: Data Warehouse Configuration
    [12:41:22]:           Error:     :ProcessInstalls: Running the PostProcessDelegate for OMDATAWAREHOUSE failed.... This is a fatal item.  Setting rollback.
    [12:41:22]:           Info:      :SetProgressScreen: FinishMinorStep.
    [12:41:22]:           Always:                :!***** Installing: POSTINSTALL ***
    [12:41:22]:           Info:      :ProcessInstalls: Rollback is set and we are not doing an uninstall so we will stop processing installs
    [12:41:22]:           Always:                :****************************************************************
    [12:41:22]:           Always:                :****Starting*RollBack*******************************************
    [12:41:22]:           Always:                :****************************************************************

    Hi,
    Pls ensure there is no firewall in between DB, DW and MS or required ports are open and you have permission on DW for the account being used for installation.
    http://technet.microsoft.com/en-us/library/hh298609.aspx
    http://technet.microsoft.com/library/hh205990.aspx   supported configuration
    Thanks,
    Varun

  • WLS Admin and managed server startup issue

    Hi ,
    In one of WLS Domain both the Admin Server and Managed Server startup is just hanging at the below mentioned point :
    <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    After this there are no error messages or logs being generated and the server start up is not proceeding .
    Only message shown a while after this is :
    Warning : domain runtime mbean server has not been found after trying for 600 seconds
    Please provide some inputs on how to troubleshoot this issue .
    Checked the AdminServer.log and there are no errors reported there as well .
    Some more data from AdminServer.log :
    <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336448845368> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
    <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336448845632> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336448846193> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336448846208> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336448846433> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server AdminServer for security realm myrealm.>
    <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336448846433> <BEA-090082> <Security initializing using security realm myrealm.>
    Thanks
    Srinath
    Edited by: Srinath Menon on May 8, 2012 9:36 AM

    Hi Ashish ,
    Thanks for the inputs.
    Tried the same steps as mentioned but the issue still remains like that .
    Posting the thread dump collected for AdminServer:
    ===== FULL THREAD DUMP ===============
    Tue May 8 10:04:58 2012
    Oracle JRockit(R) R28.1.3-11-141760-1.6.0_24-20110301-1430-linux-ia32
    "Main Thread" id=1 idx=0x4 tid=9341 prio=5 alive, waiting, native_blocked
    -- Waiting for notification on: weblogic/t3/srvr/SubsystemRequest@0x9f81d3c0[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at syncWaitForSignal+157(synchronization.c:85)@0xb7ee7dbe
    at syncWaitForJavaSignal+53(synchronization.c:93)@0xb7ee7ea6
    at RJNI_jrockit_vm_Threads_waitForNotifySignal+53(rnithreads.c:72)@0xb7eb78a6
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/t3/srvr/SubsystemRequest.rendezvouz(SubsystemRequest.java:100)
    ^-- Lock released while waiting: weblogic/t3/srvr/SubsystemRequest@0x9f81d3c0[fat lock]
    at weblogic/t3/srvr/SubsystemRequest.action(SubsystemRequest.java:81)
    at weblogic/t3/srvr/SubsystemRequest.start(SubsystemRequest.java:51)
    at weblogic/t3/srvr/ServerServicesManager.startService(ServerServicesManager.java:459)
    at weblogic/t3/srvr/ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    ^-- Holding lock: java/lang/Class@0x9fa95598[biased lock]
    at weblogic/t3/srvr/T3Srvr.initializeStandby(T3Srvr.java:879)
    at weblogic/t3/srvr/T3Srvr.startup(T3Srvr.java:566)
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:467)
    at weblogic/Server.main(Server.java:71)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x8 tid=9342 prio=5 alive, native_blocked, daemon
    at <unknown>(???.c)@0xb7fe9410
    at sigiSignalHandlerThread+135(signalhandler.c:131)@0xb7ec2fd8
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "(OC Main Thread)" id=3 idx=0xc tid=9343 prio=5 alive, native_waiting, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at innerNativeDoWait+894(nativelock.c:614)@0xb7e78caf
    at nativeWait+71(nativelock.c:721)@0xb7e79008
    at ocMainThread+663(gcthreads.c:581)@0xb7d8a098
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "(GC Worker Thread 1)" id=? idx=0x10 tid=9344 prio=5 alive, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at eventTimedWaitNoTransition+62(event.c:72)@0xb7d6bb3f
    at eventWaitNoTransition+32(event.c:62)@0xb7d6bc31
    at mmGCWorkerThread+134(gcthreads.c:797)@0xb7d89d67
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "(GC Worker Thread 2)" id=? idx=0x14 tid=9345 prio=5 alive, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at eventTimedWaitNoTransition+62(event.c:72)@0xb7d6bb3f
    at eventWaitNoTransition+32(event.c:62)@0xb7d6bc31
    at mmGCWorkerThread+134(gcthreads.c:797)@0xb7d89d67
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "(Code Generation Thread 1)" id=4 idx=0x18 tid=9348 prio=5 alive, native_waiting, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at innerNativeDoWait+894(nativelock.c:614)@0xb7e78caf
    at nativeWait+71(nativelock.c:721)@0xb7e79008
    at cg_thread+380(compilerqueue.c:203)@0xb7d4be5d
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "(Code Optimization Thread 1)" id=5 idx=0x1c tid=9349 prio=5 alive, native_waiting, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at innerNativeDoWait+894(nativelock.c:614)@0xb7e78caf
    at nativeWait+71(nativelock.c:721)@0xb7e79008
    at cg_thread+380(compilerqueue.c:203)@0xb7d4be5d
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "(VM Periodic Task)" id=6 idx=0x20 tid=9350 prio=10 alive, native_blocked, daemon
    at <unknown>(???.c)@0xb7fe9410
    at block_for_safepoint+106(safepoint.c:34)@0xb7ebad5b
    at eventTimedWait+239(event.c:83)@0xb7d6bd30
    at periodic_task_thread+627(periodictask.c:367)@0xb7e90dd4
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "Finalizer" id=7 idx=0x24 tid=9351 prio=8 alive, native_waiting, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at innerNativeDoWait+894(nativelock.c:614)@0xb7e78caf
    at nativeWait+71(nativelock.c:721)@0xb7e79008
    at RJNI_jrockit_memory_Finalizer_waitForFinalizees+211(finalhandles.c:1007)@0xb7d751f4
    at jrockit/memory/Finalizer.waitForFinalizees(J[Ljava/lang/Object;)I(Native Method)
        at jrockit/memory/Finalizer.access$700(Finalizer.java:12)
        at jrockit/memory/Finalizer$4.run(Finalizer.java:189)
        at java/lang/Thread.run(Thread.java:662)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "Reference Handler" id=8 idx=0x28 tid=9352 prio=10 alive, native_waiting, daemon
        at <unknown>(???.c)@0xb7fe9410
        at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
        at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
        at innerNativeDoWait+894(nativelock.c:614)@0xb7e78caf
        at nativeUnlockAndWait+71(nativelock.c:686)@0xb7e790a8
        at RJNI_java_lang_ref_Reference_waitForActivatedQueue+38(semiref.c:342)@0xb7ebd9b7
        at java/lang/ref/Reference.waitForActivatedQueue(J)Ljava/lang/ref/Reference;(Native Method)
        at java/lang/ref/Reference.access$100(Reference.java:11)
        at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:82)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "(Sensor Event Thread)" id=9 idx=0x2c tid=9353 prio=5 alive, native_blocked, daemon
        at <unknown>(???.c)@0xb7fe9410
        at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
        at eventTimedWaitNoTransition+62(event.c:72)@0xb7d6bb3f
        at eventTimedWait+138(event.c:56)@0xb7d6bccb
        at eventWait+32(event.c:50)@0xb7d6bd81
        at sensor_event_loop+37(sensor.c:68)@0xb7ebfda6
        at thread_stub+146(lifecycle.c:808)@0xb7e2c333
        at start_thread+225(:0)@0x515832
        at __clone+93(:0)@0x46ae0e
    "VM JFR Buffer Thread" id=10 idx=0x30 tid=9354 prio=5 alive, in native, daemon
        at <unknown>(???.c)@0xb7fe9410
        at bufferthread+2135(vmjfr.c:1008)@0xb71744b8
        at run_agent_thread+128(jvmtithreads.c:524)@0xb7e1f361
        at thread_stub+146(lifecycle.c:808)@0xb7e2c333
        at start_thread+225(:0)@0x515832
        at __clone+93(:0)@0x46ae0e
    "Timer-0" id=13 idx=0x34 tid=9358 prio=5 alive, waiting, native_blocked, daemon
        -- Waiting for notification on: java/util/TaskQueue@0x9f9fc350[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at syncWaitForSignal+157(synchronization.c:85)@0xb7ee7dbe
    at syncWaitForJavaSignal+53(synchronization.c:93)@0xb7ee7ea6
    at RJNI_jrockit_vm_Threads_waitForNotifySignal+53(rnithreads.c:72)@0xb7eb78a6
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at java/util/TimerThread.mainLoop(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0x9f9fc350[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Timer-1" id=14 idx=0x38 tid=9363 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0xa20ee240[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0xa20ee240[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=15 idx=0x3c tid=9364 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: netscape/ldap/LDAPResponseListener@0x9724f0c8[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at syncWaitForSignal+157(synchronization.c:85)@0xb7ee7dbe
    at syncWaitForJavaSignal+53(synchronization.c:93)@0xb7ee7ea6
    at RJNI_jrockit_vm_Threads_waitForNotifySignal+53(rnithreads.c:72)@0xb7eb78a6
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at netscape/ldap/LDAPMessageQueue.waitForMessage(LDAPMessageQueue.java:200)
    ^-- Lock released while waiting: netscape/ldap/LDAPResponseListener@0x9724f0c8[recursive]
    at netscape/ldap/LDAPMessageQueue.waitFirstMessage(LDAPMessageQueue.java:101)
    ^-- Lock released while waiting: netscape/ldap/LDAPResponseListener@0x9724f0c8[fat lock]
    at netscape/ldap/LDAPConnection.sendRequest(LDAPConnection.java:1796)
    ^-- Holding lock: netscape/ldap/LDAPConnection@0x9721f310[biased lock]
    at netscape/ldap/LDAPConnection.simpleBind(LDAPConnection.java:1763)
    at netscape/ldap/LDAPConnection.authenticate(LDAPConnection.java:1264)
    at netscape/ldap/LDAPConnection.authenticate(LDAPConnection.java:1273)
    at netscape/ldap/LDAPConnection.bind(LDAPConnection.java:1562)
    at weblogic/security/providers/authentication/LDAPAtnDelegate$LDAPFactory.newInstance(LDAPAtnDelegate.java:4134)
    at weblogic/security/utils/Pool.newInstance(Pool.java:37)
    at weblogic/security/utils/Pool.getInstance(Pool.java:33)
    at weblogic/security/providers/authentication/LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3478)
    at weblogic/security/providers/authentication/LDAPAtnDelegate.getConnection(LDAPAtnDelegate.java:3470)
    at weblogic/security/providers/authentication/LDAPAtnDelegate.authenticate(LDAPAtnDelegate.java:3522)
    at weblogic/security/providers/authentication/LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:227)
    at com/bea/common/security/internal/service/LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:254)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:268)
    at com/bea/common/security/internal/service/LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at javax/security/auth/login/LoginContext.invoke(LoginContext.java:769)
        at javax/security/auth/login/LoginContext.access$000(LoginContext.java:186)
        at javax/security/auth/login/LoginContext$4.run(LoginContext.java:683)
        at jrockit/vm/AccessController.doPrivileged(AccessController.java:254)
        at jrockit/vm/AccessController.doPrivileged(AccessController.java:268)
        at javax/security/auth/login/LoginContext.invokePriv(LoginContext.java:680)
        at javax/security/auth/login/LoginContext.login(LoginContext.java:579)
        at com/bea/common/security/internal/service/JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at com/bea/common/security/internal/utils/Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
        at $Proxy28.login(Ljava/lang/String;Ljavax/security/auth/callback/CallbackHandler;Lweblogic/security/service/ContextHandler;)Lcom/bea/common/security/service/Identity;(Unknown Source)
        at weblogic/security/service/internal/WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:89)
        at com/bea/common/security/internal/service/JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at com/bea/common/security/internal/utils/Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
        at $Proxy46.authenticate(Ljavax/security/auth/callback/CallbackHandler;Lweblogic/security/service/ContextHandler;)Lcom/bea/common/security/service/Identity;(Unknown Source)
        at weblogic/security/service/WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
        at weblogic/security/service/PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348)
        at weblogic/security/service/CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
        at weblogic/security/service/CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
        at weblogic/security/service/SecurityServiceManager.initialize(SecurityServiceManager.java:873)
        at weblogic/security/SecurityService.start(SecurityService.java:141)
        at weblogic/t3/srvr/SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic/work/ExecuteThread.execute(ExecuteThread.java:207)
        at weblogic/work/ExecuteThread.run(ExecuteThread.java:176)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "JFR request timer" id=16 idx=0x40 tid=9365 prio=5 alive, waiting, native_blocked, daemon
        -- Waiting for notification on: java/util/TaskQueue@0xa2049280[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at syncWaitForSignal+157(synchronization.c:85)@0xb7ee7dbe
    at syncWaitForJavaSignal+53(synchronization.c:93)@0xb7ee7ea6
    at RJNI_jrockit_vm_Threads_waitForNotifySignal+53(rnithreads.c:72)@0xb7eb78a6
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at java/util/TimerThread.mainLoop(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0xa2049280[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "weblogic.time.TimeEventGenerator" id=18 idx=0x44 tid=9366 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/time/common/internal/TimeTable@0xa2089c70[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
    ^-- Lock released while waiting: weblogic/time/common/internal/TimeTable@0xa2089c70[fat lock]
    at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
    at java/lang/Thread.run(Thread.java:662)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "JMAPI event thread" id=19 idx=0x48 tid=9367 prio=5 alive, in native, daemon
    at <unknown>(???.c)@0xb7fe9410
    at eventTimedWaitNoTransitionImpl+79(event.c:90)@0xb7d6bae0
    at syncWaitForSignalNoTransition+81(synchronization.c:28)@0xb7ee7c62
    at innerNativeDoWait+526(nativelock.c:614)@0xb7e78b3f
    at nlMonitorWaitInner+79(nativelock.c:1112)@0xb7e78df0
    at nlMonitorWaitNoTransition+38(nativelock.c:1132)@0xb7e78e47
    at nativeRawMonitorWait+78(rawmonitor.c:161)@0xb7ea8caf
    at jvmti_RawMonitorWait+111(jvmtirawmonitors.c:95)@0xb7e1b420
    at threadProc+291(jmapi.c:305)@0x90452bd4
    at run_agent_thread+128(jvmtithreads.c:524)@0xb7e1f361
    at thread_stub+146(lifecycle.c:808)@0xb7e2c333
    at start_thread+225(:0)@0x515832
    at __clone+93(:0)@0x46ae0e
    "weblogic.timers.TimerThread" id=20 idx=0x4c tid=9368 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/timers/internal/TimerThread@0xa203dbf0[fat lock]
    at <unknown>(???.c)@0xb7fe9410
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:262)
    ^-- Lock released while waiting: weblogic/timers/internal/TimerThread@0xa203dbf0[fat lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace

  • Service Manager data warehouse management server Installation fails

    Hi there,
    In Virtual Machine Windows Server 2012 R2 Standard with my user being a Local Admin and SQL Admin. I tried to do a Service Manager data warehouse management server
    first installation I am facing the following image as error:
    In the event viewer I get the following error:
    "Microsoft System Center 2012 R2 Service Manager -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 25211
    The arguments are: -2147024809, The parameter is incorrect."
    In the Setup log, some of the errors are:
    WixRemoveFoldersEx:  Entering WixRemoveFoldersEx in C:\Windows\Installer\MSI35E.tmp, version 3.7.1224.0
    WixRemoveFoldersEx:  Error 0x80070057: Missing folder property: PSCONFIGFOLDER.A591E3B4_D228_431D_BF89_99D52C8FFB76 for row: wrf4582BC4C5CC47B1D2380408CD7A752DC.A591E3B4_D228_431D_BF89_99D52C8FFB76
    CustomAction WixRemoveFoldersEx.A591E3B4_D228_431D_BF89_99D52C8FFB76 returned actual error code 1603 but will be translated to success due to continue marking
    CAStartServices: CAStartServices was passed . OMCFG
    CAStartServices: Checking if service already started. OMCFG
    CAStartServices: Attempting to start service. OMCFG
    CAStartServices: StartService failed. Error Code: 0x8007042D.
    ConfigureSDKConfigService: CAStartServices failed, trying again.... Error Code: 0x8007042D. OMCFG
    Action start 17:47:05: _SetHealthServiceConfig.80B659D9_F758_4E7D_B4FA_E53FC737DCC9.
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMServer
    MSI (s) (EC!4C) [17:47:05:483]: Note: 1: 2711 2: MOMGateway
    SetHealthServiceConfig: Failed to get Feature State.. Error Code: 0x80070646. MOMServer
    GetMsiFeatureState: Failed to get feature state. Error Code: 0x80070646. MOMGateway
    I have checked the following post but it did not help me:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/c42bb04d-a51e-4037-a8a3-37d714d6faac/scsm-management-server-installation-fails?forum=systemcenterservicemanager
    Could you please help me with this issue?
    Thanks a lot,
    M

    Hi,
    Sorry I cannot post the full log. I have found also these errors in the log:
    Calling custom action CAManaged!Microsoft.MOMv3.Setup.MOMv3ManagedCAs.RegisterSdkSCP
    RegisterSdkSCP: There is no previous serviceConnectionPoint
    RegisterSdkSCP: Creating New serviceConnectionPoint
    RegisterSdkSCP: Adding ACL for current user: DOMAIN\InstallationAccount
    RegisterSdkSCP: Adding ACL for SM Admini: DOMAIN\SCSMDWadmins
    RegisterSdkSCP: Error: Access is denied.
    InstallCounters: LoadPerfCounterTextStrings() failed . Error Code: 0x80070057. momv3 "D:\Program Files\Microsoft System Center 2012 R2\Service Manager\MOMConnectorCounters.ini"
    InstallPerfCountersHelper: pcCounterInstaller->InstallCounters() for the default counters failed. Error Code: 0x80070057. MOMConnector
    InstallPerfCountersLib: InstallHealthServicePerfCounters() failed . Error Code: 0x80070057.
    InstallPerfCountersLib: Retry Count : .
    InstallHSPerfCounters: Failed to install agent perf counters. Error Code: 0x80070057.
    Thanks for your reply.

  • Issue With Business Objects Installation-STW00213 The Central Management Server has failed to start.

    Hi,
    I am in the process of installing Business Objects XI 3.1 in one of our server. While installing I am getting the error 'The Central Management Server has failed to start. Press 'retry' to attempt to start it again or 'cancel' to skip any actions dependendent on the Central Management Server. STW00213.'
    I have tried re-installing the BO, and also tried installing without giving admin password. But it doesn't work. And also I ahve tried giving the passwords of database and CMS Admin without Sepcia Characters. But it also doesn't work.
    If I cancel and install the BO, Server Intelligence Agent is not available in Central Management Server.
    Could anyone help on this issue?
    Thanks
    Prakadesh

    Hi Prakadesh,
    Try these steps.
    1. Stop and disable the service of current SIA. You can do it from start-->run services.msc. Double click the SIA service and change the status to disable.
    2. Login into sqlplus and drop all the CMS tables.
    3. Create a new SIA pointing to Oracle from the CCM.
    4. Start the new SIA and check if all services come up and you are able to login into Manager servers.
    If this does not work, check the event viewer for error messages.
    Regards
    Chinmaya

  • Managed Server Startup - Part Duex

    Hello:
    Is it possible to auto-start managed servers on WLS 10.3.5 under Solaris 10?
    I read the thread "managed server startup" and did not want to hijack the thread. In my case, I have an init script that starts up Node Manager and one that starts up the Admin Server.
    So, once those two processes are up, is there a way for the defined managed servers to auto-start without any manual intervention on a user's part? Yes, I do have CrashRecoveryEnabled=true but as I understand it, that is for when a managed server goes down. In my case, the Solaris server is booting up.
    Thank you,
    Perry

    Unless you have 50 managed servers then I can't understand why you would want that. Just start them all up at the same time from the admin console under 'control' tab of server page. What if you have a server or two that you don't want on for some reason? This would power it up regardless. I would think you would want to control that from node manager lifecycle. There may be a way to do that through scripting but it's probably not a best practice. We'll see if someone else chimes in on the subject. I am curious as well...

  • Anybody know why superdrives fail after upgrading os

    anybody know why superdrives fail after upgrading os

    Upgrading the OS often also triggers issues with PRAM.  If the PRAM battery is over 4 years old, then the Superdrive can fail.    If it is under 4 years old, zapping it can fix some issues like these.

  • Exception in WLPI after upgrading to WLI 2.0 SP4 from SP2

    Environment is :
    WLS 6.0 SP2 and WLI 2.0 SP4 on Solaris 2.8.
    We get the following exception when the server starts up and tries to deploy
    wlpi-mdb-ejb.jar. This started only after upgrading to WLI 2.0 SP4 from WLI
    2.0 SP2.
    Any help will be highly appreciated.
    ####<Feb 12, 2002 6:08:49 PM PST> <Info> <J2EE> <spruce> <edevServer31>
    <main> <system> <> <160003> <Deployed : wlpi-master-ej
    b.jar>
    ####<Feb 12, 2002 6:08:49 PM PST> <Info> <EJB> <spruce> <edevServer31>
    <main> <system> <> <010008> <EJB Deploying file: wlpi-m
    db-ejb.jar>
    ####<Feb 12, 2002 6:08:50 PM PST> <Info> <EJB> <spruce> <edevServer31>
    <main> <system> <> <010052> <An exception occurred whil
    e creating the freepool.>
    java.rmi.RemoteException: Error in the bean's constructor : ; nested
    exception is:
    java.lang.reflect.InvocationTargetException
    java.lang.reflect.InvocationTargetException:
    java.lang.ExceptionInInitializerError:
    weblogic.ejb20.internal.MethodPermissionEx
    ception: Security violation: insufficient permission to access method
    at
    weblogic.ejb20.internal.BaseEJBObject.preInvoke(BaseEJBObject.java:91)
    at
    weblogic.ejb20.internal.StatelessEJBObject.preInvoke(StatelessEJBObject.java
    :55)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.getState(PluginManager
    CfgBeanEOImpl.java:1411)
    at
    com.bea.wlpi.server.plugin.PluginManagerImpl.refreshState(PluginManagerImpl.
    java:187)
    at
    com.bea.wlpi.server.plugin.PluginManagerImpl.<init>(PluginManagerImpl.java:1
    72)
    at
    com.bea.wlpi.server.eventprocessor.EventProcessor.<clinit>(EventProcessor.ja
    va:37)
    at
    com.bea.wlpi.server.eventlistener.EventListenerBean.ejbCreate(EventListenerB
    ean.java:47)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.ejb20.internal.MessageDrivenEJBHome.createBean(MessageDrivenEJBHome
    .java:297)
    at
    weblogic.ejb20.pool.MessageDrivenPool.createBean(MessageDrivenPool.java:98)
    at weblogic.ejb20.pool.Pool.createInitialBeans(Pool.java:100)
    at weblogic.ejb20.pool.Pool.<init>(Pool.java:74)
    at weblogic.ejb20.pool.EntityPool.<init>(EntityPool.java:34)
    at
    weblogic.ejb20.pool.MessageDrivenPool.<init>(MessageDrivenPool.java:43)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.getPool(MessageDrivenBeanI
    nfoImpl.java:336)
    at
    weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.deploy(MessageDrivenBeanIn
    foImpl.java:403)
    at
    weblogic.ejb20.deployer.Deployer.deployDescriptor(Deployer.java:1105)
    at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:908)
    at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:31)
    at weblogic.j2ee.Application.addComponent(Application.java:133)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:115)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
    arget.java:327)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Deployment
    Target.java:277)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(D
    eploymentTarget.java:232)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(Deploym
    entTarget.java:192)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
    .java:562)
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:5
    48)
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
    nImpl.java:285)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:439)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:180)
    at $Proxy0.updateDeployments(Unknown Source)
    Regards,
    Adarsh

    Hi Feng,
    In 2.0.10, we strictly evualuate the xpath queries:
    1. According to bpel spec 1.1 section 14.3, xpath queries should be absolute queries. you need to change query="//sessionID" to /cstaPrefix:iRequest/cstaPrefix:sessionID.
    2.If your xml documents are namespace aware then you must use qualified xpath queries. in your case you have to add prefix to your query like "/tns:disconnect_cstaRequest/tns:input. So please change the unqualified query //sessionId to qualified one by just prefixing. (Same rule goes for /xmlMessage query, please change all your queries to have prefix.)
    Here is the link to xpath spec which explains this in more detail.
    http://www.w3.org/TR/xpath#node-tests
    A QName in the node test is expanded into an expanded-name using the namespace
    declarations from the expression context. This is the same way expansion is
    done for element type names in start and end-tags except that the default
    namespace declared with xmlns is not used: if the QName does not have a
    prefix, then the namespace URI is null (this is the same way attribute names
    are expanded). It is an error if the QName has a prefix for which there is no
    namespace declaration in the expression context.

  • SSIS packages are failing after upgrade to SQL server 2014

    Hi,
    I have some SSIS packages running on SQL server 2012 .
    After I upgraded to SQL server to 2014 from 2012 , the SSIS jobs are failing on the SQL agent.
    And i can see its related to Data source connectivity to the SQL agent. I hope it not able to identify the connection manager in SQL agent. And connection adapter is not upgraded.
    I read some articles about this and they say it not able to connect to SQL server agent job.
    And, I can see that the package is running if i run manually using SQL 2012 run time.
    Why its not running on SQL 2014 ?
    did i  miss anything while upgrading SQL server 2014 ?
    Please give me some suggestions to solve this issue. 
    And is there any way i can change the SQL server agent 2014 to adapt this and run ?
    Below is the error : 
    The Package filed to load due to error 0XC00100014 " One or more error occurres. There should be more specific errors preceding this one that expalins the details of the erroes. This message is used as a return value from functions that encounter
    errors.: This occures when CPackage::LoadFormXML fails.
    Regards,
    Vinodh Selvaraj.

    I think you have typed this error message by yourself.
    Anyway, as it says there should be more error preceeding to this. Do you have any other errors which describles the exact issue stating at what task it fails?
    If not, then there are various reasons behind this issue. 3rd party connection manager such as Oracle Attunity or it may be 32/64 bit issue.
    You may try executing package in 32 bit mode from SQL Agent Job.
    Please refer:
    http://blogs.msdn.com/b/farukcelik/archive/2010/06/16/why-package-load-error-0xc0010014-in-cpackage-loadfromxml-error-appears-while-trying-to-run-an-ssis-package.aspx
    http://www.bidn.com/blogs/timmurphy/ssas/1397/package-failed-to-load-due-to-error-0xc0010014
    -Vaibhav Chaudhari

  • J2EE Start Failed after upgrade

    Hello Guys !
    I Have this problem since upgra SP22.
    #1.5 #005056AA79B8001C00000010000013CC000494B587D8095A#1289407295922#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_55##0#0#Error#1#com.sap.engine.core.service630.container.ServiceRunner#Plain###Service com.sap.security.core.ume.service error. Nested exception is: com.sap.engine.frame.ServiceException: Start of UME service failed. Check help topic "Start of UME Service Failed". Technical details: Initialisation of connection pool failed for UACC
         poolname norfloxacino.ems.com.br:389_UACC
         [EXCEPTION: no connection to any server possible]
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:398)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:83)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:156)
    Caused by: com.sap.security.core.persistence.datasource.PersistenceException: Initialisation of connection pool failed for UACC
         poolname norfloxacino.ems.com.br:389_UACC
         [EXCEPTION: no connection to any server possible]
         at com.sap.security.core.persistence.datasource.imp.LDAPPersistence.init(LDAPPersistence.java:423)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactoryInstance.<init>(PrincipalDatabagFactoryInstance.java:440)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.newInstance(PrincipalDatabagFactory.java:164)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:117)
         at com.sap.security.core.persistence.imp.PrincipalDatabagFactory.getInstance(PrincipalDatabagFactory.java:63)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:221)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:287)
         ... 6 more
    #1.5 #005056AA79B8001C00000012000013CC000494B587D80CC6#1289407295922#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_55##0#0#Error#1#/System/Server#Plain###Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#
    #1.5 #005056AA79B8001C00000014000013CC000494B587D80E8E#1289407295922#/System/Server/Critical##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_55##0#0#Fatal#1#com.sap.engine.core.Framework#Plain###Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.#
    Does anyone have any idea about the error above?
    Thank you for your help!

    Hello
    Did the system really work well before the upgrade?
    and during/after the upgarde, did you changed any setting, especially regarding J2EE UME/ LDAP ?
    Could you please help to check the following defaulttrace for more information:
      ../j2ee/cluster/server0/log/defaultTrace.*.trc
    As per the error message you pasted here, the connection from your UME to the LDAP failed, so the core service of com.sap.engine.core.security.ume cannot startup.
    Hence the first check point should be the connectioin to your LDAP, please open the configtool and go to the "UEM LDAP Data" setting there carefully, then you can perform a
    "Test Connection" there.
    If the connection always fails, you can also download a LDAP browser from "http://www.ldapbrowser.com/download.htm", then
    test whether you are able to connect to the LDAP, if it also fails, I would like to suggest you check with your LDAP vendor to verify whether there is any problem at the LDAP server side.
    Thanks
    Thunder

Maybe you are looking for

  • Is this variable available in the WebI

    Hi There I have a WebI report, now I need to get some of records(list) by some condition, for example th raw data is Tag     SN            Type ABC     11111      Win2k 123      22222       Win2k 456      11111       Win7 789      44444       Win2003

  • Satellite A100-646 - New DVD replacement drive

    Hi all, I need to replace the dvd unit of my laptop. I'm looking for a sparepart on the web, bat i don't find anything. Somebody can suggest me were buy a dvd drive compatible? I write from italy. thanks Regards

  • Non Empty function in MDX with IIF command

    Hi All , I have a MDX query like: IIF(isgeneration([YEAR].CurrentMember, 2), iif(isgeneration([TIME].CurrentMember, 4), parallelperiod(YEAR.generations(2), 1, [YEAR].currentmember), missing missing Now if I'm trying to write NON EMPTY function like:

  • Two frames open

    hi, i have got a problem with a program i am developing, i have got a JFrame and one of the buttons opens up another JFrame. the problem i am having is that the second window does not open properly. The panel shows but all the information on it is ab

  • Why I can't open my Aperture 3?

    Last Friday I bought online aperture 3, but can't be opened on my iMac. I have all the requirements needed to do it. How can I try to download it again if doesn't appear in my iTunes?  It apperars that I bought it I have even the invoice number but n