Managed server not coming up due to weblogic.management.DeploymentException

While bringing up the managed server we aare getting these errors in the logs.And the server is not coming up. Kindly help
<Error> <Deployer> <BEA-149205> <Failed to initialize the application 'FileAdapter' due to error weblogic.management.DeploymentException: java.lang.IllegalArgumentException: /app/oracle/admin/clusters/SOAUAT/SOA_Cluster/deploymentplans/FileAdapterPlan.xml (Not a directory).
weblogic.management.DeploymentException: java.lang.IllegalArgumentException: /app/oracle/admin/clusters/SOAUAT/SOA_Cluster/deploymentplans/FileAdapterPlan.xml (Not a directory)
at weblogic.deploy.internal.targetserver.AppDeployment.parsePlan(AppDeployment.java:208)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:116)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
Truncated. see log file for complete stacktrace
Caused By: java.io.FileNotFoundException: /app/oracle/admin/clusters/SOAUAT/SOA_Cluster/deploymentplans/FileAdapterPlan.xml (Not a directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at weblogic.application.descriptor.AbstractDescriptorLoader2.getInputStream(AbstractDescriptorLoader2.java:367)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:751)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
Truncated. see log file for complete stacktrace
>
<Oct 12, 2012 12:57:18 AM PDT> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'DbAdapter' due to error weblogic.management.DeploymentException: java.lang.IllegalArgumentException: /app/oracle/admin/clusters/SOAUAT/SOA_Cluster/deploymentplans/DBAdapterPlan.xml (Not a directory).
weblogic.management.DeploymentException: java.lang.IllegalArgumentException: /app/oracle/admin/clusters/SOAUAT/SOA_Cluster/deploymentplans/DBAdapterPlan.xml (Not a directory)
at weblogic.deploy.internal.targetserver.AppDeployment.parsePlan(AppDeployment.java:208)
at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:116)
at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
Truncated. see log file for complete stacktrace
Caused By: java.io.FileNotFoundException: /app/oracle/admin/clusters/SOAUAT/SOA_Cluster/deploymentplans/DBAdapterPlan.xml (Not a directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:120)
at weblogic.application.descriptor.AbstractDescriptorLoader2.getInputStream(AbstractDescriptorLoader2.java:367)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBeanWithoutPlan(AbstractDescriptorLoader2.java:751)
at weblogic.application.descriptor.AbstractDescriptorLoader2.loadDescriptorBean(AbstractDescriptorLoader2.java:768)
Truncated. see log file for complete stacktrace

[oracle@soaappdevuat01:/app/oracle/admin/clusters/SOATST/SOA_Cluster/deploymentplans]
ls -lrt
total 188
-rw-r----- 1 oracle dba 63595 Jul 27 00:18 JmsAdapterPlan.xml
-rw-r----- 1 oracle dba 3923 Aug 1 10:05 AqAdapterPlan.xml
-rw-r----- 1 oracle dba 71539 Oct 23 03:43 FtpAdapterPlan.xml
-rw-r----- 1 oracle dba 0 Oct 29 02:47 FileAdapterPlan.xml
-rw-r----- 1 oracle dba 38090 Oct 29 04:23 DbAdapterPlan.xml
We have the permissions as expected.
Regards,
Prakash P

Similar Messages

  • SOA Managed Server not coming up

    Hi Experts
    I have upgraded weblogic to WLS 10.3.6 from 10.3.5 to upgrade SOA 11.1.1.5 to 11.1.1.7
    The admin and osb server comes up just fine, both from Node Manager and command prompt, but when i try to soa_server, it fails with following error :
    <Nov 7, 2013 2:43:45 PM CST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.IllegalArgumentException: Invalid -ve count -1
    java.lang.IllegalArgumentException: Invalid -ve count -1
    at weblogic.work.MinThreadsConstraint.<init>(MinThreadsConstraint.java:52)
    at weblogic.work.GlobalWorkManagerComponentsFactory.create(GlobalWorkManagerComponentsFactory.java:328)
    at weblogic.work.GlobalWorkManagerComponentsFactory.create(GlobalWorkManagerComponentsFactory.java:322)
    at weblogic.work.GlobalWorkManagerComponentsFactory.initialize(GlobalWorkManagerComponentsFactory.java:112)
    at weblogic.work.ServerWorkManagerFactory.initializeHere(ServerWorkManagerFactory.java:81)
    at weblogic.work.ServerWorkManagerFactory.initialize(ServerWorkManagerFactory.java:59)
    at weblogic.t3.srvr.BootService.start(BootService.java:61)
    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:882)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:572)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
    at weblogic.Server.main(Server.java:71)
    >
    The WebLogic Server encountered a critical failure
    Reason: Assertion violated
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: weblogic/protocol/ServerIdentityManager$Initializer
    at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:64)
    at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:173)
    at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:1078)
    at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:429)
    at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:415)
    at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:206)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:482)
    at weblogic.Server.main(Server.java:71)
    <Nov 7, 2013 2:43:46 PM> <FINEST> <NodeManager> <Waiting for the process to die: 7496>
    <Nov 7, 2013 2:43:46 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    Can anyone please help me, it's urgent
    Thanks
    Abhinav

    Change the setDomainEnv.sh file in that set debugFlag=false then, follow the url steps for nodemanager problems.
    url: http://biemond.blogspot.in/2011/04/easy-wy-to-start-your-weblogic-servers.html

  • WebLogic 5.1 server not coming up....

    Hi all,
    I am pretty new to weblogic and am running Weblogic 5.1 SP6. After
    installation when I run startWeblogic.sh I get the following error.
    Could anyone help me?
    Exception in thread "main" java.security.AccessControlException: access
    denied (java.lang.RuntimePermission createSecurityManager )
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.<init>(Throwable.java:94)
    at java.lang.Exception.<init>(Exception.java:42)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    at java.lang.SecurityException.<init>(SecurityException.java:39)
    at
    java.security.AccessControlException.<init>(AccessControlException.java:57)
    at java.security.AccessControlContext.checkPermission(Compiled
    Code)
    at java.security.AccessController.checkPermission(Compiled Code)
    at java.lang.SecurityManager.checkPermission(Compiled Code)
    at java.lang.SecurityManager.<init>(SecurityManager.java:307)
    at
    weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
    at weblogic.Server.main(Server.java:59)
    at weblogic.Server.main(Server.java:55)
    Thanks,
    Sunil

    The Java Security Manager is not allowing access to the weblogic process
    (probably because weblogic was not installed under the root i.e.,
    "/weblogic"). You will need to modify the "weblogic.policy" file under the
    weblogic directory to grant permission to your weblogic install directory
    (by default it grants access to "/weblogic" only - you will need to modify
    this to your installation directory).
    Here's the link for more info:
    http://www.weblogic.com/docs51/install/startserver.html#1042251
    Giri
    "Sunil Rao" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    I am pretty new to weblogic and am running Weblogic 5.1 SP6. After
    installation when I run startWeblogic.sh I get the following error.
    Could anyone help me?
    Exception in thread "main" java.security.AccessControlException: access
    denied (java.lang.RuntimePermission createSecurityManager )
    at java.lang.Throwable.fillInStackTrace(Native Method)
    at java.lang.Throwable.<init>(Throwable.java:94)
    at java.lang.Exception.<init>(Exception.java:42)
    at java.lang.RuntimeException.<init>(RuntimeException.java:47)
    at java.lang.SecurityException.<init>(SecurityException.java:39)
    at
    java.security.AccessControlException.<init>(AccessControlException.java:57)
    >
    at java.security.AccessControlContext.checkPermission(Compiled
    Code)
    at java.security.AccessController.checkPermission(Compiled Code)
    at java.lang.SecurityManager.checkPermission(Compiled Code)
    at java.lang.SecurityManager.<init>(SecurityManager.java:307)
    at
    weblogic.boot.ServerSecurityManager.<init>(ServerSecurityManager.java:11)
    at weblogic.Server.main(Server.java:59)
    at weblogic.Server.main(Server.java:55)
    Thanks,
    Sunil

  • Managed server not communicating back to admin server - JMX issue?

    Hi,
    I have a domain that consisted of:
    1) 2 managed servers deploying an EAR for online use on server A
    2) 1 managed server being used as a Queue Server for the JMS Module/JMS Server on server A
    3) 2 managed servers deploying an EAR for online use on server B
    4) 1 admin server to control the domain on server C
    Servers A, B & C are running win2k3 and I'm using WLS 9.2.3
    We've been shifting our infrastructure and I was tasked with relocating the Queue server to a new win2k8 box, server D. To achieve this 3 options occurred to me (having configured the new machine in my domain):
    1) Change the IP address and machine for the Queue Server and then start it up on the new machine
    2) Create a new Queue server on the new machine, and re-point the targets of the JMS Server and JMS Module to this new Queue server instead of the old one.
    3) Create a new Queue server, new JMS Module and subdeployment and JMS Server, and all the JMS Queues (there are c.25)
    I discounted option 3 due to the sheer amount of changes involved and the scope for error. I tested approaches 1 & 2 using a test domain on the new box first and all went well - the JMS queues could be populated and consumed following the migration to the new machine. For Production I went with approach 1 which was simplest.
    However, despite the Queue server clearly working on the new machine (we've tested populating and consuming documents at both ends), for some reason it does not report back to the queue server - information such as it's health (e.g. OK, although it does report its state (e.g. RUNNING). Furthermore, the JMS queues no longer report their content - they all simply say "There are no items to display".
    Looking in the Queue_Server_1.out file, I can see the following error occurred:
    <26-Jun-2011 12:53:52 o'clock BST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <26-Jun-2011 12:55:18 o'clock BST> <Warning> <JMX> <BEA-149509> <Unable to establish JMX Connectivity with the Adminstration Server Administration_Server at service:jmx:admin://20.XXX.XXX.137:9002/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:151)
         at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:79)
         at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:326)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
         at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:199)
         Truncated. see log file for complete stacktrace
    javax.naming.CommunicationException [Root exception is java.net.ConnectException: admin://20.XXX.XXX.137:9002: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:49)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:773)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         Truncated. see log file for complete stacktrace
    java.net.ConnectException: admin://20.XXX.XXX.137:9002: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:204)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:154)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:350)
         at weblogic.jndi.Environment.getContext(Environment.java:307)
         at weblogic.jndi.Environment.getContext(Environment.java:277)
         Truncated. see log file for complete stacktrace
    java.rmi.ConnectException: Destination unreachable; nested exception is:
         java.net.ConnectException: Connection timed out: connect; No available router to destination
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:475)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:326)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:261)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:204)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:226)
         Truncated. see log file for complete stacktrace
    Now the IP address of the admin server itself is OK (I've XXX out part of the number as it's my client's machines) but it looks like it's trying to connect using the 'admin' protocol, when it should connect using t3s shouldn't it? Any ideas?

    Hi there, thanks for your post. I can confirm that the IP and port can be reached as I've had the networks guys look at this. The issue seems to me to be related to the protocol used to establish the connection.

  • In-process server not coming up.

    We Installed weblogic 10.3.6 and Oracle forms and reports 11.1.2 on top of it on windows 64 bit and configured for HA.
    In process server not coming up.
    Getting following error
    REP-52266: The in-process Reports Server rep_reports_1539_i_frw_q39 failed to start.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    Waiting for quick response.
    Thanks,
    Jayraj

    Hi,
    I have  removed the SMD command lines from config tool, i have restarted the Instance  now  i am  facing the new error one .
    Sandbox is copied from Instance DBW and all services are pointing to DBW... even the message server also. please suggst where i have to change these settings..
    Thr 59500] Mon Jul 07 14:12:27 2008
    [Thr 59500] JHVM_RegisterNatives: registering methods in com.sap.mw.rfc.driver.CpicDriver
    [Thr 59500] ***LOG Q0I=> NiPGetServByName2: service 'sapmsDBW' not found: getservbyname_r [ninti.c 530]
    [Thr 59500] *** ERROR => LgIGroupX: NiServToNo(sapmsDBW) failed, (rc=NIESERV_UNKNOWN) [lgxx.c       4168]
    [Thr 59500] *** ERROR => JRFC> Error jrfc_lg LgGroup failed(-102) [jrfclg.c     344]
    [Thr 59500] *** ERROR =>       mshost: nbcddsabw10, msserv: sapmsDBW, r_group: TICDEV [jrfclg.c     345]
    [Thr 59860] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 59860] **********************************************************************
    ERROR => The Java VM terminated with a non-zero exit code.
    Please see SAP Note 943602 , section 'J2EE Engine exit codes'
    for additional information and trouble shooting.
    [Thr 59860] JLaunchCloseProgram: good bye (exitcode = -11113)
    Thanks,
    Subhash.G

  • Oracle Management Server Not starting

    Hi all,
    I created the OMS server, but it is not getting started. I am on Linux Fedora2 with Oracle 9iR2. When I give
    oemctl start oms
    it says that OMS startup timed out.
    Please do help
    The following are the output from the oms.nohup file
    Starting the management server at Wed Feb 9 15:52:16 IST 2005
    OEMCTL for Linux: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...
    Error starting Oracle Management Server. ORBSingleton: access deniedjava.lang.SecurityException: ORBSingleton: access denied
         at com.sun.corba.se.internal.corba.ORBSingleton.connect(ORBSingleton.java:309)
         at oracle.sysman.vxn.VxnNamingContext.<init>(VxnNamingContext.java:285)
         at oracle.sysman.vxn.VxnNamingContext.getNewContext(VxnNamingContext.java:222)
         at oracle.sysman.vxn.VxnNamingService.getInitialContext(VxnNamingService.java:1072)
         at oracle.sysman.vxn.VxnNamingService.enableBootstrap(VxnNamingService.java:1080)
         at oracle.sysman.vxn.VxnNamingService.init(VxnNamingService.java:238)
         at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:103)
         at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:112)
         at oracle.sysman.vxa.VxaAppServer.initServer(VxaAppServer.java:3417)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3048)
    OMS exited on Wed Feb 9 15:52:18 IST 2005 with return value 56
    Could not start management server. Initialization failure
    \nManagement server startup failed. Check the file /oracle/ora9/product/9.2.0.1.0/sysman/log/oms.nohup for details

    I assumethe node manager is not running on Exadata though you have posted in the Exadata forum !
    how are you starting it. Are you using the gcstartup script within init.d ?
    Thanks

  • Problem starting managed server in cluster (The name of the managed server is same as admin server)

              We have the following setup.
              CLLUSTER1 and CLUSTER2 are the servers to be in the cluster. CLUSTER3 is the cluster
              administrator. We start CLUSTER3 as a self-managed server and then try and start
              CLUSTER1 and CLUSTER3 as a managed server pointing at CLUSTER3. When we start
              1 and 2 we get the following:
              D:\bea\wlserver6.1\config\CLUSTER1>startmanagedweblogic CLUSTER3 http://10.0.1.1
              03:7001
              D:\bea\wlserver6.1>set PATH=.\bin;C:\WINNT\System32;d:\jdk1.3.1\bin
              D:\bea\wlserver6.1>set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
              D:\bea\wlserver6.1>echo off
              * To start WebLogic Server, use the password *
              * assigned to the system user. The system *
              * username and password must also be used to *
              * access the WebLogic Server console from a web *
              * browser. *
              D:\bea\wlserver6.1>"d:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath
              ;.\lib\weblogic_sp.jar;.\lib\weblogic.jar" -Dweblogic.Domain=CLUSTER1 -Dbea.home
              ="d:\bea" -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled=true
              -Dweblogic.Name="CLUSTER3" -Dweblogic.management.server="http://10.0.1.103:7001"
              "-Djava.security.policy==d:\bea\wlserver6.1/lib/weblogic.policy" weblogic.Serve
              r
              <20/11/2001 12:05:10> <Info> <Security> <Getting boot password from user.>
              Enter password to boot WebLogic server:
              Starting WebLogic Server ....
              Connecting to http://10.0.1.103:7001...
              The WebLogic Server did not start up properly.
              Exception raised: weblogic.management.configuration.ConfigurationException: The
              name of the managed server is same as admin server. The managed server will not
              be allowed to start up.
              weblogic.management.configuration.ConfigurationException: The name of the manage
              d server is same as admin server. The managed server will not be allowed to star
              t up.
              at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:998)
              at weblogic.management.Admin.initialize(Admin.java:320)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:359)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              at weblogic.Server.main(Server.java:35)
              Reason: Fatal initialization exception
              D:\bea\wlserver6.1>goto finish
              D:\bea\wlserver6.1>cd config\CLUSTER1
              D:\bea\wlserver6.1\config\CLUSTER1>ENDLOCAL
              D:\bea\wlserver6.1\config\CLUSTER1>
              Many thanks in advance,
              Alex Burton
              http://www.e-plus.com.au/
              

    Don't start the admin server as managed. Removing
              -Dweblogic.management.server...
              from the command line should help.
              Alex Burton wrote:
              > We have the following setup.
              > CLLUSTER1 and CLUSTER2 are the servers to be in the cluster. CLUSTER3 is the cluster
              > administrator. We start CLUSTER3 as a self-managed server and then try and start
              > CLUSTER1 and CLUSTER3 as a managed server pointing at CLUSTER3. When we start
              > 1 and 2 we get the following:
              >
              > D:\bea\wlserver6.1\config\CLUSTER1>startmanagedweblogic CLUSTER3 http://10.0.1.1
              > 03:7001
              >
              > D:\bea\wlserver6.1>set PATH=.\bin;C:\WINNT\System32;d:\jdk1.3.1\bin
              >
              > D:\bea\wlserver6.1>set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar
              >
              > D:\bea\wlserver6.1>echo off
              >
              > ***************************************************
              > * To start WebLogic Server, use the password *
              > * assigned to the system user. The system *
              > * username and password must also be used to *
              > * access the WebLogic Server console from a web *
              > * browser. *
              > ***************************************************
              >
              > D:\bea\wlserver6.1>"d:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath
              > ".
              > ;.\lib\weblogic_sp.jar;.\lib\weblogic.jar" -Dweblogic.Domain=CLUSTER1 -Dbea.home
              > ="d:\bea" -Dweblogic.management.password= -Dweblogic.ProductionModeEnabled=true
              > -Dweblogic.Name="CLUSTER3" -Dweblogic.management.server="http://10.0.1.103:7001"
              > "-Djava.security.policy==d:\bea\wlserver6.1/lib/weblogic.policy" weblogic.Serve
              > r
              > <20/11/2001 12:05:10> <Info> <Security> <Getting boot password from user.>
              > Enter password to boot WebLogic server:
              > Starting WebLogic Server ....
              > Connecting to http://10.0.1.103:7001...
              > ***************************************************************************
              > The WebLogic Server did not start up properly.
              > Exception raised: weblogic.management.configuration.ConfigurationException: The
              > name of the managed server is same as admin server. The managed server will not
              > be allowed to start up.
              > weblogic.management.configuration.ConfigurationException: The name of the manage
              > d server is same as admin server. The managed server will not be allowed to star
              > t up.
              > at weblogic.management.Admin.getBootstrapLocalServer(Admin.java:998)
              > at weblogic.management.Admin.initialize(Admin.java:320)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:359)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
              > at weblogic.Server.main(Server.java:35)
              > Reason: Fatal initialization exception
              > ***************************************************************************
              >
              > D:\bea\wlserver6.1>goto finish
              >
              > D:\bea\wlserver6.1>cd config\CLUSTER1
              >
              > D:\bea\wlserver6.1\config\CLUSTER1>ENDLOCAL
              >
              > D:\bea\wlserver6.1\config\CLUSTER1>
              >
              > Many thanks in advance,
              > Alex Burton
              > http://www.e-plus.com.au/
              

  • Error in Admin and manager server startup - BEA-149205-  due to error weblogic.security.internal.encryption.EncryptionServiceException

    Hi -
    I have installed OIM 11g r2 ps2, I an tring to start my Admin and SOA server :
    1. Though my admin server is coming up fine, but I am getting the following error when I am trying to start Admin server.
    ####<Apr 22, 2015 12:22:27 AM PDT> <Error> <Deployer> <devoimx003> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS
    Kernel>> <> <> <1429687347654> <BEA-149205> <Failed to initialize the application 'opss-DBDS' due to error weblogic.security.internal.encryption.EncryptionServiceException.
    weblogic.security.internal.encryption.EncryptionServiceException
            at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:139)
            at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)
            at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:96)
            at sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
            at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
            at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
            at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:1092)
            at weblogic.j2ee.descriptor.wl.JDBCDriverParamsBeanImpl.getPassword(JDBCDriverParamsBeanImpl.java:337)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.getDriverProperties(DataSourceConnectionPoolConfig.java:368)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig$2.run(DataSourceConnectionPoolConfig.java:304)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.initJDBCParameters(DataSourceConnectionPoolConfig.java:300)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.access$000(DataSourceConnectionPoolConfig.java:24)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig$1.run(DataSourceConnectionPoolConfig.java:78)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.getPoolProperties(DataSourceConnectionPoolConfig.java:75)
            at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
            at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:176)
            at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:507)
            at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:428)
            at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:280)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:44)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
        at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
            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:180)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: weblogic.security.internal.encryption.EncryptionServiceException
            at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:139)
            at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:187)
            at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:96)
            at sun.reflect.GeneratedMethodAccessor143.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy._invokeServiceMethod(DescriptorManager.java:173)
            at weblogic.descriptor.DescriptorManager$SecurityServiceImpl$SecurityProxy.decrypt(DescriptorManager.java:192)
            at weblogic.descriptor.DescriptorManager$SecurityServiceImpl.decrypt(DescriptorManager.java:114)
            at weblogic.descriptor.internal.AbstractDescriptorBean._decrypt(AbstractDescriptorBean.java:1092)
            at weblogic.j2ee.descriptor.wl.JDBCDriverParamsBeanImpl.getPassword(JDBCDriverParamsBeanImpl.java:337)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.getDriverProperties(DataSourceConnectionPoolConfig.java:368)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig$2.run(DataSourceConnectionPoolConfig.java:304)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.initJDBCParameters(DataSourceConnectionPoolConfig.java:300)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.access$000(DataSourceConnectionPoolConfig.java:24)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig$1.run(DataSourceConnectionPoolConfig.java:78)
            at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
            at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
            at weblogic.jdbc.common.internal.DataSourceConnectionPoolConfig.getPoolProperties(DataSourceConnectionPoolConfig.java:75)
            at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1329)
            at weblogic.jdbc.common.internal.ConnectionPool.start(ConnectionPool.java:176)
            at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:507)
            at weblogic.jdbc.common.internal.ConnectionPoolManager.createAndStartPool(ConnectionPoolManager.java:428)
            at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:280)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
          at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:648)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.SingleModuleDeployment.prepare(SingleModuleDeployment.java:44)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.SystemResourceDeployment.prepare(SystemResourceDeployment.java:55)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
            at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
            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:180)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
            at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
            at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
            at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    2. My SOA server is coming up but in admin mode and giving OPSS connections errors.
    Any help is really appreciated!
    Thanks,
    SK

    Hi Faisal -
    is your domain in development mode or production mode?
         - While configuring my domian , I had selected Prod Mode, but pon start up when I see in admin server console, it is starting in developement mode already ?
    Any idea how, why ?
    if its production mode you can switch to development mode, change all the credentials in the config.xml and configurations under sub folders to cleartext and start the server..
    - Let me still try these and get back to you.
    Thanks,
    SK

  • Managed server not starting on Weblogic 10.3.6 IBM AIX 7.1

    Hi. When i try starting managed server on weblogic 10.3.6 i get this error:
       <02-Mar-2015 17:13:25 o'clock EET> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: java.lang.SecurityException: Unable to locate a login configuration
    java.lang.SecurityException: Unable to locate a login configuration
                   at com.sun.security.auth.login.ConfigFile.getAppConfigurationEntry(ConfigFile.java:221)
                   at com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:87)
                   at javax.security.auth.login.LoginContext.init(LoginContext.java:272)
                   at javax.security.auth.login.LoginContext.<init>(LoginContext.java:438)
                   at com.bea.common.security.internal.service.JAASLoginServiceImpl$1.run(JAASLoginServiceImpl.java:101)
                   Truncated. see log file for complete stacktrace

    dunnsoftinc wrote:
    During the initial pass, I decided to leave this password null in both places, which is documented within the peopletools 8.53.00 installation guide. Maybe, it's time to further test. Thank you Nicolas.To be honest I've never tried to leave it blank in previous releases, thought that was mandatory (it was not prompted in psadmin menu as it is with PT8.53).
    I don't have a PTools 8.53 instance in hands right now, but after a quick test over here on PT8.51, I have the same issue as yours.
    Let me also remind you that there are two separate scenarios that may be received via the sign-on page:
    1.) "The application server is down" status message without the "bea.jolt.ServiceException: TPESVCERR - server error while handling request" error.
    2.) "The application server is down" status message including the "bea.jolt.ServiceException: TPESVCERR - server error while handling request" error.As I said earlier, you should get more clue in the webserver logfiles.
    Nicolas.

  • Weblogic Managed Server not starting from the ./startManagedWebLogic.sh

    We have installed weblogic 9.2 in unix environment, and created one admin server and a managed server
    My admin server is in running state, while starting the managed server, the folllowing message is showing
    <Jun 18, 2010 1:30:45 PM BST> <Info> <MessagingBridge> <BEA-200001> <The messaging bridge service has successfully shut down.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040308> <JMS service is suspending.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040107> <Undeployed 8 default connection factories.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040015> <JMS shutdown is complete.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001144> <Force Suspending the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001146> <Force suspend of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001147> <Shutting down the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001149> <Shutdown of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <Cluster> <BEA-000103> <Disconnecting fromcluster dcsCLSv1>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <WebLogicServer> <BEA-000236> <Stopping execute threads.>
    I have started my server in the following ways.
    from the weblogic/user_projects/V1.3.0/dsDOMv/bin directory
    bash-3.00$ ./startManagedWebLogic.sh dREGv1
    bash-3.00$ tail -f /weblogic/user_projects/V1.3.0/dsDOMv/logs/dREGv1startWeblogic.sh
    We have configured commomn user name for all admin and managed servers.
    Please reply.........

    The following is the managed server logs. i have stoped the server manually from weblogic console( from control tab and click on shutdown by force) om 18th June at 1:30:37. The following is the managed servers log
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Server> <BEA-002640> <A request has been received to force shut down of the server.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Server> <BEA-002638> <Force shutdown was issued remotely from 127.0.0.1>
    <Jun 18, 2010 1:30:37 PM BST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by weblogic>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Cluster> <BEA-000158> <Server has stopped sending cluster heartbeats and announcements. It is still receiving heartbeats and announcements from other cluster members.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module scheduler.jar of application scheduler is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module scheduler.jar of application scheduler successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsschedulerapp of application scheduler is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsschedulerapp of application scheduler successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module edcsejb.jar of application coreedcs is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module edcsejb.jar of application coreedcs successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsapp of application coreedcs is transitioning from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsapp of application coreedcs successfully transitioned from STATE_ACTIVE to STATE_ADMIN on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 10.235.3.40:7221 was shutdown.>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on 156.150.200.190:7221 was shutdown.>
    <Jun 18, 2010 1:30:37 PM BST> <Notice> <Server> <BEA-002607> <Channel "Default[2]" listening on 127.0.0.1:7221 was shutdown.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <WebLogicServer> <BEA-000256> <Invoking bea.jolt.pool.servlet.weblogic.PoolManagerShutDown.main(null)>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Diagnostics> <BEA-320002> <The Diagnostics subsystem is stopping on Server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <JMX> <BEA-149513> <JMX Connector Server stopped at service:jmx:iiop://10.235.3.40:7221/jndi/weblogic.management.mbeanservers.runtime .>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <WebService> <BEA-220028> <Web Service reliable agents are suspended.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <WebService> <BEA-220029> <Web Service reliable agents are shut down.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <SAFService> <BEA-281004> <SAF Service has been suspended.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <SAFService> <BEA-281005> <SAF Service has been shut down.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module scheduler.jar of application scheduler is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module scheduler.jar of application scheduler successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsschedulerapp of application scheduler is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <ServletContext-/edcsschedulerapp> <000000> <Closing Spring root WebApplicationContext>
    <Jun 18, 2010 1:30:37 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/webapp/edcsschedulerapp/17126420/comp). Unbinding it.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsschedulerapp of application scheduler successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:37 PM BST> <Info> <Deployer> <BEA-149059> <Module edcsejb.jar of application coreedcs is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <Deployer> <BEA-149060> <Module edcsejb.jar of application coreedcs successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <Deployer> <BEA-149059> <Module /edcsapp of application coreedcs is transitioning from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <ServletContext-/edcsapp> <000000> <Closing Spring root WebApplicationContext>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/webapp/edcsapp/14679463/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <Deployer> <BEA-149060> <Module /edcsapp of application coreedcs successfully transitioned from STATE_ADMIN to STATE_PREPARED on server dcsREGv1.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/scheduler.jar#EDCSSchedulerTransManagerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSREFMessageListenerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSEventTransManagerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSERSMessageListenerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Debug> <J2EE> <BEA-160058> <Warning : BindingTransactionSynchronizationRegistry still exists for Context :EventContext (app/ejb/edcsejb.jar#EDCSReportMessageListenerBean/comp). Unbinding it.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040324> <JMSServer "InMemoryObjectJMSServerREGv1" is suspending.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040325> <JMSServer "InMemoryObjectJMSServerREGv1" is suspended.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040324> <JMSServer "ERSJMSServer" is suspending.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JMS> <BEA-040325> <JMSServer "ERSJMSServer" is suspended.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001514> <Destroying Data Source dcsDSdiagReadOnly.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001515> <Data Source dcsDSdiagReadOnly has been successfully destroyed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001508> <Destroying Connection Pool dcsDSdiagReadOnly.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:43 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiagReadOnly" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001126> <Destroyed Connection Pool named dcsDSdiagReadOnly.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001514> <Destroying Data Source dcsDSdiag.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001515> <Data Source dcsDSdiag has been successfully destroyed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001508> <Destroying Connection Pool dcsDSdiag.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "dcsDSdiag" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001126> <Destroyed Connection Pool named dcsDSdiag.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001514> <Destroying Data Source InMemoryJDBCDataSource.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001515> <Data Source InMemoryJDBCDataSource has been successfully destroyed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001508> <Destroying Connection Pool InMemoryJDBCDataSource.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:44 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001128> <Connection for pool "InMemoryJDBCDataSource" closed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001126> <Destroyed Connection Pool named InMemoryJDBCDataSource.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <MessagingBridge> <BEA-200001> <The messaging bridge service has successfully shut down.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040308> <JMS service is suspending.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040107> <Undeployed 8 default connection factories.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JMS> <BEA-040015> <JMS shutdown is complete.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001144> <Force Suspending the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001146> <Force suspend of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001147> <Shutting down the JDBC service.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <JDBC> <BEA-001149> <Shutdown of the JDBC service completed.>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <Cluster> <BEA-000103> <Disconnecting from cluster dcsCLSv1>
    <Jun 18, 2010 1:30:45 PM BST> <Info> <WebLogicServer> <BEA-000236> <Stopping execute threads.>
    But i tried to restart the server today(21st may).
    From the admin server log says the following.
    [JMSMigrate] : Current hosting server dcsREGv1 is down
    [JMSMigrate] : Try to migrate...
    [JMSMigrate] : Candidate server dcsREGv1 is not runing
    [JMSMigrate] : Start Sleeping.......... End Sleeping
    Yes, Managed Server and AdminServer resides on the Same Physical Box.
    Thansk in advance.....

  • Weblogic server 12c: Node manager started but managed server not starting

    Hi,
    I have installed Oracle weblogic server 12c in my Mac OSx 10.8 PC in development mode. I added a domain and added clusters to it. added 2 managed servers inside the cluster with the same machine. I am able to start the nodemanager and it is showing the status as reachable. But when i try to start the managed server it is showing as TASK IN PROGRESS and not getting started. I checked the log and there is no exceptions in the log. Please help me out.

    This forum is about iAS. For weblogic go to: WebLogic Server - General

  • Weblogic server 12c managed server not starting

    Hi All,
    I am a newbie in weblogic. I downloaded the weblogic server 12c and installed in development mode in my Mac OSX 10.8. I am able to create the clusters and added the managed servers in it. I started the node manager attached to the machine where the managed servers are situated. Now the admin server is working, but when i try to start the managed server, it is showing TASK IN PROGRESS and not getting started. When i checked the logs, there were no logs added.
    Please help me out.
    Thanks in advance
    Arjun

    Arjun,
    Please give more details how are you trying to starting the managed Server.
    1. Are you starting from the Admin console?
    If yes, what is the status message in the console? Do you see any errors in the admin server console?
    Did you check if the Nodemanager is reachable from the admin console ?
    2. Are you starting from the command prompt ?
    For eg. startManagedWeblogic.cmd ManagedServer_name
    Please explain.
    Thanks,
    Vijaya

  • Weblogic Manage server not able to start

    I have weblogic portal 10.2 servers. I unable to restart one manage server. I have tried it several time but I found that the in the log same message was coming in the log file. Is there any one who can help me?
    ==================================================================
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:25 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.14891457557678223>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 1 2002 0 1 0 0>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:27 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.21662551164627075>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 0 2001 0 1 0 0>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.Rejector@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.kernel.Default@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.kernel.System@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.kernel.Non-Blocking@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>direct@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>ImageWorkManager@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.admin.RMI@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.logging.DomainLogBroadcasterClient@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><ThreadPriorityManager>weblogic.logging.LogBroadcaster@null@null has incr 21>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:29 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.9752198457717896>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 1 2002 0 1 0 0>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:31 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.4581933617591858>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>active threads: 1, standby: 0, idle: 1, hogs: 1>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>y,dCompleted,elapsedTime,threadUse,n,usedThreads,queuelength= 0 0 2001 0 1 0 0>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>RESETTING maxThroughput and maxY>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>N/A N/A>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getDecrAttraction] previous=0, current=1>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>[getIncrAttraction] next=0, current=1>
    <Aug 30, 2011 1:29:33 AM MDT> <Debug> <SelfTuning> <BEA-000000> <<ThreadPriorityManager><IncrAdvisor>attraction decr=0.0, incr=0.5, rand=0.06559598445892334>

    I was trying to start the manage server from start up script. In the log no Error is there it is right but same message is logging in the log file. I think any way it fallen in infinity loop.
    If any one help, It will be very very help full for me. I can't understand how I resolved the problem.

  • Weblogic Managed server not starting after installing OIM 11g

    Hi All,
    I have installed OIM 11g successfully and I am able to start the WL Admin Server. But when I try to start the Managed Server for OIM (oim_server1), the screen just disappears and do not generate any logs.
    I haven't used the WL JDK while installing, used seperate JDK. Does it create any problem in starting the managed Server.
    Please help in solving this..
    Thanks,
    anag

    Hi,
    How are you starting the managed server, is it like this?
    xlStartManagedServer.cmd oim_server1 <URL of admin server>
    ~ Ketan

  • Oracle Enterprise Manager is not coming up. (Urgent )

    Hi All,
    I have installed Oracle Weblogic 10.3.5 and Oracle SOA 11.1.1.5 and OSB 11.1.1.5 in Production Mode.
    Now i have started all the servers and they are up and running but i cannot open em , and in admin console -->Deployments --> em is in failed state if i try to start the services it is errored out with Null Pointer Exception
    This is my Server Log
    <Jul 26, 2012 8:50:59 AM GST> <Warning> <WliSbTransports> <BEA-381917> <MQ Transport could not be registered due to : Missing MQ Library>
    <Jul 26, 2012 8:51:01 AM GST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    [ERROR] AdapterManager - ServletContainerAdapter manager not initialized correctly.
    <oracle.tip.adapter.apps.AppsConnectionFactory> ConnectionManager cm: weblogic.connector.outbound.ConnectionManagerImpl@6481bb3b-eis/Apps/Apps ManagedConnectionFactory mcf: oracle.tip.adapter.apps.AppsManagedConnectionFactory@4303022b
    PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
    <Jul 26, 2012 8:51:14 AM GST> <Error> <oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport> <J2EE JMX-46227> <Cannot find the Config MBeans declaration file META-INF/mbeans.xml in the application.>
    <Jul 26, 2012 8:51:14 AM GST> <Error> <oracle.as.jmx.framework.util.ServletContextListenerSupport> <J2EE JMX-46237> <Error while executing ServletContextListener initialization
    java.lang.NullPointerException
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getFileBasedRelativePathsToMBeansXmlFiles(MBeansXmlServletContextListenerSupport.java:376)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getFileBasedConfigObjectMBeanAssociationInfosFromMBeansXml(MBeansXmlServletContextListenerSupport.java:275)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getConfigObjectMBeanAssociationInfosFromMBeansXml(MBeansXmlServletContextListenerSupport.java:247)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getManagedRootConfigMBeans(MBeansXmlServletContextListenerSupport.java:137)
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:142)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
    at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:636)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
    at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
    at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
    at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
    at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
    at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
    at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
    at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
    at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
    at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
    at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
    at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
    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)
    >
    <Jul 26, 2012 8:51:14 AM GST> <Warning> <HTTP> <BEA-101162> <User defined listener oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport failed: java.lang.RuntimeException: java.lang.NullPointerException.
    java.lang.RuntimeException: java.lang.NullPointerException
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:195)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getFileBasedRelativePathsToMBeansXmlFiles(MBeansXmlServletContextListenerSupport.java:376)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getFileBasedConfigObjectMBeanAssociationInfosFromMBeansXml(MBeansXmlServletContextListenerSupport.java:275)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getConfigObjectMBeanAssociationInfosFromMBeansXml(MBeansXmlServletContextListenerSupport.java:247)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getManagedRootConfigMBeans(MBeansXmlServletContextListenerSupport.java:137)
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:142)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2012 8:51:14 AM GST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.NullPointerException.
    java.lang.NullPointerException
    at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:241)
    at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2012 8:51:14 AM GST> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'em'.
    weblogic.application.ModuleException:
    at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
    at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
    at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
    at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.NullPointerException
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getFileBasedRelativePathsToMBeansXmlFiles(MBeansXmlServletContextListenerSupport.java:376)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getFileBasedConfigObjectMBeanAssociationInfosFromMBeansXml(MBeansXmlServletContextListenerSupport.java:275)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getConfigObjectMBeanAssociationInfosFromMBeansXml(MBeansXmlServletContextListenerSupport.java:247)
    at oracle.as.jmx.framework.util.MBeansXmlServletContextListenerSupport.getManagedRootConfigMBeans(MBeansXmlServletContextListenerSupport.java:137)
    at oracle.as.jmx.framework.util.ServletContextListenerSupport.contextInitialized(ServletContextListenerSupport.java:142)
    Truncated. see log file for complete stacktrace
    >
    <Jul 26, 2012 8:51:18 AM GST> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Jul 26, 2012 8:51:18 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Jul 26, 2012 8:51:18 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on fe80:0:0:0:f6ce:46ff:feb4:2c10:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <Server> <BEA-002613> <Channel "Default[3]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on ************ for protocols iiop, t3, ldap, snmp, http.>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "soap_domain" running in Production Mode>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jul 26, 2012 8:51:19 AM GST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    Waiting for Replies
    Thanks
    Anand.U

    Hi Anand,
    It looks like this stuck here.
    MQ Transport could not be registered due to : Missing MQ Library>
    <Jul 26, 2012 8:51:01 AM GST> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application em is not versioned.>
    [ERROR] AdapterManager - ServletContainerAdapter manager not initialized correctly.
    <oracle.tip.adapter.apps.AppsConnectionFactory> ConnectionManager cm: weblogic.connector.outbound.ConnectionManagerImpl@6481bb3b-eis/Apps/Apps ManagedConnectionFactory mcf: oracle.tip.adapter.apps.AppsManagedConnectionFactory@4303022b
    PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
    Try to add MQ libraries in preclasspath and try to restart the server.
    Regards,
    Kal

Maybe you are looking for

  • IT0007 Change Mid Month/Payroll error

    Geeks, I have a situation wherein I need to change the WSR of a employee mid- month - which I did thru PA30 by creating a new IT7 with start date as 14 july 2014 (below is the overview screen shot of IT7 after change) With Basic as 5000, I ran his pa

  • Safari 5.1 not working on Vista 64 bit?

    I recently downloaded safari 5.1 onto my windows vista 64 bit pc (never had safari before at all on this pc) and when I start it, all I get is a blank page. I tried typing in websites, still a blank page. I have no idea what to do, any help?

  • Universe created on BI cube throws error.

    Hi Experts, This is the first time i have created one universe based on a Cube in BI system. After universe creation, I am logined into WebIntelligence Rich Client and create a query on top of the created universe which throws errors like below. A da

  • Soc not recognized in Solaris 10

    I have installed a soc card (501-2069) into a Ultra Sparc 2 running Solaris 10 and connected it to a Enterprise Network Array (not sure of the model). I can see the card using prtdiag, but am not able to see the drives in the array or even tell if th

  • Display Vehicle Technology tab in IE01

    Hi Experts, When I am creating a new Equipment using IE01 Tcode, only the following tabs are getting displayed General,Location,Organization and Structure. I want to display 3 more tabs as given below Structure, Vehicl ID/Measurements and Vehicle Tec