Weblogic Server Startup issue

Hi All,
Initially I started the server, and then created around 2 Connection Factories & 2 Data Sources. Also 2 JMS Server & a JMS Store. Then I deployed my application successfully on the server. Then I undeployed the application and stopped the server.
Here is the issue now.... I am getting the below exception when I try to restart the server:
<Jun 13, 2008 2:19:21 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server f
ailed. Reason:
There are 1 nested errors:
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:401)
at weblogic.jdbc.module.JDBCDataSourceFactory.addDataSourceFactory(JDBCD
ataSourceFactory.java:36)
at weblogic.jdbc.common.internal.JDBCService.initFactories(JDBCService.j
ava:374)
at weblogic.jdbc.common.internal.JDBCService.initialize(JDBCService.java
:118)
at weblogic.jdbc.common.internal.JDBCService.start(JDBCService.java:138)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
>
<Jun 13, 2008 2:19:21 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
te changed to FAILED>
What could be going wrong over here? Any solutions?
Thanks & Regards,
Ram

Hi. This is below the level of JDBC. If this is reproducible,
open an official support case and let me know. Exactly
what version of WebLogic is this?
Joe

Similar Messages

  • Server Startup issue with Weblogic 10!!!

    Hi All,
    We are on weblogic 10 and have deployed few portlets along with Vignette Portl 7.4. Whenever, we are doing a restart of managed server, we are getting below error in managed01.out:
    Failed to load servlet Class: FileOutputServletIgnoring: unable to load class:java.lang.ClassNotFoundException: FileOutputServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)Failed to load servlet Class: FileOutputServletIgnoring: unable to load class:java.lang.ClassNotFoundException: FileOutputServlet at: weblogic.xml.schema.binding.util.ClassUtil.loadClass(ClassUtil.java:76)log4j:ERROR Could not parse address [].
    javax.mail.internet.AddressException: Illegal address in string ``''
         at javax.mail.internet.InternetAddress.<init>(InternetAddress.java:66)
         at org.apache.log4j.net.SMTPAppender.getAddress(Unknown Source)
         at org.apache.log4j.net.SMTPAppender.activateOptions(Unknown Source)
         at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:256)
         at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:132)
         at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:96)
         at org.apache.log4j.PropertyConfigurator.parseAppender(PropertyConfigurator.java:654)
         at org.apache.log4j.PropertyConfigurator.parseCategory(PropertyConfigurator.java:612)
    After this, all applications are starting up without any issue. Please let me know if someone have already faced this issue before or any pointers on this?
    Thanks & Regards,
    Sanjeev

    Hi,
    I have deployed 10 or more portlets on same managed server and every portlet have a logging initiator servlet which uses log4j. During managed server startup, above exception only comes ones and after that, all portlets are starting fine. There is no issue at all with other portlet.
    I was getting same error if I am not having log4j.jar in manged server JVM startup classpath for every portlet. But, once I added log4j.jar to classpath, it is coming only once and after that, all portlets are starting fine.
    Any pointer to look at? I tried to add log4j.properties to startup classpath as well, but with no luck :(
    Thanks,
    Sanjeev

  • Coherence 3.6 server startup issue weblogic 11gR1sp5

    Hi All,
    I had managed to startup my weblogic server monitored by node manager. It is a single server domain. I have a coherence cluster setup and a single coherence server listing to the unicast address/port of the coherence cluster. I had the setup running. I had shut down my machine and next day when I tried starting it up, I started getting this error in coherence server out log --
    2012-02-08 10:28:06.734/3.672 Oracle Coherence GE 3.6.0.4 <Error> (thread=Main Thread, member=n/a): Error while starting cluster: java.lang.NullPointerException
         at com.tangosol.coherence.component.net.TcpRing.ensureSelector(TcpRing.CDB:7)
         at com.tangosol.coherence.component.net.TcpRing.setServerSocketChannel(TcpRing.CDB:20)
         at com.tangosol.coherence.component.net.Cluster.onStart(Cluster.CDB:510)
         at com.tangosol.coherence.component.net.Cluster.start(Cluster.CDB:11)
         at com.tangosol.coherence.component.util.SafeCluster.startCluster(SafeCluster.CDB:3)
         at com.tangosol.coherence.component.util.SafeCluster.restartCluster(SafeCluster.CDB:7)
         at com.tangosol.coherence.component.util.SafeCluster.ensureRunningCluster(SafeCluster.CDB:26)
    Another error is coming up in the weblogic server output log which says:
    <Feb 8, 2012 10:37:55 AM EST> <Warning> <OSB Kernel> <BEA-398306> <The Result Cache /osb/service/ResultCache was not found: com.bea.alsb.coherence.CacheNotFoundException: Cache /osb/service/ResultCache not found:
    com.tangosol.net.RequestPolicyException: No storage-enabled nodes exist for service ORA-OSB-deployments
    com.tangosol.net.RequestPolicyException: No storage-enabled nodes exist for service ORA-OSB-deployments
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.onMissingStorage(PartitionedCache.CDB:23)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.sendStorageRequest(PartitionedCache.CDB:15)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$BinaryMap.addIndex(PartitionedCache.CDB:11)
         at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ViewMap.addIndex(PartitionedCache.CDB:1)
    I have added the additional cmd line args for OSB to use coherence client :
    -Dtangosol.coherence.distributed.localstorage=false -DOSB.coherence.cluster=ip-dev-coh-cluster -DOSB.coherence.localhost=windows -DOSB.coherence.localport=1111
    And here is my override xml:
    <!DOCTYPE coherence SYSTEM "coherence.dtd">
    <coherence>
    <cluster-config>
    <unicast-listener>
    <well-known-addresses>
    <socket-address id="1">
    <address>windows</address>
    <port>1111</port>
    </socket-address>
    </well-known-addresses>
    <address system-property="OSB.coherence.wka1">windows</address>
    <port system-property="OSB.coherence.wka1.port">1111</port>
    </unicast-listener>
    </cluster-config>
    </coherence>
    I am not sure what has gone wrong in terms of my shutting down of the machine? All I did was
    1. shut down the coherence server (from console)
    2. shut down the admin server (from console)
    3. paused my vm!
    Any help would be appreciated!
    Regards,
    Souvik Mukherjee

    Hi,
    I have the same concern.I have a single server topology. The coherence cluster is targeted to admin server. I am not able to start the coherence server before starting the admin server. Is there any way by which I can start the coherence server without connecting to the admin server?
    What I usually do is:
    1. Run wlst
    2. connect to node manager
    3. nmStart('AdminServer')
    4. start coherence server from the console
    This setup works fine when the coherence server is up and running. When ever I shut down my coherence server, the setup doesnt work. Can you please help me doing this? I did not find any documentation as well which shows how to start coherence server from commandline or node manager. Everywhere it shows how to start coherence server from console!
    Regards,
    Souvik Mukherjee

  • OBIEE 11G 64-Bit Windows LDAP Admin Server Startup Issue

    All,
    I have OBIEE 11G installed on 64-bit Windows, and can see all my LDAP users inside Admin Console just fine. When I reorder my LDAP above the DefaultAuthenticator, and make them both 'SUFFICIENT', my Admin Server no longer starts. It hangs on a line in the AdminServer.log that roughly says '<Security initializing using security realm myrealm.>'. Has anyone ran into this? If so, how do you get the Admin Server to start with a non default LDAP authenticator? I've tried re-ordering numerous ways with the DefaultIdentityAsserter in the middle and at the bottom; I've also tried switching the Control Flags on both with REQUIRED and OPTIONAL, all to no avail. Finally, I tried deleting out the DefaultAuthenticator all together, and it still won't start. At this point, I'm assuming this is another 64-bit issue that was not tested properly. Any thoughts/help will be greatly appreciated.
    Thanks in Advance,
    Josh

    Paul,
    Unfortunately that made no difference. I have pasted in the startup log below. Perhaps someone has some insight into what's happening?
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <WebLogicServer> <HQ200-HYPPROD03> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1302613111266> <BEA-000000> <WebLogic Server "AdminServer" version:
    WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Notice> <Log Management> <HQ200-HYPPROD03> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1302613111344> <BEA-170019> <The server log file D:\Oracle\Middleware\user_projects\domains\bifoundation_domain\servers\AdminServer\logs\AdminServer.log is opened. All server side log events will be written to this file.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Log Management> <HQ200-HYPPROD03> <> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <> <1302613111360> <BEA-170023> <The Server Logging is initialized with Java Logging API implementation.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Diagnostics> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111438> <BEA-320001> <The ServerDebug service initialized successfully.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111594> <BEA-002622> <The protocol "t3" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111594> <BEA-002622> <The protocol "t3s" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111594> <BEA-002622> <The protocol "http" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111594> <BEA-002622> <The protocol "https" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111594> <BEA-002622> <The protocol "iiop" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "iiops" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "ldap" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "ldaps" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "cluster" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "clusters" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "snmp" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002622> <The protocol "admin" is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111610> <BEA-002624> <The administration protocol is "t3s" and is now configured.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <RJVM> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111657> <BEA-000570> <Network Configuration for Channel "AdminServer"
    Listen Address          :7002
    Public Address          N/A
    Http Enabled          true
    Tunneling Enabled     false
    Outbound Enabled     false
    Admin Traffic Enabled     true>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Server> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111688> <BEA-002609> <Channel Service initialized.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Socket> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111719> <BEA-000406> <NTSocketMuxer was built on Jan 24 2006 20:40:35
    >
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Socket> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111751> <BEA-000436> <Allocating 3 reader threads.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <Socket> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111751> <BEA-000446> <Native IO Enabled.>
    ####<Apr 12, 2011 8:58:31 AM EDT> <Info> <IIOP> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613111907> <BEA-002014> <IIOP subsystem enabled.>
    ####<Apr 12, 2011 8:58:35 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613115079> <BEA-090894> <Successfully loaded the OPSS Policy Provider using oracle.security.jps.internal.policystore.JavaPolicyProvider.>
    ####<Apr 12, 2011 8:58:35 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613115704> <BEA-000000> <Starting OpenJPA 1.1.1-SNAPSHOT>
    ####<Apr 12, 2011 8:58:35 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613115797> <BEA-000000> <StoreServiceImpl.initJDO - StoreService is initialized with Id = ldap_m7FMisDU3HeeJX/MUK4nqmEiSqI=>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116266> <BEA-090516> <The Authenticator provider has preexisting LDAP data.>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116594> <BEA-090516> <The Authorizer provider has preexisting LDAP data.>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116704> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Top".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116735> <BEA-000000> <Parsing class "com.bea.common.security.store.data.DomainRealmScope".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116735> <BEA-000000> <Parsing class "com.bea.common.security.store.data.RegistryScope".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116735> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PKITypeScope".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116735> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLTypeScope".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116735> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLPartner".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116735> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Credential".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116751> <BEA-000000> <Parsing class "com.bea.common.security.store.data.CredentialMap".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116751> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLEntry".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116751> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLAssertingParty".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116766> <BEA-000000> <Parsing class "com.bea.common.security.store.data.BEASAMLRelyingParty".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116782> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PasswordCredential".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116782> <BEA-000000> <Parsing class "com.bea.common.security.store.data.UserPasswordCredential".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116782> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PasswordCredentialMap".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116797> <BEA-000000> <Parsing class "com.bea.common.security.store.data.ResourceMap".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116797> <BEA-000000> <Parsing class "com.bea.common.security.store.data.PKIResourceMap".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116797> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSCertRegEntry".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116813> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSCredMapCollectionInfo".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116813> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSPolicyCollectionInfo".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116813> <BEA-000000> <Parsing class "com.bea.common.security.store.data.WLSRoleCollectionInfo".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116813> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLAuthorizationPolicy".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116829> <BEA-000000> <Parsing class "com.bea.common.security.store.data.XACMLRoleAssignmentPolicy".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116844> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Endpoint".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116844> <BEA-000000> <Parsing class "com.bea.common.security.store.data.Partner".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116860> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SPPartner".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116876> <BEA-000000> <Parsing class "com.bea.common.security.store.data.IdPPartner".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116907> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SAML2CacheEntry".>
    ####<Apr 12, 2011 8:58:36 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613116922> <BEA-000000> <Parsing class "com.bea.common.security.store.data.SchemaVersion".>
    ####<Apr 12, 2011 8:58:37 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613117516> <BEA-090516> <The CredentialMapper provider has preexisting LDAP data.>
    ####<Apr 12, 2011 8:58:37 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613117532> <BEA-090516> <The RoleMapper provider has preexisting LDAP data.>
    ####<Apr 12, 2011 8:58:37 AM EDT> <Info> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613117766> <BEA-090093> <No pre-WLS 8.1 Keystore providers are configured for server AdminServer for security realm myrealm.>
    ####<Apr 12, 2011 8:58:37 AM EDT> <Notice> <Security> <HQ200-HYPPROD03> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302613117766> <BEA-090082> <Security initializing using security realm myrealm.>
    Thanks,
    Josh

  • Managed server startup issue!!!

    hi all,
    i am facing managedserver startup issue
    i am start the managed server it will up take the 6 min
    how to reduce the time
    1)i am trying differnt ways 1)threaddump 2)GCparamets
    but no usee
    can u see the log and give me suugestions
    below log one perticuler area it will load the application 4 min
    please see the time stamps 8:31:01 to 8:35:09
    please give me suggistions!!
    ======================================
    ####<Apr 11, 2010 8:31:00 PM PDT> <Info> <Deployer> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271043060997> <BEA-149059> <Module eci.jar of application Agile is transitioning from STATE_PREPARED to STATE_ADMIN on server agwlcrptrn1.>
    ####<Apr 11, 2010 8:31:01 PM PDT> <Info> <EJB> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271043061016> <BEA-010009> <EJB Deployed EJB with JNDI name com.eigner.eci.EciSession.>
    ####<Apr 11, 2010 8:31:01 PM PDT> <Debug> <Deployment> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271043061016> <BEA-000000> <Listener: end ModuleCtx[appId=Agile, modId=eci.jar, type=ejb, Target=Cluster/AgileCluster] STATE_PREPARED>STATE_ADMIN>
    ####<Apr 11, 2010 8:31:01 PM PDT> <Info> <Deployer> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271043061016> <BEA-149060> <Module eci.jar of application Agile successfully transitioned from STATE_PREPARED to STATE_ADMIN on server agwlcrptrn1.>
    ####<Apr 11, 2010 8:35:09 PM PDT> <Debug> <Deployment> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271043309172> <BEA-000000> <Relaying updated state for app, Agile to STATE_ADMIN>
    ####<Apr 11, 2010 8:35:09 PM PDT> <Debug> <Deployment> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1271043309173> <BEA-000000> < +++ Returning app's state : STATE_ACTIVE>
    ####<Apr 11, 2010 8:35:09 PM PDT> <Debug> <Deployment> <agwlcrptrn1> <agwlcrptrn1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <

    hi sandeep,
    i take the thread dump 10 times at the start the server can u look into this one...
    ===============================
    CLASSPATH=/local/mnt/agile/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/local/mnt/agile/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/local/mnt/agile/bea/jrockit_160_05/lib/tools.jar:/local/mnt/agile/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/local/mnt/agile/bea/wlserver_10.3/server/lib/weblogic.jar:/local/mnt/agile/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/local/mnt/agile/bea/wlserver_10.3/server/lib/webservices.jar:/local/mnt/agile/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/local/mnt/agile/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar::/local/mnt/agile/agile93/agileDomain/lib/jms.jar:/local/mnt/agile/agile93/agileDomain/lib/jndi.jar:/local/mnt/agile/agile93/agileDomain/lib/tibjms.jar
    PATH=/local/mnt/agile/bea/wlserver_10.3/server/bin:/local/mnt/agile/bea/modules/org.apache.ant_1.6.5/bin:/local/mnt/agile/bea/jrockit_160_05/jre/bin:/local/mnt/agile/bea/jrockit_160_05/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    Your environment has been set.
    QCHTTPHeaderIdentityAsserter.initialize
    AgileAuthenticationProviderImpl.initialize
    2010-04-10 20:03:14
    Full thread dump Java HotSpot(TM) Server VM (10.0-b19 mixed mode):
    "Thread-13" daemon prio=10 tid=0x62a8a800 nid=0x1b6 waiting on condition [0x5f7b8000..0x5f7b9130]
    java.lang.Thread.State: WAITING (parking)
         at sun.misc.Unsafe.park(Native Method)
         - parking to wait for <0xf2d78078> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
         at weblogic.utils.concurrent.JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
         at weblogic.store.internal.PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
         at weblogic.store.internal.PersistentStoreImpl.run(PersistentStoreImpl.java:615)
         at weblogic.store.internal.PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    "LDAPCache-TTLTimer" daemon prio=10 tid=0x09277000 nid=0x1b5 in Object.wait() [0x5f90b000..0x5f90bfb0]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2d7c068> (a netscape.ldap.TTLTimer)
         at netscape.ldap.TTLTimer.run(LDAPCache.java:828)
         - locked <0xf2d7c068> (a netscape.ldap.TTLTimer)
         at java.lang.Thread.run(Thread.java:619)
    "LDAPConnThread-1 ldaps://qpip.qualcomm.com:389" daemon prio=10 tid=0x5f6fc000 nid=0x1b4 runnable [0x5f95c000..0x5f95d030]
    java.lang.Thread.State: RUNNABLE
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         - locked <0xf2d820a8> (a java.io.BufferedInputStream)
         at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
         at java.lang.Thread.run(Thread.java:619)
    "Thread-12" daemon prio=10 tid=0x61c2ac00 nid=0x1b3 waiting on condition [0x5f9ad000..0x5f9adeb0]
    java.lang.Thread.State: TIMED_WAITING (sleeping)
         at java.lang.Thread.sleep(Native Method)
         at oracle.jdbc.pool.OracleConnectionCacheTimeOutThread.run(OracleConnectionCacheTimeOutThread.java:80)
    "LDAPConnThread-0 ldap://10.47.24.141:9001" daemon prio=10 tid=0x61cb5400 nid=0x1b1 runnable [0x5fb55000..0x5fb55db0]
    java.lang.Thread.State: RUNNABLE
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         - locked <0xf2d920a8> (a java.io.BufferedInputStream)
         at netscape.ldap.ber.stream.BERElement.getElement(BERElement.java:101)
         at netscape.ldap.LDAPConnThread.run(LDAPConnThread.java:538)
         at java.lang.Thread.run(Thread.java:619)
    "DoSManager" daemon prio=10 tid=0x0932a000 nid=0x1b0 waiting on condition [0x5f9fe000..0x5f9fee30]
    java.lang.Thread.State: TIMED_WAITING (sleeping)
         at java.lang.Thread.sleep(Native Method)
         at com.octetstring.vde.DoSManager.run(DoSManager.java:433)
    "VDE Transaction Processor Thread" daemon prio=10 tid=0x61c07000 nid=0x1ae in Object.wait() [0x5fba6000..0x5fba7130]
    java.lang.Thread.State: WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2d70090> (a com.octetstring.vde.backend.standard.TransactionProcessor)
         at java.lang.Object.wait(Object.java:485)
         at com.octetstring.vde.backend.standard.TransactionProcessor.waitChange(TransactionProcessor.java:367)
         - locked <0xf2d70090> (a com.octetstring.vde.backend.standard.TransactionProcessor)
         at com.octetstring.vde.backend.standard.TransactionProcessor.run(TransactionProcessor.java:212)
    "ExecuteThread: '16' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a67400 nid=0x1ad waiting for monitor entry [0x5fbf7000..0x5fbf7fb0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '15' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a66000 nid=0x1ac waiting for monitor entry [0x5fc48000..0x5fc49030]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '14' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a65000 nid=0x1ab waiting for monitor entry [0x5fc99000..0x5fc99eb0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '13' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a63c00 nid=0x1aa waiting for monitor entry [0x5fcea000..0x5fceaf30]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '12' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a62c00 nid=0x1a9 runnable [0x5fd3b000..0x5fd3bdb0]
    java.lang.Thread.State: RUNNABLE
         at weblogic.socket.PosixSocketMuxer.poll(Native Method)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:102)
         - locked <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '11' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a61c00 nid=0x1a8 waiting for monitor entry [0x5fd8c000..0x5fd8ce30]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '10' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a60800 nid=0x1a7 waiting for monitor entry [0x5fddd000..0x5fdde0b0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '9' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x62a6f400 nid=0x1a6 waiting for monitor entry [0x5fe2e000..0x5fe2f130]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '8' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x0928d400 nid=0x1a5 waiting for monitor entry [0x5fe7f000..0x5fe7ffb0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '7' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x0928c000 nid=0x1a4 waiting for monitor entry [0x5fed0000..0x5fed1030]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '6' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x0928b000 nid=0x1a3 waiting for monitor entry [0x5ff21000..0x5ff21eb0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '5' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x0930c400 nid=0x1a2 waiting for monitor entry [0x5ff72000..0x5ff72f30]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '4' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x0928dc00 nid=0x1a1 waiting for monitor entry [0x5ffc3000..0x5ffc3db0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x09288c00 nid=0x1a0 waiting for monitor entry [0x60014000..0x60014e30]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x092d4800 nid=0x19f waiting for monitor entry [0x60065000..0x600660b0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x092d4400 nid=0x19e waiting for monitor entry [0x600b6000..0x600b7130]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon prio=10 tid=0x0932d800 nid=0x19d waiting for monitor entry [0x60107000..0x60107fb0]
    java.lang.Thread.State: BLOCKED (on object monitor)
         at weblogic.socket.PosixSocketMuxer.processSockets(PosixSocketMuxer.java:95)
         - waiting to lock <0xf2d8c098> (a weblogic.socket.PosixSocketMuxer$1)
         at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:29)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:42)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:145)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
    "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x0932c400 nid=0x19c in Object.wait() [0x60158000..0x60159030]
    java.lang.Thread.State: WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2daa030> (a weblogic.work.ExecuteThread)
         at java.lang.Object.wait(Object.java:485)
         at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
         - locked <0xf2daa030> (a weblogic.work.ExecuteThread)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    "Thread-7" daemon prio=10 tid=0x0932e400 nid=0x19b waiting on condition [0x601a9000..0x601a9eb0]
    java.lang.Thread.State: WAITING (parking)
         at sun.misc.Unsafe.park(Native Method)
         - parking to wait for <0xf2daa150> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
         at weblogic.utils.concurrent.JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
         at weblogic.store.internal.PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:567)
         at weblogic.store.internal.PersistentStoreImpl.run(PersistentStoreImpl.java:615)
         at weblogic.store.internal.PersistentStoreImpl$2.run(PersistentStoreImpl.java:383)
    "weblogic.timers.TimerThread" daemon prio=10 tid=0x60467800 nid=0x19a in Object.wait() [0x603fe000..0x603fef30]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2daa2c0> (a weblogic.timers.internal.TimerThread)
         at weblogic.timers.internal.TimerThread$Thread.run(TimerThread.java:267)
         - locked <0xf2daa2c0> (a weblogic.timers.internal.TimerThread)
    "weblogic.time.TimeEventGenerator" daemon prio=10 tid=0x60431800 nid=0x199 in Object.wait() [0x60555000..0x60555db0]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2daa380> (a weblogic.time.common.internal.TimeTable)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:286)
         - locked <0xf2daa380> (a weblogic.time.common.internal.TimeTable)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:117)
         at java.lang.Thread.run(Thread.java:619)
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=10 tid=0x6042e000 nid=0x198 runnable [0x605a5000..0x605a6e30]
    java.lang.Thread.State: RUNNABLE
         at java.util.HashMap.<init>(HashMap.java:209)
         at java.util.jar.Manifest.<init>(Manifest.java:37)
         at java.util.jar.JarFile.getManifestFromReference(JarFile.java:160)
         at java.util.jar.JarFile.getManifest(JarFile.java:146)
         at weblogic.utils.classloaders.GenericClassLoader$JarSource.getManifest(GenericClassLoader.java:528)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:310)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
         - locked <0xe5c43a98> (a weblogic.utils.classloaders.GenericClassLoader)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         - locked <0xe5c43a98> (a weblogic.utils.classloaders.GenericClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         - locked <0xe5c43a98> (a weblogic.utils.classloaders.GenericClassLoader)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:335)
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:288)
         - locked <0xe5c43a98> (a weblogic.utils.classloaders.GenericClassLoader)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         - locked <0xe5c43a98> (a weblogic.utils.classloaders.GenericClassLoader)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         at weblogic.ejb.container.deployer.EJBModule.setupEJBToImplClassDependencies(EJBModule.java:1790)
         at weblogic.ejb.container.deployer.EJBModule.prepare(EJBModule.java:397)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:58)
         at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:42)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:16)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:155)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
         at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:187)
         at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:233)
         at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:173)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:89)
         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)
    "Timer-1" daemon prio=10 tid=0x609e3800 nid=0x197 in Object.wait() [0x605f7000..0x605f80b0]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2d7a2c0> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:509)
         - locked <0xf2d7a2c0> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:462)
    "Timer-0" daemon prio=10 tid=0x609e0000 nid=0x196 in Object.wait() [0x62350000..0x62351130]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2d7a3b0> (a java.util.TaskQueue)
         at java.util.TimerThread.mainLoop(Timer.java:509)
         - locked <0xf2d7a3b0> (a java.util.TaskQueue)
         at java.util.TimerThread.run(Timer.java:462)
    "RMI TCP Accept-9896" daemon prio=10 tid=0x61ebf800 nid=0x194 runnable [0x623ba000..0x623bb030]
    java.lang.Thread.State: RUNNABLE
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
         - locked <0xf2d76210> (a java.net.SocksSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:453)
         at java.net.ServerSocket.accept(ServerSocket.java:421)
         at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
         at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
         at java.lang.Thread.run(Thread.java:619)
    "RMI TCP Accept-0" daemon prio=10 tid=0x61eb6c00 nid=0x193 runnable [0x6240b000..0x6240beb0]
    java.lang.Thread.State: RUNNABLE
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384)
         - locked <0xf2da0170> (a java.net.SocksSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:453)
         at java.net.ServerSocket.accept(ServerSocket.java:421)
         at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.executeAcceptLoop(TCPTransport.java:369)
         at sun.rmi.transport.tcp.TCPTransport$AcceptLoop.run(TCPTransport.java:341)
         at java.lang.Thread.run(Thread.java:619)
    "Low Memory Detector" daemon prio=10 tid=0x63b01400 nid=0x192 runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "CompilerThread1" daemon prio=10 tid=0x63901c00 nid=0x191 runnable [0x00000000..0x634f3278]
    java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x63900800 nid=0x190 runnable [0x00000000..0x635742f8]
    java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x0919e000 nid=0x18f waiting on condition [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=10 tid=0x09183000 nid=0x18e in Object.wait() [0x63aad000..0x63aae130]
    java.lang.Thread.State: WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2d8e2d0> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
         - locked <0xf2d8e2d0> (a java.lang.ref.ReferenceQueue$Lock)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x09181c00 nid=0x18d in Object.wait() [0x63afe000..0x63afefb0]
    java.lang.Thread.State: WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2daa4c8> (a java.lang.ref.Reference$Lock)
         at java.lang.Object.wait(Object.java:485)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
         - locked <0xf2daa4c8> (a java.lang.ref.Reference$Lock)
    "main" prio=10 tid=0x0900f000 nid=0x17b in Object.wait() [0xf7f1d000..0xf7f1e208]
    java.lang.Thread.State: WAITING (on object monitor)
         at java.lang.Object.wait(Native Method)
         - waiting on <0xf2d723c8> (a weblogic.t3.srvr.SubsystemRequest)
         at weblogic.t3.srvr.SubsystemRequest.rendezvouz(SubsystemRequest.java:100)
         - locked <0xf2d723c8> (a weblogic.t3.srvr.SubsystemRequest)
         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:457)
         at weblogic.t3.srvr.ServerServicesManager.startInAdminState(ServerServicesManager.java:237)
         - locked <0x6536b220> (a java.lang.Class for weblogic.t3.srvr.ServerServicesManager)
         at weblogic.t3.srvr.T3Srvr.initializeAdmin(T3Srvr.java:738)
         at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:499)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
         at weblogic.Server.main(Server.java:67)
    "VM Thread" prio=10 tid=0x0917e800 nid=0x18c runnable
    "GC task thread#0 (ParallelGC)" prio=10 tid=0x09015c00 nid=0x17c runnable
    "GC task thread#1 (ParallelGC)" prio=10 tid=0x09016c00 nid=0x17d runnable
    "GC task thread#2 (ParallelGC)" prio=10 tid=0x09018000 nid=0x17e runnable
    "GC task thread#3 (ParallelGC)" prio=10 tid=0x09019000 nid=0x17f runnable
    "GC task thread#4 (ParallelGC)" prio=10 tid=0x0901a000 nid=0x180 runnable
    "GC task thread#5 (ParallelGC)" prio=10 tid=0x0901b000 nid=0x181 runnable
    "GC task thread#6 (ParallelGC)" prio=10 tid=0x0901c400 nid=0x182 runnable
    "GC task thread#7 (ParallelGC)" prio=10 tid=0x0901d400 nid=0x183 runnable
    "GC task thread#8 (ParallelGC)" prio=10 tid=0x0901e400 nid=0x184 runnable
    "GC task thread#9 (ParallelGC)" prio=10 tid=0x0901f400 nid=0x185 runnable
    "GC task thread#10 (ParallelGC)" prio=10 tid=0x09020800 nid=0x186 runnable
    "GC task thread#11 (ParallelGC)" prio=10 tid=0x09021800 nid=0x187 runnable
    "GC task thread#12 (ParallelGC)" prio=10 tid=0x09022800 nid=0x188 runnable
    "GC task thread#13 (ParallelGC)" prio=10 tid=0x09023800 nid=0x189 runnable
    "GC task thread#14 (ParallelGC)" prio=10 tid=0x09024c00 nid=0x18a runnable
    "GC task thread#15 (ParallelGC)" prio=10 tid=0x09025c00 nid=0x18b runnable
    "VM Periodic Task Thread" prio=10 tid=0x61ec2000 nid=0x195 waiting on condition
    JNI global references: 957
    Heap
    PSYoungGen total 229376K, used 39147K [0xe4d70000, 0xf4d70000, 0xf4d70000)
    eden space 196608K, 8% used [0xe4d70000,0xe5cf3870,0xf0d70000)
    from space 32768K, 70% used [0xf2d70000,0xf4427708,0xf4d70000)
    to space 32768K, 0% used [0xf0d70000,0xf0d70000,0xf2d70000)
    PSOldGen total 1835008K, used 0K [0x74d70000, 0xe4d70000, 0xe4d70000)
    object space 1835008K, 0% used [0x74d70000,0x74d70000,0xe4d70000)
    PSPermGen total 62208K, used 62093K [0x64d70000, 0x68a30000, 0x74d70000)
    object space 62208K, 99% used [0x64d70000,0x68a134a8,0x68a30000)

  • 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

  • How to specify the webLogic server startup script to use different config.xml  file ??

    Hi,
    I have 2 weblogic startup scripts (startWebLogic.sh and
    startWebLogic_recovery.sh) for the same domain.
    startWebLogic.sh uses config.xml file.
    I would like to use config_recovery.xml as the configuration file for startWebLogic_recovery.sh
    How would I do this ?
    I am using WebLogic Server 6.1 on SunOS 5.8 / HP-UX 11.0.
    Appreciate any help.
    Regards
    Gunaseelan Venkateswaran

    I guess you're using Weblogic 6.1 with WLCS 3.5. I think you're supposed to work with one config.xml for the same domain, and not have a different config.xml.
    To start up different applications or EJBs, use the "target" property to control which applications to start up for the particular instance.
    YY

  • Reg Weblogic Server Startup Problem

    Hi
    I have configured the weblogic Application Server using Oracle SOA11g
    When i started the weblogic server, i am getting below exception.
    Exception [TOPLINK-4002] (Oracle TopLink - 11g Release 1(11.1.1.5.0) (Build 110305)): oracle.toplink.exceptions.DatabaseException
    Internal Exception: java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    Error Code: 942
    Call: SELECT DRIVER_NAME, MIME_TYPES, PROTOCOLS, CARRIERS, SENDER_ADDRESSES, COS
    T, DELIVERY_TYPES, SPEED, STATUS_TYPES, CHECKSUM, SUPPORTS_CANCEL, ENCODINGS, SU
    PPORTS_REPLACE, SUPPORTS_TRACKING, SUPPORTS_STATUS_POLLING, DEFAULT_SENDER, CAPA
    BILITY, LOCK_VERSION FROM DRIVER_INFO
    Query: ReadAllQuery(oracle.sdpinternal.messaging.config.DriverInfo)>
    Pls find below log from AdminServer.log and domain_name.log
    MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.  
    ORA-06550: line 1, column 12:
    PLS-00201: identifier 'MDS_INTERNAL_SHREDDED.GETREPOSITORYVERSION' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    I have tried several solutions for above problem:
    Sol1:
    I have checked my datasource.
    The database details and URL are correct and i am able to test the connection and the DB is up and running.
    Sol2:
    I dropped RCU and created again but it didnt resolve the issue.
    Sol3:
    I have renamed the folders tmp, cache and data folders to in the below location
    C:\Oracle\Middleware\user_projects\domains\SOA_domain\servers\AdminServer
    After starting the weblogic server,these folders are created again but problem is not solved.
    Sol4:
    Logged intoto Weblogic console->services->Data Source->Click on SOADataSource->Go to Transaction tab->verify 'XA Transaction Timeout:' is set to 0
    Sol5:
    The schemas details in RCU and during the SOA configuration, there is a screen called "Configure JDBC Component Schema".
    The schema details are same in both cases
    Sol6: Dropped Database, RCU and SOA and installed again.
    But the problem is not solved.
    Now i am getting below exception also:
    Caused by: javax.ejb.CreateException: SDP-25700: An unexpected exception was cau
    ght.
    Cause: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.Res
    ourceException: Could not create pool connection. The DBMS driver exception was:
    IO Error: The Network Adapter could not establish the connection
    Action: Check the stack trace for more details.
            at oracle.sdpinternal.messaging.storage.MessagingStoreBean.ejbCreate(Mes
    sagingStoreBean.java:174)
            at oracle.sdpinternal.messaging.storage.MessagingStore_urkbp2_Impl.ejbCr
    eate(Unknown Source)
            ... 56 more
    ; nested exception is: com.oracle.pitchfork.interfaces.LifecycleCallbackExceptio
    n: Failure to invoke public void oracle.sdpinternal.messaging.storage.MessagingS
    tore_urkbp2_Impl.ejbCreate() throws javax.ejb.CreateException,javax.ejb.EJBExcep
    tion on bean class class oracle.sdpinternal.messaging.storage.MessagingStore_urk
    bp2_Impl with args: []>
    I have tried deleting tmp folder and renaming tmp, data and cache folders in C:\Oracle\Middleware\user_projects\domains\BPM_Sample_domain\servers\AdminServer location.
    But the problem still perists.
    Please help me in resolving the issue.
    Regards
    Swathi

    Hi Swati,
    When you see this error
    Cause: weblogic.common.resourcepool.ResourceDeadException: 0:weblogic.common.Res
    ourceException: Could not create pool connection. The DBMS driver exception was:
    IO Error: The Network Adapter could not establish the connection
    Action: Check the stack trace for more details.
    That means Datasource Connection Pool is failing to create a pool either due to DB is down or no connection made by Pool resource.
    Try to tune the Datasource with following parameter will help you.
    1. Eanble Test connection on reseve
    2. Connection creation retry frequency second set as 10 these two parameter make reconnect back to you DB and Pool start executing correctly.
    After enable still have problem please provide complete stack.
    Regards,
    Kal

  • Obiee 11g weblogic server startup problem

    [oracle@pip bin]$ ./startWebLogic.sh
    SVR_GRP =
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/home/oracle/OBIEE_HOME/wlserver_10.3/server/ext/jdbc/oracle/11g/ojdbc6dms.jar:/home/oracle/OBIEE_HOME/patch_wls1033/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/lib/tools.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic_sp.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/OBIEE_HOME/modules/features/weblogic.server.modules_10.3.3.0.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/webservices.jar:/home/oracle/OBIEE_HOME/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/home/oracle/OBIEE_HOME/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.dms_11.1.1/dms.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxframework.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jmx_11.1.1/jmxspi.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.odl_11.1.1/ojdl.jar:/home/oracle/OBIEE_HOME/oracle_common/soa/modules/commons-cli-1.1.jar:/home/oracle/OBIEE_HOME/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/home/oracle/OBIEE_HOME/Oracle_BI1/common/jlib/11.1.2.0/ctg.jar:/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/common/derby/lib/derbyclient.jar:/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/xqrl.jar
    PATH=/home/oracle/OBIEE_HOME/wlserver_10.3/server/bin:/home/oracle/OBIEE_HOME/modules/org.apache.ant_1.7.1/bin:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/jre/bin:/home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/oracle/bin:/home/oracle/oracle/product/10.2.0/db_1/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:
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Oracle JRockit(R) (build R28.0.0-679-130297-1.6.0_17-20100312-2128-linux-ia32, compiled mode)
    Starting WLS with line:
    /home/oracle/OBIEE_HOME/jrockit_160_17_R28.0.0-679/bin/java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/oracle/OBIEE_HOME/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -da -Dplatform.home=/home/oracle/OBIEE_HOME/wlserver_10.3 -Dwls.home=/home/oracle/OBIEE_HOME/wlserver_10.3/server -Dweblogic.home=/home/oracle/OBIEE_HOME/wlserver_10.3/server -Ddomain.home=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain -Dcommon.components.home=/home/oracle/OBIEE_HOME/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.domain.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig -Doracle.server.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/servers/AdminServer -Doracle.security.jps.config=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/carml -Digf.arisidstack.home=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/fmwconfig/arisidprovider -Dweblogic.alternateTypesDirectory=/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.ossoiap_11.1.1,/home/oracle/OBIEE_HOME/oracle_common/modules/oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Doracle.biee.search.bisearchproperties=/home/oracle/OBIEE_HOME/Oracle_BI1/bifoundation/jee/BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -DEPM_ORACLE_HOME=/home/oracle/OBIEE_HOME/Oracle_BI1 -Doracle.ecsf.crawl.mode.debug=true -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=/home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/config/bipublisher -DXDO_FONT_DIR=/home/oracle/OBIEE_HOME/Oracle_BI1/common/fonts -Dorg.eclipse.emf.ecore.EPackage.Registry.INSTANCE=com.sigmadynamics.emf.util.SDEMFRegistry -Dweblogic.wsee.skip.async.response=true -Drtd.instanceName=RTD_AdminServer -Dem.oracle.home=/home/oracle/OBIEE_HOME/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/home/oracle/OBIEE_HOME/patch_wls1033/profiles/default/sysext_manifest_classpath weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Feb 4, 2011 3:42:09 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.0-679-130297-1.6.0_17-20100312-2128-linux-ia32 from Oracle Corporation>
    <Feb 4, 2011 3:42:10 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on /home/oracle/OBIEE_HOME/user_projects/domains/bifoundation_domain/servers/AdminServer/tmp/AdminServer.lok. Server may already be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:74)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:803)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:493)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:446)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 4, 2011 3:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Feb 4, 2011 3:42:10 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Feb 4, 2011 3:42:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Edited by: user618668 on Feb 4, 2011 3:00 AM

    Hi,
    Some admin server process is still running ....so check the process using ps command and kill the process and try to start again . When you kill the process all lok file will get removed.
    Arminder
    Edited by: 838241 on Feb 20, 2011 8:48 AM

  • Weblogic server startup not happening

    Hello,
    Using obiee 11g in linux,
    My admin tool stops responding due to some reason so did a forced closeing then after that nothing was working
    So stopped opmnctl and trying restarting,its not working then thought will retstart the weblogic Server
    now thats not working totally gone case any help pls.
    A part of the error i am shwoing
    <Sep 16, 2011 11:35:16 AM IST> <Error> <EmbeddedLDAP> <BEA-000000> <Error opening the Transaction Log: /orcl/oracleBI/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/ldapfiles/EmbeddedLDAP.tran (Permission denied)>
    <Sep 16, 2011 11:35:16 AM IST> <Error> <EmbeddedLDAP> <BEA-000000> <Error Instantiating 'dc=bifoundation_domain': null>
    <Sep 16, 2011 11:35:16 AM IST> <Critical> <EmbeddedLDAP> <BEA-171522> <An error occurred while initializing the Embedded LDAP Server. The exception thrown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in /orcl/oracleBI/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/backup.>
    <Sep 16, 2011 11:35:16 AM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard
    at weblogic.ldap.EmbeddedLDAP.start(EmbeddedLDAP.java:303)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    <Sep 16, 2011 11:35:16 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Sep 16, 2011 11:35:16 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Sep 16, 2011 11:35:16 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Thanks
    Edited by: user123 on Sep 16, 2011 11:40 AM

    An error occurred while initializing the Embedded LDAP Server. The exception thrown is java.lang.ClassCastException: com.octetstring.vde.backend.BackendRoot cannot be cast to com.octetstring.vde.backend.standard.BackendStandard. This may indicate a problem with the data files for the Embedded LDAP Server. If the problem is with the data files and it can not be corrected, backups of previous versions of the data files exist in /orcl/oracleBI/user_projects/domains/bifoundation_domain/servers/AdminServer/data/ldap/backup.Looks like LDAP issue...do you have any external authentication setup ?? You can think investigation issue in that direction..Check the complete error code.

  • Problem with OEPE Weblogic Server Startup

    I am trying to start a WebLogic 9.2.x server in Eclipse without much success.
    I have the very latest version of the OEPE Plugin for Eclipse.
    When I attempt to start my WebLogic Server from within Eclipse, I get an error (without a stack trace) that says "Start script cannot be found".
    I'm not sure exactly which start script it is talking about, but I believe I have the correct ones in my server domains bin directory, specifically, startWebLogicEx.cmd and startWebLogic.cmd.
    Could this be a pathing issue within Eclipse that it cannot locate my domains bin directory?

    Is there any way to specify directly to look in the bin/ subdirectory? I've modified the run configuration to use the startWeblogic.cmd in the bin/ location, but it still fails.
    Thoughts?

  • Oracle service registy  server startup issue.

    hi
    I have installed the oracle service registry . After that i have created the OSR specific domain in weblogic server as per the OSR installation guide.
    admin server and osr_server1 instances created in that domain.
    when i am trying to start OSR server from weblogic admin console server is not starting.
    it is showing the follwing messages.
    For server osr_server1, the Node Manager associated with machine osr_machine1 is not reachable.
    All of the servers selected are currently in a state which is incompatible with this operation or are not associated with a running Node Manager or you are not authorized to perform the action requested. No action will be performed.
    if anybody have idea on above issue. please provide inputs.
    Edited by: 948123 on Jul 23, 2012 7:16 AM

    Hi,
    First thing, do you have a Node Manager running?
    Go to the console and check on Environment > Machines > <your machine> > Monitoring > Node Manager Status...
    It should say "Reachable" and the version number...
    If your Node Manager is running there is a nodemanager.log file in $MW_HOME\wlserver_10.3\common\nodemanager... Tell us what you see there...
    Please let me know if this was helpful...
    Cheers,
    Vlad
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
    https://forums.oracle.com/forums/ann.jspa?annID=893

  • Getting weblogic server startup error

    getting the following erro while starting weblogic server
    An error has occurred. The following chain of information is available:
    error 1: /Arg/Arg/Tag/
    message: Tag not found in dictionary.
    argument position: 50979500
    tag: "vnum"
    issue is coming when we configure the application.

    Has the server ever started prior to deployment of services?

  • WebLogic Server Startup Messages

    I was wondering if there was a way to filter out the server startup messages from the server logs. I am using log4j and have set all the severity levels for the logs to "WARNING" but these settings seem to be loaded after the server starts so I see a handful of "INFO" and "NOTICE" messages in the logs whenever the server is restarted. The log in question is the AdminServer.log if that is pertinent.

    ####<Jul 14, 2010 2:25:23 PM MDT> <Notice> <WebLogicServer> <COSLCNDB3D1> <> <Main Thread> <> <> <> <1279139123023> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\bea\user_projects\domains\dcgsaDomain\lib\log4j-1.2.15.jar;C:\bea\user_projects\domains\dcgsaDomain\lib\wllog4j.jar;C:\bea\wlportal_10.3\analytics\lib\system\analytics_sys.jar;C:\bea\wlportal_10.3\apps\lib\system\groupspace_system.jar;C:\bea\wlportal_10.3\content-mgmt\lib\system\content_system.jar;C:\bea\wlportal_10.3\info-mgmt\deprecated\lib\system\commerce_system.jar;C:\bea\wlportal_10.3\info-mgmt\lib\system\wlp-schemas.jar;C:\bea\wlportal_10.3\info-mgmt\lib\system\wlp_content_system.jar;C:\bea\wlportal_10.3\info-mgmt\lib\system\wps_system.jar;C:\bea\wlportal_10.3\light-portal\lib\system\netuix_common.jar;C:\bea\wlportal_10.3\light-portal\lib\system\netuix_schemas.jar;C:\bea\wlportal_10.3\light-portal\lib\system\netuix_system.jar;C:\bea\wlportal_10.3\light-portal\lib\system\wsrp-client.jar;C:\bea\wlportal_10.3\light-portal\lib\system\wsrp-common.jar;C:\bea\wlportal_10.3\p13n\lib\system\p13n-schemas.jar;C:\bea\wlportal_10.3\p13n\lib\system\p13n_common.jar;C:\bea\wlportal_10.3\p13n\lib\system\p13n_system.jar;C:\bea\wlportal_10.3\p13n\lib\system\wlp_services.jar;C:\bea\wlportal_10.3\portal\lib\system\netuix_system-full.jar>
    ####<Jul 14, 2010 2:25:23 PM MDT> <Info> <WebLogicServer> <COSLCNDB3D1> <> <Main Thread> <> <> <> <1279139123835> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Version R27.6.0-50_o-100423-1.6.0_05-20080626-2105-windows-ia32 from BEA Systems, Inc.>
    ####<Jul 14, 2010 2:25:24 PM MDT> <Info> <Management> <COSLCNDB3D1> <> <Main Thread> <> <> <> <1279139124054> <BEA-141107> <Version: WebLogic Server Temporary Patch for CR376251 Wed Aug 06 09:19:34 PDT 2008
    WebLogic Server Temporary Patch for CR371247 Sat Aug 09 20:10:38 PDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR376759 Thu Aug 14 14:53:02 PDT 2008
    WebLogic Server 10.3  Fri Jul 25 16:30:05 EDT 2008 1137967 >
    ####<Jul 14, 2010 2:25:27 PM MDT> <Notice> <WebLogicServer> <COSLCNDB3D1> <> <Main Thread> <> <> <> <1279139127132> <BEA-000365> <Server state changed to STARTING>
    ####<Jul 14, 2010 2:25:27 PM MDT> <Info> <WorkManager> <COSLCNDB3D1> <> <Main Thread> <> <> <> <1279139127148> <BEA-002900> <Initializing self-tuning thread pool>
    ####<Jul 14, 2010 2:25:27 PM MDT> <Info> <WebLogicServer> <COSLCNDB3D1> <> <Main Thread> <> <> <> <1279139127289> <BEA-000214> <WebLogic Server "AdminServer" version:
    WebLogic Server Temporary Patch for CR376251 Wed Aug 06 09:19:34 PDT 2008
    WebLogic Server Temporary Patch for CR371247 Sat Aug 09 20:10:38 PDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR377673 Tue Aug 12 20:39:50 EDT 2008
    WebLogic Server Temporary Patch for CR376759 Thu Aug 14 14:53:02 PDT 2008
    WebLogic Server 10.3  Fri Jul 25 16:30:05 EDT 2008 1137967  (c) 1995, 1996, 1997, 1998 WebLogic, Inc.
    (c) 1999, 2000, 2001 BEA Systems, Inc.> At this point, I see the log4j configuration info if I start the server with "-Dlog4j.debug" parameter and all messages after this point are "WARNING" and above.
    For kicks, I tried restarting the server after changing to JDK logging. Messages still appeared.
    Edited by: TNgo on Jul 14, 2010 3:51 PM

  • SOA Cluster: Managed Server startup issue

    Hi,
    I did the SOA clustering as follows:
    10.111.122.133 – Admin Server and soa_server1
    10.111.122.136 – soa_server2
    Configured "soadomain" that contains Admin Server, soa_server1 and soa_server2.
    used pack and unpack to replicate domain structure in the box where soa_server2 resides.
    when I start managed server soa_server2, I'm getting the following issue:
    <Nov 3, 2011 4:42:54 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oracle.soa.rules_dict_dc.webapp [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: File not found
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.zip.ZipFile.<init>(ZipFile.java:133)
    at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:84)
    at weblogic.servlet.utils.WarUtils.isWebServices(WarUtils.java:76)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:42:54 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean oracle.soa.rules_editor_dc.webapp#[email protected]. Error - weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: File not found
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.zip.ZipFile.<init>(ZipFile.java:133)
    at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:84)
    at weblogic.servlet.utils.WarUtils.isWebServices(WarUtils.java:76)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:42:54 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oracle.soa.rules_editor_dc.webapp [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]' due to error weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.FileNotFoundException: File not found
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.zip.ZipFile.<init>(ZipFile.java:133)
    at weblogic.servlet.utils.WarUtils.existsInWar(WarUtils.java:84)
    at weblogic.servlet.utils.WarUtils.isWebServices(WarUtils.java:76)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:42:54 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oracle.soa.ext [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]' due to error weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar' for application 'oracle.soa.ext [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar'...
    weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar' for application 'oracle.soa.ext [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar'..
    at weblogic.deploy.internal.targetserver.BasicDeployment.verifyLocalApp(BasicDeployment.java:124)
    at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:146)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:42:54 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'oracle.soa.b2b [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]' due to error weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar' for application 'oracle.soa.b2b [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar'...
    weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar' for application 'oracle.soa.b2b [LibSpecVersion=11.1.1,LibImplVersion=11.1.1]'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar'..
    at weblogic.deploy.internal.targetserver.BasicDeployment.verifyLocalApp(BasicDeployment.java:124)
    at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:146)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:42:54 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean oracle.soa.worklist.webapp#[email protected]. Error - weblogic.management.DeploymentException: .
    weblogic.management.DeploymentException:
    at weblogic.servlet.internal.WarDeploymentFactory.findOrCreateComponentMBeans(WarDeploymentFactory.java:69)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-smpp.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'usermessagingdriver-smpp' due to error weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-smpp.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-smpp.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-smpp.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean usermessagingdriver-voicexml. Error - weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'usermessagingdriver-voicexml' due to error weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/communications/applications/sdpmessagingdriver-voicexml.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean worklistapp. Error - weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'worklistapp' due to error weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/worklist-wls.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean b2bui. Error - weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-b2bui-wls.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-b2bui-wls.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-b2bui-wls.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'b2bui' due to error weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-b2bui-wls.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-b2bui-wls.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'OracleAppsAdapter' due to error weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/AppsAdapter.rar' for application 'OracleAppsAdapter'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/AppsAdapter.rar'...
    weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/AppsAdapter.rar' for application 'OracleAppsAdapter'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/AppsAdapter.rar'..
    at weblogic.deploy.internal.targetserver.BasicDeployment.verifyLocalApp(BasicDeployment.java:124)
    at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:146)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'OracleBamAdapter' due to error weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/OracleBamAdapter.rar' for application 'OracleBamAdapter'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/OracleBamAdapter.rar'...
    weblogic.management.DeploymentException: [Deployer:149003]Unable to access application source information in '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/OracleBamAdapter.rar' for application 'OracleBamAdapter'. The specific error is: [Deployer:149158]No application files exist at '/softwares/app/Middleware/Oracle_SOA1/soa/connectors/OracleBamAdapter.rar'..
    at weblogic.deploy.internal.targetserver.BasicDeployment.verifyLocalApp(BasicDeployment.java:124)
    at weblogic.deploy.internal.targetserver.BasicDeployment.createDeployment(BasicDeployment.java:146)
    at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:114)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
    at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149605> <Failed to create App/Comp mbeans for AppDeploymentMBean soa-infra. Error - weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'soa-infra' due to error weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear.
    weblogic.management.DeploymentException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear
    at weblogic.application.internal.EarDeploymentFactory.findOrCreateComponentMBeans(EarDeploymentFactory.java:193)
    at weblogic.application.internal.MBeanFactoryImpl.findOrCreateComponentMBeans(MBeanFactoryImpl.java:48)
    at weblogic.application.internal.MBeanFactoryImpl.createComponentMBeans(MBeanFactoryImpl.java:110)
    at weblogic.application.internal.MBeanFactoryImpl.initializeMBeans(MBeanFactoryImpl.java:76)
    at weblogic.management.deploy.internal.MBeanConverter.createApplicationMBean(MBeanConverter.java:91)
    Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: File not found with : /softwares/app/Middleware/Oracle_SOA1/soa/applications/soa-infra-wls.ear
    at java.util.zip.ZipFile.open(Native Method)
    at java.util.zip.ZipFile.<init>(ZipFile.java:117)
    at java.util.jar.JarFile.<init>(JarFile.java:133)
    at java.util.jar.JarFile.<init>(JarFile.java:97)
    at weblogic.utils.jars.JarFileDelegate.<init>(JarFileDelegate.java:32)
    Truncated. see log file for complete stacktrace
    >
    <Nov 3, 2011 4:43:06 PM IST> <Emergency> <Deployer> <BEA-149259> <Server 'soa_server2' in cluster 'soa_cluster' is being brought up in administration state due to failed deployments.>
    <Nov 3, 2011 4:43:12 PM IST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Nov 3, 2011 4:43:21 PM IST> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <Nov 3, 2011 4:43:21 PM IST> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of soa_cluster.>
    <Nov 3, 2011 4:43:51 PM IST> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file /softwares/app/Middleware/wlserver_10.3/server/lib/DemoIdentity.jks.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /softwares/app/Middleware/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /softwares/app/Middleware/jrockit_160_17_R28.0.0-679/jre/lib/security/cacerts.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O=T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.136.155.136:8001 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <Server> <BEA-002613> <Channel "DefaultSecure" is now listening on 10.136.155.136:8002 for protocols iiops, t3s, CLUSTER-BROADCAST-SECURE, ldaps, https.>
    <Nov 3, 2011 4:43:52 PM IST> <Notice> <WebLogicServer> <BEA-000332> <Started WebLogic Managed Server "soa_server2" for domain "soadomain" running in Development Mode>
    <Nov 3, 2011 4:43:54 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Nov 3, 2011 4:43:54 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in ADMIN mode>
    I have checked the domain config file /softwares/app/Middleware/user_projects/domains/soadomain/config/config.xml of Box 2 where soa_server2 resides and found that <source-path> tags are having the paths pointing to Oracle_SOA1 (soa home of soa_server1) as shown in the sample below instead of soa home Oracle_SOA2 of soa_server2.
    <source-path>/softwares/app/Middleware/Oracle_SOA1/soa/connectors/FileAdapter.rar</source-path>
    Can I change Oracle_SOA1 to Oracle_SOA2 in all the paths to overcome the below issue or you see any fundamental issue here ... please advise.
    Thanks,
    CC

    Hello Dear Poster....
    Were you able to resolve your issue. I also followed the EDG and I'm in the same situation. I did everything per the instructions. The first cluster for WSM does not have any issues. But both the nodes or managed servers on the two nodes show similar behavior.
    The messages are:
    Failed to initialize the application 'usermessagingdriver-email' due to error weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.sdp.messaging, exact-match: false]..
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.sdp.messaging, exact-match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    Truncated. see log file for complete stacktrace
    >
    <Nov 9, 2011 2:08:07 PM PST> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'DefaultToDoTaskFlow' due to error weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, Implementation-Version: 11.1.1.1.0, exact-match: false], [Extension-Name: oracle.soa.workflow.wc, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false]..
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, Implementation-Version: 11.1.1.1.0, exact-match: false], [Extension-Name: oracle.soa.workflow.wc, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
    at weblogic.application.internal.flow.CheckLibraryReferenceFlow.prepare(CheckLibraryReferenceFlow.java:26)
    at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
    at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
    Truncated. see log file for complete stacktrace
    >
    <Nov 9, 2011 2:08:12 PM PST> <Emergency> <Deployer> <BEA-149259> <Server 'dev_soa2' in cluster 'dev_soa_cluster' is being brought up in administration state due to failed deployments.>

Maybe you are looking for

  • Grid layout but like a datagrid ?

    Hi, I need to use a layout component that is like the grid, but able to accept items at x,y coordinates . I am reading form elements from an XML file (label, combobox, textinput etc) and need to create a "form". The Xml elements have X,Y grid coordin

  • Can I transfer my CS5 files from my Windows 7 computer to my Mac Yosemite computer and have them work with CS6 for Mac?

    I am using Dreamweaver CS5 on a Windows 7 laptop.  I would like to change to Dreamweaver CS6 on my Mac running Yosemite.  Can I transfer my CS5 files from the  Windows computer to the Mac and will CS6 be able to work those files on the Mac?  I do not

  • Leads360 CRM Integration with Eloqua

    Our company is new to Eloqua and I just completed SmartStart. We have been working with 4Thought Marketing for creation and completion of our custom integration from Leads360 to Eloqua. Are there any other Leads360 users out there? I am curious what

  • IPod won't update song info

    Basically when I add a song onto the iPod, it'll show up normally on iTunes (Song name, artist, album) but on the iPod Touch it will just show SONG NAME - UNKNOWN ARTIST - UNKNOWN ALBUM. This is a new issue, since upgrading iTunes to 10.6 and I have

  • How to create a coment section that flows line to line?

    I am on the last leg of this form design, and have stumbled into a dead end with my comment section.  What I need to have happen in this comment section, is to have 4-5 lines (on first page "shown"), that will bleed over into the second page, line by