Errors while starting admin server using WLST and NodeManager

Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
thanks
manohar
C:\oracle\Middleware\wlserver_10.3\server\bin>
C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
Connecting to Node Manager ...
<May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
sted 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 certificat
e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
ithmIdentifier object: 1.2.840.113549.1.1.11.>
<May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
sted 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 certificat
e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
ithmIdentifier object: 1.2.840.113549.1.1.11.>
<May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
sted 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.>
<May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
\,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
0.113549.1.1.11.>
<May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
sted 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: Un
supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
Traceback (innermost last):
File "<console>", line 1, in ?
File "<iostream>", line 123, in nmConnect
File "<iostream>", line 646, in raiseWLSTException
WLSTException: Error occured while performing nmConnect : Cannot connect to Node
Manager. : I/O error while reading domain directory
Use dumpStack() to view the full stacktrace
wls:/offline>
wls:/offline>
wls:/offline>
wls:/offline>
wls:/offline>
wls:/offline>
wls:/offline> dumpStack()
This Exception occurred at Tue May 03 10:45:03 EDT 2011.
weblogic.nodemanager.NMException: I/O error while reading domain directory
at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
nt.java:299)
at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
nt.java:312)
at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
a:248)
at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
ent.java:199)
at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
ent.java:205)
at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
java:52)
at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
eManagerService.java:179)
at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
rService.java:173)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.python.core.PyReflectedFunction.__call__(Unknown Source)
at org.python.core.PyMethod.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.core.PyObject.invoke(Unknown Source)
at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
at org.python.pycode._pyx2.call_function(<iostream>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyFunction.__call__(Unknown Source)
at org.python.core.PyObject.__call__(Unknown Source)
at org.python.pycode._pyx16.f$0(<console>:1)
at org.python.pycode._pyx16.call_function(<console>)
at org.python.core.PyTableCode.call(Unknown Source)
at org.python.core.PyCode.call(Unknown Source)
at org.python.core.Py.runCode(Unknown Source)
at org.python.core.Py.exec(Unknown Source)
at org.python.util.PythonInterpreter.exec(Unknown Source)
at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
at weblogic.management.scripting.WLST.main(WLST.java:180)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at weblogic.WLST.main(WLST.java:29)
weblogic.nodemanager.NMException: I/O error while reading domain directory
wls:/offline>
wls:/offline>

Hi manohar,
Please try the following article... (With Node Manager Communication type as "Plain" because it looks like you are getting PKIX security certificate chain message ) Just to isolate the issue
Topic: Start AdminServer And NodeManager Using WLST
http://middlewaremagic.com/weblogic/?p=6580
Thanks
Ravish Mody

Similar Messages

  • Starting admin server using WLST and NodeManager

    Hi I am trying to start admin server using WLST and NodeManager. I started nodemanager and WLST successfully. but when I am trying to nmConnect() command I am getting below errors. Please any one tell me where am I going wrong? I copied dumpStack() optput as well..
    thanks
    manohar
    C:\oracle\Middleware\wlserver_10.3\server\bin>
    C:\oracle\Middleware\wlserver_10.3\server\bin>java weblogic.WLST
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    wls:/offline> nmConnect('weblogic','weblogic','localhost','5556')
    Connecting to Node Manager ...
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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 certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <May 3, 2011 10:45:02 AM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted 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: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 123, in nmConnect
    File "<iostream>", line 646, in raiseWLSTException
    WLSTException: Error occured while performing nmConnect : Cannot connect to Node
    Manager. : I/O error while reading domain directory
    Use dumpStack() to view the full stacktrace
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline>
    wls:/offline> dumpStack()
    This Exception occurred at Tue May 03 10:45:03 EDT 2011.
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:299)
    at weblogic.nodemanager.client.NMServerClient.checkResponse(NMServerClie
    nt.java:312)
    at weblogic.nodemanager.client.NMServerClient.connect(NMServerClient.jav
    a:248)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:199)
    at weblogic.nodemanager.client.NMServerClient.checkConnected(NMServerCli
    ent.java:205)
    at weblogic.nodemanager.client.NMServerClient.getVersion(NMServerClient.
    java:52)
    at weblogic.management.scripting.NodeManagerService.verifyConnection(Nod
    eManagerService.java:179)
    at weblogic.management.scripting.NodeManagerService.nmConnect(NodeManage
    rService.java:173)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    at org.python.core.PyMethod.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.core.PyObject.invoke(Unknown Source)
    at org.python.pycode._pyx2.nmConnect$3(<iostream>:118)
    at org.python.pycode._pyx2.call_function(<iostream>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyFunction.__call__(Unknown Source)
    at org.python.core.PyObject.__call__(Unknown Source)
    at org.python.pycode._pyx16.f$0(<console>:1)
    at org.python.pycode._pyx16.call_function(<console>)
    at org.python.core.PyTableCode.call(Unknown Source)
    at org.python.core.PyCode.call(Unknown Source)
    at org.python.core.Py.runCode(Unknown Source)
    at org.python.core.Py.exec(Unknown Source)
    at org.python.util.PythonInterpreter.exec(Unknown Source)
    at org.python.util.InteractiveInterpreter.runcode(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at org.python.util.InteractiveInterpreter.runsource(Unknown Source)
    at weblogic.management.scripting.WLST.main(WLST.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.WLST.main(WLST.java:29)
    weblogic.nodemanager.NMException: I/O error while reading domain directory
    wls:/offline>
    wls:/offline>

    Hi manohar,
    Thank you, Pierluigi for encouraging Middleware Magic Team :)
    manohar, apart from what *"Pierluigi"* has suggested, additionally please notice the following messsage in your StackTrace (whih is basically a NOTICE message but does not look good)
    The loading of the trusted certificate list raised a certificate parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object:In your case it looks like the actual issue is your Certificate which comes by default with JDK. As mentioned in this BUG.
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6803022
    Additionally please refer to the following Thread:
    http://forums.oracle.com/forums/message.jspa?messageID=3958098#3958098
    I am suspecting that you need to do the following in order to get rid of Certificate Errors which is the ROOT cause of your issue
    Do the following: After taking a backup of *"$JAVA_HOME/jre/lib/security/cacerts"* file
    cd $JAVA_HOME/jre/lib/security
    cp -p cacerts cacerts.original
    chmod 644 cacerts
    keytool -delete -alias ttelesecglobalrootclass2ca -keystore cacerts
    keytool -delete -alias ttelesecglobalrootclass3ca -keystore cacertsAlso try with Node Manager Communication type as "*Plain*" because it looks like you are getting PKIX security certificate chain message, just to isolate the issue.
    Regards,
    Ravish Mody

  • Error while starting Admin Server after install WLS 7.0.1

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

    Hi all,
    I am getting the following error while starting the Admin Server on HP-UX, after
    doing a silent install.
    Any Help is appreciated.
    thanks,
    sudu
    Dweblogic.security.SSL.trustedCAKeyStore=/opt/blueadmi/bea/weblogic700/server/lib/cacerts
    -classpath /opt/bea70/jdk131_03/lib/tools.jar:/opt/bea70/weblogic700/server:/opt/bea70/weblogic700/server/lib/weblogic_sp.jar:/opt/bea70/weblogic700/server/lib/weblogic.jar:/opt/bea70/weblogic700/server/lib/teradata.jar:
    -Dweblogic.Name=AdminServer -Dbea.home=/opt/bea70 -Dweblogic.management.username=system
    -Dweblogic.management.password=weblogic -Dweblogic.ProductionModeEnabled= -Djava.security.policy=/opt/bea70/weblogic700/server/lib/weblogic.policy
    weblogic.Server
    Starting WebLogic Server...
    <Oct 4, 2002 3:48:47 PM EDT> <Notice> <Management> <140005> <Loading configuration
    /opt/bea70/user_domains/DeCADomain/./config.xml>
    <Oct 4, 2002 3:49:19 PM EDT> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <Oct 4, 2002 3:49:20 PM EDT> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "AdminServer" for domain "DeCADomain">
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/public",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101029> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    cannot make temp directory "/opt/bea70/user_domains/DeCADomain/./AdminServer/.wlnotdelete/uddi_uddi_4602753/jarfiles",
    will not be able to compile JSPs>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101034> <[ServletContext(id=4602753,name=uddi,context-path=/uddi)]
    failure extracting WAR classes
    java.io.IOException: No such file or directory
         at java.io.UnixFileSystem.createFileExclusively(Native Method)
         at java.io.File.checkAndCreate(Unknown Source)
         at java.io.File.createTempFile(Unknown Source)
         at weblogic.servlet.internal.WebAppHelper.extractClassFiles(WebAppHelper.java:88)
         at weblogic.servlet.internal.WebAppServletContext.extractClassFiles(WebAppServletContext.java:4259)
         at weblogic.servlet.internal.WebAppServletContext.setDocroot(WebAppServletContext.java:4224)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1053)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1006)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:491)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:362)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1531)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:688)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <HTTP> <101220> <Error occurred while setting
    document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)" to
    "./AdminServer/.internal/uddi.war".>
    <Oct 4, 2002 3:49:47 PM EDT> <Error> <Deployer> <149205> <The Slave Deployer failed
    to initialize the application uddi due to error weblogic.management.ApplicationException:
    Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: weblogic.j2ee.DeploymentException:
    Error occurred while setting document root for "ServletContext(id=4602753,name=uddi,context-path=/uddi)"
    to "./AdminServer/.internal/uddi.war". - with nested exception:
    [java.io.IOException: No such file or directory]
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:697)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:576)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:453)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:756)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
         at weblogic.Server.main(Server.java:32)
    >

  • Error while starting Admin Server

    Hello Everyone,
    I am trying to start Admin server and getting this error:
    <Jan 6, 2012 12:08:11 PM> <INFO> <NodeManager> <Server output log file is 'E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\servers\AdminServer\logs\AdminServer.out'>
    <Jan 6, 2012 12:08:12 PM PST> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jan 6, 2012 12:08:12 PM PST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jan 6, 2012 12:08:14 PM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 19.1-b02 from Sun Microsystems Inc.>
    <Jan 6, 2012 12:08:15 PM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.4.0 Fri Dec 17 20:47:33 PST 2010 1384255 >
    <Jan 6, 2012 12:08:18 PM PST> <Error> <Management> <BEA-141244> <Schema validation errors while parsing E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\config\config.xml - Invalid xsi:type qname: 'ext:oam-servlet-authentication-filter-ia-providerType' in element realm@http://xmlns.oracle.com/weblogic/domain>
    <Jan 6, 2012 12:08:18 PM PST> <Error> <Management> <BEA-141244> <Schema validation errors while parsing E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\config\config.xml - E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\<unknown>:14:9: error: failed to load java type corresponding to t=oam-servlet-authentication-filter-ia-providerType@http://xmlns.oracle.com/weblogic/security/extension>
    <Jan 6, 2012 12:08:18 PM PST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason: [Management:141245]Schema Validation Error in E:\App\Oracle\Middleware\user_projects\domains\IDAM_Dev_domain\config\config.xml see log for details. Schema validation can be disabled by starting the server with the command line option: -Dweblogic.configuration.schemaValidationEnabled=false>
    <Jan 6, 2012 12:08:18 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Jan 6, 2012 12:08:18 PM PST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Jan 6, 2012 12:08:18 PM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Jan 6, 2012 12:08:18 PM> <FINEST> <NodeManager> <Waiting for the process to die: 1648>
    <Jan 6, 2012 12:08:18 PM> <INFO> <NodeManager> <Server failed during startup so will not be restarted>
    <Jan 6, 2012 12:08:18 PM> <FINEST> <NodeManager> <runMonitor returned, setting finished=true and notifying waiters>
    Please suggest.
    Thanks,
    PS

    dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jsf#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:\App\Oracle\Middleware\wlserver_10.3/common/deployable-libraries/jsf-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>jstl#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:\App\Oracle\Middleware\wlserver_10.3/common/deployable-libraries/jstl-1.2.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>UIX#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.uix_11.1.1/uix11.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-rcf#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.help_5.0/ohw-rcf.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>ohw-uix#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.help_5.0/ohw-uix.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.pwdgen#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <source-path>E:/App/Oracle/Middleware/oracle_common/modules/oracle.pwdgen_11.1.1/pwdgen.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.rules#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.rules_11.1.1/rules.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.webcenter.composer#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/webcenter/modules/oracle.webcenter.framework_11.1.1/oracle.webcenter.composer.war</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.webcenter.skin#[email protected]</name>
    <target>AdminServer,oim_server1</target>
    <module-type>ear</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/webcenter/modules/oracle.portlet.server_11.1.1/oracle.webcenter.skin.ear</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.workflow.wc#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.wc.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.idm.uishell#[email protected]</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,oaam_server_server1,oim_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/modules/oracle.idm.uishell_11.1.1/oracle.idm.uishell.war</source-path>
    <deployment-order>300</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.soa.rules_editor_dc.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.rules_editor_dc.webapp_11.1.1/oracle.soa.rules_editor_dc.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.rules_dict_dc.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.rules_dict_dc.webapp_11.1.1/oracle.soa.rules_dict_dc.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.bpm.mgmt#[email protected]</name>
    <target>AdminServer</target>
    <source-path>E:/App/Oracle/Middleware/oracle_common/bpm/modules/oracle.bpm.mgmt_11.1.1/oracle.bpm.bpmn-em-tools.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emai</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emai.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.oaam.libs#[email protected]</name>
    <target>oam_server1</target>
    <module-type>ear</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/oaam/oaam_libs/ear/oaam_native_lib.ear</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.security.apm.core.model#[email protected]</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.core.model.ear</source-path>
    <deployment-order>311</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.security.apm.core.view#[email protected]</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/apm/modules/oracle.security.apm_11.1.1/oracle.security.apm.core.view.war</source-path>
    <deployment-order>311</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <library>
    <name>oracle.sdp.messaging#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/communications/modules/oracle.sdp.messaging_11.1.1/sdpmessaging.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.sdp.client#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/communications/modules/oracle.sdp.client_11.1.1/sdpclient.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emas</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emas.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>emcore</name>
    <target>AdminServer</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/oracle_common/sysman/archives/applications/11_1_1_0_0_emcore.war</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.bpel#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.bpel_11.1.1/oracle.soa.bpel.jar</source-path>
    <deployment-order>301</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.worklist#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.worklist_11.1.1/oracle.soa.worklist.jar</source-path>
    <deployment-order>302</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.workflow#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.jar</source-path>
    <deployment-order>303</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.mediator#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.mediator_11.1.1/oracle.soa.mediator.jar</source-path>
    <deployment-order>304</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.composer.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.composer.webapp_11.1.1/oracle.soa.composer.webapp.war</source-path>
    <deployment-order>306</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.ext#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.ext_11.1.1/oracle.soa.ext.jar</source-path>
    <deployment-order>307</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.b2b#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.b2b_11.1.1/oracle.soa.b2b.jar</source-path>
    <deployment-order>308</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.soa.worklist.webapp#[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_SOA1/soa/modules/oracle.soa.worklist.webapp_11.1.1/oracle.soa.worklist.webapp.war</source-path>
    <deployment-order>309</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    <library>
    <name>oracle.oaam.extensions#[email protected]</name>
    <target>oaam_admin_server1,oaam_server_server1</target>
    <module-type>war</module-type>
    <source-path>E:/App/Oracle/Middleware/Oracle_IDM1/oaam/oaam_extensions/generic/oracle.oaam.extensions.war</source-path>
    <deployment-order>400</deployment-order>
    <security-dd-model>DDOnly</security-dd-model>
    </library>
    <machine>
    <name>LocalMachine</name>
    <node-manager>
    <name>LocalMachine</name>
    <listen-address>localhost</listen-address>
    </node-manager>
    </machine>
    <jms-server>
    <name>UMSJMSServer</name>
    <target>soa_server1</target>
    <persistent-store>UMSJMSFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>SOAJMSServer</name>
    <target>soa_server1</target>
    <persistent-store>SOAJMSFileStore</persistent-store>
    </jms-server>
    <jms-server>
    <name>OIMJMSServer</name>
    <target>oim_server1</target>
    <persistent-store>OIMJMSFileStore</persistent-store>
    <temporary-template-resource xsi:nil="true"></temporary-template-resource>
    <temporary-template-name xsi:nil="true"></temporary-template-name>
    </jms-server>
    <self-tuning>
    <max-threads-constraint>
    <name>MaxThreadsConstraint-0</name>
    <target>oim_server1</target>
    <count>20</count>
    </max-threads-constraint>
    <max-threads-constraint>
    <name>MaxThreadsConstraint-1</name>
    <target>oim_server1</target>
    <count>80</count>
    </max-threads-constraint>
    <work-manager>
    <name>wm/SOAWorkManager</name>
    <target>soa_server1</target>
    </work-manager>
    <work-manager>
    <name>OIMUIWorkManager</name>
    <target>oim_server1</target>
    <max-threads-constraint>MaxThreadsConstraint-0</max-threads-constraint>
    </work-manager>
    <work-manager>
    <name>OIMMDBWorkManager</name>
    <target>oim_server1</target>
    <max-threads-constraint>MaxThreadsConstraint-1</max-threads-constraint>
    </work-manager>
    </self-tuning>
    <shutdown-class>
    <name>JOC-Shutdown</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.ias.cache.Shutdown</class-name>
    </shutdown-class>
    <shutdown-class>
    <name>DMSShutdown</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.dms.wls.DMSShutdown</class-name>
    </shutdown-class>
    <startup-class>
    <name>JRF Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>110</deployment-order>
    <class-name>oracle.jrf.wls.JRFStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JPS Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>115</deployment-order>
    <class-name>oracle.security.jps.wls.JpsWlsStartupClass</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>ODL-Startup</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>145</deployment-order>
    <class-name>oracle.core.ojdl.weblogic.ODLConfiguration</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>Audit Loader Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.security.audit.ajl.loader.JEEAuditLoader</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>false</load-before-app-deployments>
    </startup-class>
    <startup-class>
    <name>AWT Application Context Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.jrf.AppContextStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JMX Framework Startup Class</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.as.jmx.framework.wls.spi.StartupListener</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>JOC-Startup</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.ias.cache.Startup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>DMS-Startup</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.dms.wls.DMSStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <startup-class>
    <name>OWSM Startup class</name>
    <notes>This class will seed the OWSM data in repository</notes>
    <target>soa_server1,oaam_server_server1,oim_server1</target>
    <deployment-order>150</deployment-order>
    <class-name>oracle.wsm.policymanager.util.PolicyManagerStartup</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    </startup-class>
    <startup-class>
    <name>SOAStartupClass</name>
    <target>soa_server1</target>
    <deployment-order>1000</deployment-order>
    <class-name>oracle.bpel.services.common.util.GenerateBPMCryptoKey</class-name>
    <failure-is-fatal>false</failure-is-fatal>
    <load-before-app-deployments>true</load-before-app-deployments>
    <load-before-app-activation>true</load-before-app-activation>
    </startup-class>
    <file-store>
    <name>UMSJMSFileStore</name>
    <directory>UMSJMSFileStore</directory>
    <target>soa_server1</target>
    </file-store>
    <file-store>
    <name>SOAJMSFileStore</name>
    <directory>SOAJMSFileStore</directory>
    <target>soa_server1</target>
    </file-store>
    <file-store>
    <name>OIMJMSFileStore</name>
    <directory>OIMJMSFileStore</directory>
    <target>oim_server1</target>
    </file-store>
    <jms-system-resource>
    <name>UMSJMSSystemResource</name>
    <target>soa_server1</target>
    <sub-deployment>
    <name>UMSJMSSubDeployment</name>
    <target>UMSJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/UMSJMSSystemResource-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>SOAJMSModule</name>
    <target>soa_server1</target>
    <sub-deployment>
    <name>SOASubDeployment</name>
    <target>SOAJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/soajmsmodule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <jms-system-resource>
    <name>OIMJMSModule</name>
    <target>oim_server1</target>
    <sub-deployment>
    <name>OIMSubDeployment</name>
    <target>OIMJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/OIMJMSModule-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <admin-server-name>AdminServer</admin-server-name>
    <wldf-system-resource>
    <name>Module-FMWDFW</name>
    <target>AdminServer,oam_server1,oaam_admin_server1,soa_server1,oaam_server_server1,oim_server1</target>
    <descriptor-file-name>diagnostics/Module-FMWDFW-2818.xml</descriptor-file-name>
    <description>Creates FMWDFW incidents based on unchecked Exceptions and critical errors</description>
    </wldf-system-resource>
    <jdbc-system-resource>
    <name>mds-owsm</name>
    <target>AdminServer,soa_server1,oaam_server_server1,oim_server1</target>
    <descriptor-file-name>jdbc/mds-owsm-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>oamDS</name>
    <target>AdminServer,oam_server1</target>
    <descriptor-file-name>jdbc/oam-db-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>OraSDPMDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/OraSDPMDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-ApplicationMDSDB</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/apm-server-mds-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>apm-DBDS</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/apm-server-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>OAAM_ADMIN_DS</name>
    <target>oaam_admin_server1</target>
    <descriptor-file-name>jdbc/OAAM_ADMIN_DS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-oaam</name>
    <target>AdminServer,oaam_admin_server1</target>
    <descriptor-file-name>jdbc/OAAM_ADMIN_MDS_DS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>SOADataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/SOADataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>EDNDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/EDNDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>EDNLocalTxDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/EDNLocalTxDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>SOALocalTxDataSource</name>
    <target>soa_server1</target>
    <descriptor-file-name>jdbc/SOALocalTxDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-soa</name>
    <target>AdminServer,soa_server1</target>
    <descriptor-file-name>jdbc/mds-soa-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>OAAM_SERVER_DS</name>
    <target>oaam_server_server1</target>
    <descriptor-file-name>jdbc/OAAM_SERVER_DS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>oimOperationsDB</name>
    <target>soa_server1,oim_server1</target>
    <descriptor-file-name>jdbc/oimOperationsDB-0237-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>mds-oim</name>
    <target>oim_server1</target>
    <descriptor-file-name>jdbc/oimMDS-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    <jdbc-system-resource>
    <name>oimJMSStoreDS</name>
    <target>oim_server1</target>
    <descriptor-file-name>jdbc/oimJMSStoreDS-0269-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    </domain>

  • MDS error while starting Admin server

    Hi,
    I am getting below error while starting Weblogic Admin Server :
    [2012-02-06T20:53:34.247-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] Failed to register config mbean for em.
    [2012-02-06T20:53:34.252-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] [[
    oracle.mds.exception.MDSRuntimeException: MDS-00068: Unable to find a type definition for: namespace = http://xmlns.oracle.com/adf/config, local name = help-provider, file location = /META-INF/adf-config.xml
    at oracle.mds.core.MOTxnState.getMElemBean(MOTxnState.java:207)
    at oracle.mds.core.UpdateableMOContent.getMElemBean(UpdateableMOContent.java:611)
    at oracle.mds.core.MetadataObject.getContentWithRetry(MetadataObject.java:2410)
    at oracle.mds.core.BeanMetadataObject.getBean(BeanMetadataObject.java:89)
    at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:576)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:202)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:193)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:184)
    Any pointers on to how to get to the root cause of this issue. Note that it fails during EM application, not the one that I built. Server starts successfully though..
    -Sridhar

    Hi,
    I am getting below error while starting Weblogic Admin Server :
    [2012-02-06T20:53:34.247-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] Failed to register config mbean for em.
    [2012-02-06T20:53:34.252-05:00] [AdminServer] [ERROR] [] [oracle.adf.mbean.share.config.ADFConfigLifeCycleCallBack] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [ecid: b915135f91d255e1:-5a03599b:135558350b8:-8000-0000000000000002,0] [APP: em] [[
    oracle.mds.exception.MDSRuntimeException: MDS-00068: Unable to find a type definition for: namespace = http://xmlns.oracle.com/adf/config, local name = help-provider, file location = /META-INF/adf-config.xml
    at oracle.mds.core.MOTxnState.getMElemBean(MOTxnState.java:207)
    at oracle.mds.core.UpdateableMOContent.getMElemBean(UpdateableMOContent.java:611)
    at oracle.mds.core.MetadataObject.getContentWithRetry(MetadataObject.java:2410)
    at oracle.mds.core.BeanMetadataObject.getBean(BeanMetadataObject.java:89)
    at oracle.adf.share.jndi.MDSBackingStore.getMOBean(MDSBackingStore.java:576)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.init(RuntimeMXBeanImpl.java:202)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:193)
    at oracle.adf.mbean.share.config.RuntimeMXBeanImpl.<init>(RuntimeMXBeanImpl.java:184)
    Any pointers on to how to get to the root cause of this issue. Note that it fails during EM application, not the one that I built. Server starts successfully though..
    -Sridhar

  • OAM Error while starting admin server

    After installing OAM in my windows 7 environment I tried starting the admin server and the managed server. I am getting the following errors. Inspite of these errors both the servers go into running mode and I am able to access the OAM console. Please let me know what might be the cause of these errors. Thanks in advance.
    <Jun 4, 2013 9:25:44 AM IST> <Error> <Socket> <BEA-000438> <Unable to load perfo
    rmance pack. Using Java I/O instead. Please ensure that wlntio.dll is in: 'C:\PR
    OGRA~1\Java\JDK16~1.0_3\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windo
    ws;F:\oracle\patch_wls1036\profiles\default\native;F:\oracle\patch_ocp371\profil
    es\default\native;F:\oracle\WLSERV~1.3\server\native\win\32;F:\oracle\WLSERV~1.3
    \server\bin;F:\oracle\modules\ORGAPA~1.1\bin;C:\PROGRA~1\Java\JDK16~1.0_3\jre\bi
    n;C:\PROGRA~1\Java\JDK16~1.0_3\bin;F:\product\11.2.0\dbhome_1\bin;E:\app\Prasad\
    product\11.2.0\dbhome_3\bin;D:\app\Prasad\product\11.2.0\dbhome_2\bin;E:\app\Pra
    sad\product\11.2.0\dbhome_2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System
    32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;F:\oracle\WLSERV~1.3\server\
    native\win\32\oci920_8;.'
    >
    >
    Jun 4, 2013 9:25:50 AM oracle.security.am.common.aaaclient.ObAAAServiceClient se
    ndMessage
    SEVERE: Failed to communicate with any of configured Access Server, ensure that
    it is up and running.
    <Jun 4, 2013 9:27:32 AM IST> <Notice> <Security> <BEA-090082> <Security initiali
    zing using security realm myrealm.>
    <Jun 4, 2013 9:27:33 AM IST> <Warning> <Store> <BEA-280109> <Unable to load the
    native wlfileio library for the persistent file store "_WLS_AdminServer". The st
    ore will use buffered I/O. The store is still operating in a transactionally saf
    e synchronous mode. See store open log messages for the requested and final writ
    e policies.>
    <Jun 4, 2013 9:27:36 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STANDBY>
    <Jun 4, 2013 9:27:36 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server stat
    e changed to STARTING>
    <Jun 4, 2013 9:27:40 AM IST> <Error> <Deployer> <BEA-149205> <Failed to initiali
    ze the application 'opss-DBDS' due to error weblogic.application.ModuleException
    weblogic.application.ModuleException:
    at weblogic.jdbc.module.JDBCModule.prepare(JDBCModule.java:327)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(Modu
    leListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(Depl
    oymentCallbackFlow.java:517)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineD
    river.java:52)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(Dep
    loymentCallbackFlow.java:159)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.common.ResourceException: weblogic.common.ResourceException:
    Could not create pool connection. The DBMS driver exception was: IO Error: The
    Network Adapter could not establish the connection
    at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Con
    nectionEnvFactory.java:283)

    It depend on the version you are using. When i was using 11g R1, i use to get the same error but it didn't affect my work. You can simply ignore it. When i switch ti 11g R2 these errors are gone. So go with your work.
    Sunil

  • Error while starting Admin Server (no response)

    After installing Directory Server 5.0 on Solaris 2.6 everything has worked fine, Directory and Admin Server were accessable.
    Unfortunately after a server reboot I only could start / stop the Directory Server. When I try now to start the Admin server (./start-admin), there is no reaction. (When I try to start the console I get the anser "cannot connect ...".) Any idea?

    Check that the fully qualified name of the hostname is still valid... From the machine try to ping full DNS name of the machine.
    Regards,
    Ludovic.

  • Error while starting Standby server using Dataguard

    Hi ,
    Db opened successfully, but SAP MMC not starting, pls find below dev_w0 log

    M Tue Apr 12 12:00:56 2011
    M  calling db_connect ...
    C  Prepending K:\usr\sap\EC6\DVEBMGS00\exe to Path.
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1 0000000013F150B0 000000000982F0D0 0000000006E3A0B8
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=0000000006E39F78,svrhp=0000000013F25108)

    C Tue Apr 12 12:01:05 2011
    C  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12154
    [dboci.c      4172]
    C  *** ERROR => CONNECT failed with sql error '12154'
    [dbsloci.c    10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1 0000000013F150B0 000000000982F0D0 0000000006E3A0B8
    C  Detaching from DB Server (con_hdl=0,svchp=0000000006E39F78,srvhp=0000000013F25108)
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=0000000006E39F78,svrhp=0000000013F25108)

    C Tue Apr 12 12:01:14 2011
    C  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12154
    [dboci.c      4172]
    C  *** ERROR => CONNECT failed with sql error '12154'
    [dbsloci.c    10933]
    B  ***LOG BV3=> severe db error 12154     ; work process is stopped [dbsh#2 @ 1199] [dbsh    1199 ]
    B  ***LOG BY2=> sql error 12154  performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-12154: TNS:could not resolve the connect identifier specified [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1411]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c   10169]

    M  Info for wp 0

    Our's is Win2K3, ERP2005, Oracle 10.2.0.2
    Pls suggest

    ERROR => CONNECT failed with sql error '12154'
    These errors generally comes when listener.ora and tnsnames.ora settings are not proper.Please check your tnsping and listener.You can also check trans.log for more error details.
    Thanks..
    Mohit

  • Getting error while starting Managed server in clustered environment

    Hi All,
    I created a cluster in weblogic 9.2 and two manged servers under that cluster through WLST scripts.
    I started Node manager through connecting WLST and now when i am starting the managed servers its giving the following error :
    wls:/Dist_3/serverConfig> start('managed1','Server')
    Starting server managed1 ....NMProcess: <Jan 30, 2009 2:57:27 PM> <Warning> <I/O
    error while reading domain directory: java.io.FileNotFoundException: Domain dir
    ectory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)>
    NMProcess: java.io.FileNotFoundException: Domain directory 'C:\bea\weblogic92\co
    mmon\bin' invalid (domain salt file not found)
    NMProcess: at weblogic.nodemanager.server.DomainManager.initialize(DomainMa
    nager.java:80)
    NMProcess: at weblogic.nodemanager.server.DomainManager.<init>(DomainManage
    r.java:52)
    NMProcess: at weblogic.nodemanager.server.NMServer.getDomainManager(NMServe
    r.java:242)
    NMProcess: at weblogic.nodemanager.server.Handler.handleDomain(Handler.java
    :212)
    NMProcess: at weblogic.nodemanager.server.Handler.handleCommand(Handler.jav
    a:105)
    NMProcess: at weblogic.nodemanager.server.Handler.run(Handler.java:66)
    NMProcess: at java.lang.Thread.run(Thread.java:595)
    NMProcess:
    I/O error while reading domain directory: java.io.FileNotFoundException: Domain
    directory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1250, in start
    WLSTException: 'Error occured while performing start : Error starting the server
    Error occured while performing start : Server with name managed1 failed to be st
    arted Use dumpStack() to view the full stacktrace'
    wls:/Dist_3/serverConfig> start('managed2','Server')
    Starting server managed2 ....NMProcess: <Jan 30, 2009 3:05:51 PM> <Warning> <I/O
    error while reading domain directory: java.io.FileNotFoundException: Domain dir
    ectory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)>
    NMProcess: java.io.FileNotFoundException: Domain directory 'C:\bea\weblogic92\co
    mmon\bin' invalid (domain salt file not found)
    NMProcess: at weblogic.nodemanager.server.DomainManager.initialize(DomainMa
    nager.java:80)
    NMProcess: at weblogic.nodemanager.server.DomainManager.<init>(DomainManage
    r.java:52)
    NMProcess: at weblogic.nodemanager.server.NMServer.getDomainManager(NMServe
    r.java:242)
    NMProcess: at weblogic.nodemanager.server.Handler.handleDomain(Handler.java
    :212)
    NMProcess: at weblogic.nodemanager.server.Handler.handleCommand(Handler.jav
    a:105)
    NMProcess: at weblogic.nodemanager.server.Handler.run(Handler.java:66)
    NMProcess: at java.lang.Thread.run(Thread.java:595)
    NMProcess:
    I/O error while reading domain directory: java.io.FileNotFoundException: Domain
    directory 'C:\bea\weblogic92\common\bin' invalid (domain salt file not found)
    Traceback (innermost last):
    File "<console>", line 1, in ?
    File "<iostream>", line 1250, in start
    WLSTException: 'Error occured while performing start : Error starting the server
    Error occured while performing start : Server with name managed2 failed to be st
    arted Use dumpStack() to view the full stacktrace'
    wls:/Dist_3/serverConfig>

    hi kartheek,
    i think u just missed some of steps while starting managed server using nodemanager in WLST.
    If u dont mind i'm sending some of steps just check it out. Once u try the same steps.
    1.start the ADMIN SERVER
    2.start the WLST
    java weblogic.WLST
    3.Connect to AdminServer
    connect('username',password','t3://adminhost:listenport')
    example: connect('weblogic','weblogic','t3://localhost:7001')
    4.start the nodemanager in WLST
    startNodeManager()
    5.connect to nodemanager
    nmConnect('username','password','nodemanagerhost',
    'nodemanagerlistenport','domainname','path to domain')
    example: nmConnect('weblogic','weblogic','localhost','5556','base_domain'
    'C:/bea/user_projects/domains/base_domain')
    6.start the managed server in WLST
    start('managedservername','Type','t3://managedhost:listenport')
    example:start('man1','Server','t3://localhost:7003')
    7.If u want to start cluster in WLST
    start('clustername','Type')
    example: start('cluster1','Cluster')
    If u want to start managed in Cluster u follow STEP-6 only
    regards
    abhi

  • Error while starting weblogic server

    Hi, I am getting following error while starting weblogic server
    Unexpected Signal : 11 occurred at PC=0x40170bc5 Function name=fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread
    Library=/bea/jdk131/jre/lib/i386/client/libjvm.so
    Current Java thread: at java.lang.Throwable.fillInStackTrace(Native Method) at
    java.lang.Throwable.<init>(Throwable.java:78) at java.lang.Error.<init>(Error.java:37)
    at java.lang.LinkageError.<init>(LinkageError.java:29) at java.lang.IncompatibleClassChangeError.<init>(IncompatibleClassChangeError.java:29)
    at java.lang.AbstractMethodError.<init>(AbstractMethodError.java:30)
    Environment : Weblogic 6.0 Sp2 on Linux Red hat 7.1
    jdk 1.31
    TIA
    Ashwani

    Hi,
    1)Could you please try logging into sqlplus using using the below command :-
        sqlplus "/ as sysdba"
    2)Execute the below command to check if the password in expired :-
      select username, account_status, expiry_date, where username='MDS username';
    3)Change the password if the password has been expired by following the below command :-
       alter user <user> identified by <password>;
    4)Once the above steps are followed please login into the Weblogic Admin Console and follow the below steps:-
        + Go to DataSources ---> Select the MDS schema ----> change the password which was given in step no.3
        + Restart the Weblogic once again.
    5)Lets us know the result.
    Regards,
    Prakash.

  • Error While starting UCM server

    I am also getting the same error while starting UCM server.
    <Mar 19, 2015 7:18:14 AM> <INFO> <NodeManager> <Server output log file is '/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/logs/UCM_server1.out'>
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Production
    CLASSPATH=/u01/obp/app/product/fmw/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/jrockit-jdk1.6.0_51/lib/tools.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/obp/app/product/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/obp/app/product/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/u01/obp/app/product/fmw/oracle_common/soa/modules/commons-cli-1.1.jar:/u01/obp/app/product/fmw/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/u01/obp/app/product/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/u01/obp/app/product/fmw/wlserver_10.3/common/derby/lib/derbyclient.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/xqrl.jar:/u01/obp/app/product/fmw/Oracle_ECM1/ucm/idc/jlib/idcloader.jar:/u01/obp/app/product/fmw/Oracle_ECM1/ucm/idc/components/NativeOsUtils/classes-NativeOsUtils.jar:/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/obp/app/product/jrockit-jdk1.6.0_51/lib/tools.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic_sp.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.jar:/u01/obp/app/product/fmw/modules/features/weblogic.server.modules_10.3.6.0.jar:/u01/obp/app/product/fmw/wlserver_10.3/server/lib/webservices.jar:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/u01/obp/app/product/fmw/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar::/u01/obp/app/product/fmw
    PATH=/u01/obp/app/product/fmw/wlserver_10.3/server/bin:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/jre/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/u01/obp/app/product/fmw/wlserver_10.3/server/bin:/u01/obp/app/product/fmw/modules/org.apache.ant_1.7.1/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/jre/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/u01/obp/app/product/jrockit-jdk1.6.0_51/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/u01/fsgbu_ofssobp/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_51"
    Java(TM) SE Runtime Environment (build 1.6.0_51-b11)
    Oracle JRockit(R) (build R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64, compiled mode)
    Starting WLS with line:
    /u01/obp/app/product/jrockit-jdk1.6.0_51/bin/java -jrockit   -Xms256m -Xmx512m -Dweblogic.Name=UCM_server1 -Djava.security.policy=/u01/obp/app/product/fmw/wlserver_10.3/server/lib/weblogic.policy  -Dweblogic.ProductionModeEnabled=true -Dweblogic.system.BootIdentityFile=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/data/nodemanager/boot.properties -Dweblogic.nodemanager.ServiceEnabled=true -Dweblogic.security.SSL.ignoreHostnameVerification=false -Dweblogic.ReverseDNSAllowed=false  -da -Dplatform.home=/u01/obp/app/product/fmw/wlserver_10.3 -Dwls.home=/u01/obp/app/product/fmw/wlserver_10.3/server -Dweblogic.home=/u01/obp/app/product/fmw/wlserver_10.3/server  -Dcommon.components.home=/u01/obp/app/product/fmw/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain -Djrockit.optfile=/u01/obp/app/product/fmw/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/servers/UCM_server1 -Doracle.domain.config.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig  -Digf.arisidbeans.carmlloc=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/carml  -Digf.arisidstack.home=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/u01/obp/app/product/fmw/oracle_common/modules/oracle.ossoiap_11.1.1,/u01/obp/app/product/fmw/oracle_common/modules/oracle.oamprovider_11.1.1,/u01/obp/app/product/fmw/oracle_common/modules/oracle.jps_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol  -Dweblogic.jdbc.remoteEnabled=false  -Dipm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Ducm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Dirm.oracle.home=/u01/obp/app/product/fmw/Oracle_ECM1 -Dem.oracle.home=/u01/obp/app/product/fmw/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://pqvfsgbipmv001a:7001  -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/u01/obp/app/product/fmw/patch_wls1036/profiles/default/sysext_manifest_classpath:/u01/obp/app/product/fmw/patch_ocp371/profiles/default/sysext_manifest_classpath  weblogic.Server
    [WARN ] Use of -Djrockit.optfile is deprecated and discouraged.
    <Mar 19, 2015 7:18:15 AM GMT+00:00> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Mar 19, 2015 7:18:16 AM GMT+00:00> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Mar 19, 2015 7:18:16 AM GMT+00:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.8-10-156881-1.6.0_51-20130611-1146-linux-x86_64 from Oracle Corporation>
    <Mar 19, 2015 7:18:18 AM GMT+00:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0.10 PSU Patch for BUG19637463 TUE NOV 04 15:54:42 IST 2014
    WebLogic Server 10.3.6.0  Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Mar 19, 2015 7:18:19 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 19, 2015 7:18:19 AM GMT+00:00> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Mar 19, 2015 7:18:20 AM GMT+00:00> <Notice> <Log Management> <BEA-170019> <The server log file /u01/obp/app/product/fmw/user_projects/domains/ipm_domain/servers/UCM_server1/logs/UCM_server1.log is opened. All server side log events will be written to this file.>
    <Mar 19, 2015 7:19:02 AM GMT+00:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Mar 19, 2015 7:19:07 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Mar 19, 2015 7:19:07 AM GMT+00:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Mar 19, 2015 7:19:10 AM GMT+00:00> <Warning> <Security> <BEA-090668> <Ignored deployment of role "Admin" for resource "type=<url>, application=DMS Application#11.1.1.1.0, contextPath=/dms, uri=/">
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the jks keystore file /u01/obp/app/product/fmw/wlserver_10.3/server/lib/DemoIdentity.jks.>
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /u01/obp/app/product/fmw/wlserver_10.3/server/lib/DemoTrust.jks.>
    <Mar 19, 2015 7:19:17 AM GMT+00:00> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file /u01/obp/app/product/jrockit-jdk1.6.0_51/jre/lib/security/cacerts.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Alert> <Security> <BEA-090152> <Demo trusted CA certificate is being used in production mode: [
      Version: V3
      Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
      Key:  Sun RSA public key, 512 bits
      modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
      public exponent: 65537
      Validity: [From: Thu Mar 21 20:12:27 GMT+00:00 2002,
                   To: Tue Mar 22 20:12:27 GMT+00:00 2022]
      Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
      SerialNumber: [    33f10648 fcde0deb 4199921f d64537f4]
    Certificate Extensions: 1
    [1]: ObjectId: 2.5.29.15 Criticality=true
    KeyUsage [
      Key_CertSign
      Algorithm: [MD5withRSA]
      Signature:
    0000: 9D 26 4C 29 C8 91 C3 A7   06 C3 24 6F AE B4 F8 82  .&L)......$o....
    0010: 80 4D AA CB 7C 79 46 84   81 C4 66 95 F4 1E D8 C4  .M...yF...f.....
    0020: E9 B7 D9 7C E2 23 33 A4   B7 21 E0 AA 54 2B 4A FF  .....#3..!..T+J.
    0030: CB 21 20 88 81 21 DB AC   90 54 D8 7D 79 63 23 3C  .! ..!...T..yc#<
    ] The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=Entrust Root Certification Authority - G2,OU=(c) 2009 Entrust\, Inc. - for authorized use only,OU=See www.entrust.net/legal-terms,O=Entrust\, Inc.,C=US". 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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. - For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US". 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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSign\, Inc.,C=US". 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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <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.>
    <Mar 19, 2015 7:19:18 AM GMT+00:00> <Notice> <Security> <BEA-090898> <Ignoring the trusted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 2008 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". 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.>
    <Mar 19, 2015 7:19:37 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001b - 10.130.43.85 failed hostname verification check. Certificate contained pqvfsgbipmv001b.int.oracleindustry.com but check expected pqvfsgbipmv001b>
    <Mar 19, 2015 7:19:37 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a>
    <Mar 19, 2015 7:19:38 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001b - 10.130.43.85 failed hostname verification check. Certificate contained pqvfsgbipmv001b.int.oracleindustry.com but check expected pqvfsgbipmv001b>
    <Mar 19, 2015 7:19:38 AM GMT+00:00> <Warning> <Security> <BEA-090504> <Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a>
    <Mar 19, 2015 7:19:39 AM GMT+00:00> <Error> <oracle.wsm.resources.policymanager> <WSM-02120> <Unable to connect to the policy access service.
    oracle.wsm.policymanager.PolicyManagerException: WSM-02120 : Unable to connect to the policy access service.
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:753)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      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:201)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      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:28)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      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: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination]
      at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
      at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:792)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2037)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:71)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:103)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:101)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:198)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:231)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      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:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      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:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:197)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2037)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:71)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:103)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:101)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:198)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:231)
      at javax.servlet.GenericServlet.init(GenericServlet.java:241)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3173)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
      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:671)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      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:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.rmi.ConnectException: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to destination
      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)
      at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
      at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:262)
      at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:199)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
      at weblogic.rjvm.RJVMFinder.findOrCreateRemoteCluster(RJVMFinder.java:316)
      at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:205)
      at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
      at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:165)
      at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:353)
      at weblogic.jndi.Environment.getContext(Environment.java:315)
      at weblogic.jndi.Environment.getContext(Environment.java:285)
      at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
      at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
      at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
      at javax.naming.InitialContext.init(InitialContext.java:223)
      at javax.naming.InitialContext.<init>(InitialContext.java:198)
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:746)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getDocumentManagerBeanEJB(BeanFactory.java:700)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:544)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:624)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      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:201)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      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:28)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      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)
    >
    <Mar 19, 2015 7:19:39 AM GMT+00:00> <Error> <oracle.wsm.resources.policymanager> <WSM-02120> <Unable to connect to the policy access service.
    oracle.wsm.policymanager.PolicyManagerException: WSM-02120 : Unable to connect to the policy access service.
      at oracle.wsm.policymanager.BeanFactory.getInitialContext(BeanFactory.java:753)
      at oracle.wsm.policymanager.BeanFactory.getJndiObj(BeanFactory.java:780)
      at oracle.wsm.policymanager.BeanFactory.lookupJndiObj(BeanFactory.java:1061)
      at oracle.wsm.policymanager.BeanFactory.getUsageTrackerBeanEJB(BeanFactory.java:952)
      at oracle.wsm.policymanager.BeanFactory.getBeanEJB(BeanFactory.java:550)
      at oracle.wsm.policymanager.BeanFactory.getBean(BeanFactory.java:433)
      at oracle.wsm.config.ConfigurationManager$1.run(ConfigurationManager.java:1539)
      at oracle.wsm.config.ConfigurationManager.getBean(ConfigurationManager.java:1535)
      at oracle.wsm.config.ConfigurationManager.access$900(ConfigurationManager.java:109)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configureBean(ConfigurationManager.java:627)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.configure(ConfigurationManager.java:568)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:520)
      at oracle.wsm.config.ConfigurationManager$ContextualAccessor.<init>(ConfigurationManager.java:407)
      at oracle.wsm.config.ConfigurationManager.initializeAccessors(ConfigurationManager.java:1874)
      at oracle.wsm.config.ConfigurationManager.reset(ConfigurationManager.java:2039)
      at oracle.wsm.config.ConfigurationManager.getRepositoryAccessor(ConfigurationManager.java:1671)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:164)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl$1.run(PolicyAccessorImpl.java:162)
      at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.<init>(PolicyAccessorImpl.java:160)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.<init>(PolicyCacheImpl.java:346)
      at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getInstance(PolicyCacheImpl.java:81)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:65)
      at oracle.integration.platform.common.mgmt.InterceptorChainManager.<init>(InterceptorChainManager.java:88)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.createSOAPBindingInterceptorChain(SuperServerInterceptorPipeline.java:287)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.createAndRegisterPolicyPipeline(AbstractSuperInterceptorPipeline.java:98)
      at oracle.j2ee.ws.common.mgmt.runtime.AbstractSuperInterceptorPipeline.getPolicyPipeline(AbstractSuperInterceptorPipeline.java:85)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:194)
      at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:72)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.createServerPipeline(GenericProviderInterceptorPipeline.java:133)
      at oracle.j2ee.ws.server.provider.management.AbstractProviderInterceptorPipeline.<init>(AbstractProviderInterceptorPipeline.java:122)
      at oracle.j2ee.ws.server.provider.GenericProviderInterceptorPipeline.<init>(GenericProviderInterceptorPipeline.java:63)
      at oracle.j2ee.ws.server.provider.GenericProviderPlatform.createProviderInterceptorPipeline(GenericProviderPlatform.java:211)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:111)
      at oracle.j2ee.ws.server.provider.management.ProviderInterceptorPipelineManager.createProviderInterceptorPipeline(ProviderInterceptorPipelineManager.java:80)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.configureProviderManagement(ProviderProcessor.java:353)
      at oracle.j2ee.ws.server.provider.ProviderProcessor.init(ProviderProcessor.java:199)
      at oracle.j2ee.ws.server.provider.ProviderServlet.initializeProcessor(ProviderServlet.java:619)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:302)
      at oracle.j2ee.ws.server.provider.ProviderServlet.init(ProviderServlet.java:232)
      at javax.servlet.GenericServlet.init(GenericServlet.java:242)
      at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
      at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
      at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
      at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
      at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1984)
      at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1958)
      at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1877)
      at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3174)
      at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1527)
      at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:489)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      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:201)
      at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
      at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
      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:28)
      at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
      at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
      at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
      at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:44)
      at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
      at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:187)
      at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:379)
      at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
      at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
      at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
      at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
      at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
      at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
      at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
      at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
      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: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3s://pqvfsgbipmv001a,pqvfsgbipmv001b:16001: Destination unreachable; nested exception is:
      javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from pqvfsgbipmv001a - 10.130.43.84 failed hostname verification check. Certificate contained pqvfsgbipmv001a.int.oracleindustry.com but check expected pqvfsgbipmv001a; No available router to desti

    Actual error is, 
    'CheckoutAndOpenInNative' component, version '2013_02_19 (rev 11430) 11.1.7.121', provides checkoutandopeninnative:11gR1-1.0.0 feature
    <Mar 19, 2015 7:19:47 AM GMT+00:00> <Error> <oracle.ucm.idccs> <UCM-CS-050021> <Oracle WebCenter Content failed to initialize inside its servlet environment.>
    <Mar 19, 2015 7:19:47 AM GMT+00:00> <Error> <oracle.ucm.idccs> <UCM-CS-000001> <general exception
    intradoc.common.ServiceException: !csResourceUtilsFileIOError!csResourceUtilsFileReadError,activestate.hda
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:311)
      at intradoc.resource.ResourceUtils.serializeDataBinder(ResourceUtils.java:64)
      at intradoc.server.ActiveState.serializeData(ActiveState.java:221)
      at intradoc.server.ActiveState.load(ActiveState.java:58)
      at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:438)
      at intradoc.server.IdcSystemLoader.init(IdcSystemLoader.java:335)
      at intradoc.server.IdcServerManager.init(IdcServerManager.java:120)
      at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:625)
      at intradoc.idcwls.IdcServletRequestUtils.initializeServer(IdcServletRequestUtils.java:456)
    <Mar 19, 2015 7:19:49 AM GMT+00:00> <Error> <ServletContext-> <BEA-000000> <There is an initialization failure during start up of UCM.>
    <Mar 19, 2015 7:19:49 AM GMT+00:00> <Error> <ServletContext-> <BEA-000000> <Could not start server of type 'server' at default relative web root URL 'cs'.
    javax.servlet.ServletException: Could not start up IDC server deployment.
      at idcservlet.ServletUtils.initializeContentServer(ServletUtils.java:1284)
      at idcservlet.ServletUtils.startAndConfigureServer(ServletUtils.java:547)
      at idcservlet.ServletUtils.initializeAllServers(ServletUtils.java:460)
      at idcservlet.IdcFilter.initContentServer(IdcFilter.java:181)
      at idcservlet.IdcFilter.init(IdcFilter.java:156)
      Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: Oracle WebCenter Content failed to initialize inside its servlet environment.
      at intradoc.idcwls.IdcIntegrateWrapper.initializeServer(IdcIntegrateWrapper.java:139)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(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)
      Truncated. see log file for complete stacktrace
    Caused By: intradoc.common.ServiceException: !csResourceUtilsFileIOError!csResourceUtilsFileReadError,activestate.hda
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:311)
      at intradoc.resource.ResourceUtils.serializeDataBinder(ResourceUtils.java:64)
      at intradoc.server.ActiveState.serializeData(ActiveState.java:221)
      at intradoc.server.ActiveState.load(ActiveState.java:58)
      at intradoc.server.IdcSystemLoader.finishInit(IdcSystemLoader.java:438)
      Truncated. see log file for complete stacktrace
    Caused By: java.io.IOException: !syUnableToCreateDateFormat,M/d{/yy}{ h:mm[:ss]{ a}}\!mAM\,PM\!tGMT0!syUnableToParseTimeZone
      at intradoc.data.DataSerializeUtils.determineParameterizedLocalization(DataSerializeUtils.java:373)
      at intradoc.serialize.DataBinderSerializer.receiveEx(DataBinderSerializer.java:501)
      at intradoc.data.DataSerializeUtils.receiveEx(DataSerializeUtils.java:87)
      at intradoc.data.DataBinder.receiveEx(DataBinder.java:2079)
      at intradoc.resource.ResourceUtils.serializeDataBinderWithEncoding(ResourceUtils.java:290)
      Truncated. see log file for complete stacktrace
    Caused By: intradoc.common.ParseStringException: !syUnableToParseTimeZone
      at intradoc.common.IdcDateFormat.optimizeFormat(IdcDateFormat.java:692)
      at intradoc.common.IdcDateFormat.initEx(IdcDateFormat.java:291)
      at intradoc.common.IdcDateFormat.initWithDefaultTimezone(IdcDateFormat.java:187)
      at intradoc.common.IdcDateFormat.init(IdcDateFormat.java:151)
      at intradoc.data.DataSerializeUtils.determineParameterizedLocalization(DataSerializeUtils.java:364)
      Truncated. see log file for complete stacktrace
    >

  • Problem starting Admin Server using Node Manager

    I have configured the Node Manager to run as a windows service. I want it to start the Admin Server when it is started. This is not working. The Node Manager starts without problem but does not appear to even attempt to start the Admin Server. No error message is written to the nodemanager.log. I have configured the following properties as described in the documentation:
    StartScriptEnabled=true
    StartScriptName=startWebLogic.cmd
    Starting the Admin Server using wlst works. As does starting and stopping a Managed server using the Admin console. This leads me to conclude that the Node Manager configuration is ok.
    WLS version is 9.2.
    All suggestions as to what could be the issue here would be greatly appreciated.
    Cheers!

    Ok, I just wasted a whole day before I found the tricks.
    First, you don't need to do that StartScriptEnabled stuff, unless you have important things to add there.
    Ok, and now what I found:
    - You must make sure you have installed the NodeManager as a service
    - Next, make sure the admin server is assigned to the right machine. Since you can do the WLST trick, that should be fine. If not, tough luck, because the docs say you cannot re-assign an admin server.
    - In nodemanager.properties (...\weblogic92\common\nodemanager) make sure CrashRecoveryEnabled is set to true
    - In nodemanager.domains (same dir) make sure your domain is mentioned with its path
    - For each of the servers to be auto-started, make sure that a startup.properties (in <your-domain-dir> \servers\<server-name> \data\nodemanager) contains Arguments=-Xnohup (for JRockit, for Sun JDK its -Xrs)
    Make sure they are started through the nodemanager, et voila, they'll be restarted after a reboot.
    Why this works? At reboot, the OS ask all processes to die, nicely. Those that don't, get killed forcibly. Without the -Xnohup/rs, the WebLogic servers respond to the nice request, and the nodemanager immediately tries to restart them. Unfortunately, the OS refuses to do that, and the server process is marked as failed, and won't be restarted after reboot. With the option given, the servers ignore mr nice guy, and get killed after the nodemanager has disappeared.
    What can go wrong? A lot. I was playing with the nodemanager username and password, and that took some time to clean up. I probably have to redo the entire setup just to make sure I have a repeatable experience now...
    Cheers,
    Bert

  • **** ASSERTION FAILED **** Error while starting WebLogic Server 7.0

    Hi,
    I am getting following error while starting WebLogic Server 7.0 for the first
    time. Can anybody help me it this?
    Error is:
    ==================================================
    Enter username to boot WebLogic server:system
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
    on C:\bea\user_projects\mydomain\.\config.xml>
    <May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "myserver" for domain "m
    ydomain">
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initializatio
    n exception
    Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot
    intialize Resource Manager Connection Fac
    tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.
    UnknownHostException: Unknown protocol: 'JNP'] ]
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    >
    ==================================================

    I don't know what could cause this error.
    I would suggest you take this upto [email protected]
    Kumar
    Ajay Jadhav wrote:
    Hi,
    I am getting following error while starting WebLogic Server 7.0 for the first
    time. Can anybody help me it this?
    Error is:
    ==================================================
    Enter username to boot WebLogic server:system
    Enter password to boot WebLogic server:
    Starting WebLogic Server...
    <May 9, 2003 4:27:47 PM IST> <Notice> <Management> <140005> <Loading configurati
    on C:\bea\user_projects\mydomain\.\config.xml>
    <May 9, 2003 4:28:04 PM IST> <Notice> <Security> <090082> <Security initializing
    using realm myrealm.>
    <May 9, 2003 4:28:04 PM IST> <Notice> <WebLogicServer> <000327> <Starting WebLogic
    Admin Server "myserver" for domain "m
    ydomain">
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    <May 9, 2003 4:28:14 PM IST> <Emergency> <WebLogicServer> <000342> <Unable to
    initialize the server: Fatal initializatio
    n exception
    Throwable: weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot
    intialize Resource Manager Connection Fac
    tory resources because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.
    UnknownHostException: Unknown protocol: 'JNP'] ]
    weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Cannot intialize
    Resource Manager Connection Factory resour
    ces because could not get JNDI context: javax.naming.ServiceUnavailableException
    [Root exception is java.net.UnknownHost
    Exception: Unknown protocol: 'JNP'] ]
    at weblogic.j2ee.RMCFactoryDeployer.<init>(RMCFactoryDeployer.java:50)
    at weblogic.j2ee.J2EEService.initialize(J2EEService.java:93)
    at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
    at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
    at weblogic.Server.main(Server.java:32)
    ==================================================

  • Getting error while starting weblogic server in jdeveloper

    getting an error while starting weblogic server in jdeveloper
    IN LOG(its shows following):
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Jul 25, 2013 7:19:15 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    User 'principals=[weblogic, Administrators]' has administration role. All tasks by adminstrators must go through an Administration Port.
    **** Authentication error while connecting to application server IntegratedWebLogicServer. Please check settings.
    **** Failed to complete start-up of application server IntegratedWebLogicServer.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]
    [Forcing termination of IntegratedWebLogicServer]
    taskkill /F /PID 1620
    Process exited.
    PLs help me

    User, please tell us your jdev version!
    Somehow your credentials are corrupted. Two possible solution:
    1) open your system11.1.1.xxxx folder open the DefaultDomain\servers\DefaultServer\security folder and edit the boot.properties file. Remove the '(AES)...' part after username and password and write the new ones e.g. username=weblogic', password='Welcome1'. Save the file and try to start the integrated server again. Once the server starts the entries are encoded again.
    2) if 1) does not work, remove the whole DefaultDomain folder and create a new WLS instance inside jdev.
    Timo

  • Error while starting the OA using opmnctl

    HI,
    Am a Beginner on OAS.Am facing a error while starting the application using ./opmnctl startall.
    opmnctl: starting opmn and all managed processes...
    Failed to get IP for localhost (1)
    Failed to get IP for localhost (1)
    Failed to get IP for localhost (1)
    opmnctl: opmn start failed
    Not able to select the components using console.
    Can you help me to resolve
    Edited by: Tarunkudikala on Feb 26, 2009 3:25 AM

    Why not better put that info ???
    If you are installing Oracle Application Server in a DHCP network you must use a loopback configuration. To access the Oracle Application Server, you need to use a local browser. Perform the following steps to install Oracle Application Server in a DHCP network:
    1.
    Find the IP address allocated from the DHCP server by running the following command:
    $ /sbin/ifconfig -a
    The IP address is associated with the interface configured to use DHCP.
    2.
    Configure the host to resolve hostname to loopback IP address:
    1.
    Configure the host to resolve hostname to loopback IP address, by modifying the /etc/hosts file to contain the following entries:
    127.0.0.1 hostname.domainname hostname
    127.0.0.1 localhost.localdomain localhost
    2.
    Check that the hostname resolves to the loopback IP address by entering the following command:
    $ /bin/ping hostname.domainname
    ----------------------

Maybe you are looking for