Not Able to start SOA Server

I am using linux system with Jdeveloper 11g.I installed SOA components as a update from jdeveloper. Now i can create a domain with Weblogic and also can create a SOA server and i can also start that domain,but when i try to start the SOA domain from the admin console it's not starting...
fyi:-the nodemanager is also running.
I am getting following errors in log file:-
Line:-----
<WebLogicServer> <BEA-000286> <Failed to invoke startup class "JRF Startup Class", java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
java.lang.ClassNotFoundException: oracle.jrf.wls.JRFStartup
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JPS Startup Class", java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
java.lang.ClassNotFoundException: oracle.security.jps.wls.JpsWlsStartupClass
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "ODL-Startup", java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
java.lang.ClassNotFoundException: oracle.core.ojdl.weblogic.ODLConfiguration
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "AWT Application Context Startup Class", java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
java.lang.ClassNotFoundException: oracle.jrf.AppContextStartup
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JMX Framework Startup Class", java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
java.lang.ClassNotFoundException: oracle.as.jmx.framework.wls.spi.StartupListener
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "JOC-Startup", java.lang.ClassNotFoundException: oracle.ias.cache.Startup
java.lang.ClassNotFoundException: oracle.ias.cache.Startup
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "DMS-Startup", java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
java.lang.ClassNotFoundException: oracle.dms.wls.DMSStartup
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
<Sep 11, 2010 1:22:51 PM IST> <Critical> <WebLogicServer> <BEA-000286> <Failed to invoke startup class "SOAStartupClass", java.lang.ClassNotFoundException: oracle.bpel.services.common.util.GenerateBPMCryptoKey
java.lang.ClassNotFoundException: oracle.bpel.services.common.util.GenerateBPMCryptoKey
     at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
     Truncated. see log file for complete stacktrace
>
So how can i remove this error? please help..

set StartScriptEnabled=true in the nodemager.properties

Similar Messages

  • Jdeveloper is not able to find SOA server

    I am trying to deploy Hello world BPEL project from Jdeveloper 11.1.1.6.0 to standalone Weblogic server 10.3.6. Jdeveloper is able to list servers running (admin server and managed soa-server). However it is not able to find SOA server. I have verified that soa-infra is up and running.
    While trying to find SOA server it fails with Null Pointer Exception with following stack trace:
    java.lang.RuntimeException: java.lang.NullPointerException
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:89)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.<init>(WeblogicSOAServer.java:68)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listWeblogicSOAServers(ASBrowserHelper.java:275)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper.listSOAServers(ASBrowserHelper.java:201)
         at oracle.tip.tools.ide.fabric.asbrowser.ASBrowserHelper$RunnableListSOAServers.run(ASBrowserHelper.java:333)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: java.lang.NullPointerException
         at java.util.StringTokenizer.<init>(StringTokenizer.java:182)
         at java.util.StringTokenizer.<init>(StringTokenizer.java:219)
         at weblogic.utils.StringUtils.splitCompletely(StringUtils.java:119)
         at weblogic.socket.utils.ProxyUtils.getProxySocket(ProxyUtils.java:178)
         at weblogic.socket.utils.ProxyUtils.getSSLClientProxy(ProxyUtils.java:235)
         at weblogic.socket.SocketMuxer.newSSLClientSocket(SocketMuxer.java:396)
         at weblogic.socket.SocketMuxer.newSSLClientSocket(SocketMuxer.java:414)
         at weblogic.socket.ChannelSSLSocketFactory.createSocket(ChannelSSLSocketFactory.java:82)
         at weblogic.socket.ChannelSSLSocketFactory.createSocket(ChannelSSLSocketFactory.java:119)
         at weblogic.socket.BaseAbstractMuxableSocket.createSocket(BaseAbstractMuxableSocket.java:133)
         at weblogic.rjvm.t3.MuxableSocketT3.newSocketWithRetry(MuxableSocketT3.java:214)
         at weblogic.rjvm.t3.MuxableSocketT3.connect(MuxableSocketT3.java:383)
         at weblogic.rjvm.t3.ConnectionFactoryT3S.createConnection(ConnectionFactoryT3S.java:44)
         at weblogic.rjvm.ConnectionManager.createConnection(ConnectionManager.java:1784)
         at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1424)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:443)
         at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)
         at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:254)
         at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:197)
         at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
         at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
         at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
         at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
         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.soa.management.internal.facade.ServerManagerImpl.<init>(ServerManagerImpl.java:76)
         at oracle.soa.management.internal.facade.ServerManagerFactoryImpl.createServerManager(ServerManagerFactoryImpl.java:28)
         at oracle.tip.tools.ide.fabric.asbrowser.WeblogicSOAServer.initPartitions(WeblogicSOAServer.java:85)
         ... 6 more
    On weblogic server I get following logs at the end after server start. Not sure if this is the issue:
    <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpmn/CubeEngineBean} for engine type {bpmn}
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpel/CubeEngineBean} for engine type {bpel}
    line 6:12 mismatched character '<EOF>' expecting '"'
    SOA Platform is running and accepting requests
    line 3:12 mismatched character '<EOF>' expecting '"'
    I have already tried reinstalling everthing from scratch.. Any help is appreciated.
    Thanks in advance.
    Edited by: 925432 on Apr 4, 2012 2:32 AM

    I started the server again and I got the same problem:
    <Dec 27, 2012 3:20:55 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Dec 27, 2012 3:20:58 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Dec 27, 2012 3:21:00 PM EST> <Warning> <Log Management> <BEA-170011> <The LogBr
    oadcaster on this server failed to broadcast log messages to the admin server. T
    he Admin server may not be running. Message broadcasts to the admin server will
    be disabled.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:264:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Warning> <Server> <BEA-002611> <Hostname "02HW788
    5.NOAM.TCS.com", maps to multiple IP addresses: 192.168.2.100, 10.34.81.108, fe8
    0:0:0:0:2084:9bea:7a80:c8ad%15, fe80:0:0:0:0:5efe:c0a8:264%23, fe80:0:0:0:18d7:1
    cd0:3f57:fd9b%21, 2001:0:4137:9e76:18d7:1cd0:3f57:fd9b>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 10.34.81.108:7001 for protocols iiop, t3, ldap, snmp, htt
    p.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on fe80:0:0:0:2084:9bea:7a80:c8ad:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:18d7:1cd0:3f57:fd9b:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:4137:9e76:18d7:1cd0:3f57:fd9b:7001 for protocols iiop
    , t3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on fe80:0:0:0:990a:dfdb:f89a:fd0e:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on 192.168.2.100:7001 for protocols iiop, t3, ldap, snmp, ht
    tp.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[8
    ]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[9
    ]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on fe80:0:0:0:0:5efe:a22:516c:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Dec 27, 2012 3:21:01 PM EST> <Notice> <WebLogicServer> <BEA-000331> <Started We
    bLogic Admin Server "AdminServer" for domain "base_domain" running in Developmen
    t Mode>
    <Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpel/CubeEngineBean} f
    or engine type {bpel}
    lookupEngineLocalBean Using JNDI {java:comp/env/ejb/local/bpmn/CubeEngineBean} f
    or engine type {bpmn}
    SOA Platform is running and accepting requests
    line 6:12 mismatched character '<EOF>' expecting '"'
    line 3:12 mismatched character '<EOF>' expecting '"'
    and the server logs at this time:
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662946> <BEA-040010> <JMSServer "AGJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040109> <JMSServer "AGJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040010> <JMSServer "BAMJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662947> <BEA-040109> <JMSServer "BAMJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040010> <JMSServer "BPMJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040109> <JMSServer "BPMJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040010> <JMSServer "SOAJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662948> <BEA-040109> <JMSServer "SOAJMSServer" is started.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662949> <BEA-040010> <JMSServer "UMSJMSServer" configured no session pools.>
    ####<Dec 27, 2012 3:21:02 PM EST> <Info> <JMS> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000023> <1356639662949> <BEA-040109> <JMSServer "UMSJMSServer" is started.>
    ####<Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <02HW7885> <AdminServer> <main> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000001b> <1356639671821> <BEA-000365> <Server state changed to RUNNING>
    ####<Dec 27, 2012 3:21:11 PM EST> <Notice> <WebLogicServer> <02HW7885> <AdminServer> <main> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000001b> <1356639671915> <BEA-000360> <Server started in RUNNING mode>
    ####<Dec 27, 2012 3:21:13 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000002f> <1356639673080> <BEA-010060> <The Message-Driven EJB: DriverDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMDriverDefSndQ1.>
    ####<Dec 27, 2012 3:21:13 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000030> <1356639673934> <BEA-010060> <The Message-Driven EJB: MessageReceiverBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineRcvQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000035> <1356639674598> <BEA-010060> <The Message-Driven EJB: MessageDispatcherBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMWSRcvQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <OracleSystemUser> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000036> <1356639674628> <BEA-010060> <The Message-Driven EJB: MessageForwarderBean has connected/reconnected to the JMS destination: OraSDPM/Queues/OraSDPMEngineSndQ1.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000037> <1356639674762> <BEA-010060> <The Message-Driven EJB: PeopleQueryMDB has connected/reconnected to the JMS destination: jms/bpm/PeopleQueryTopic.>
    ####<Dec 27, 2012 3:21:14 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000038> <1356639674944> <BEA-010060> <The Message-Driven EJB: TestFwkEmulatorBean has connected/reconnected to the JMS destination: jms/testfwk/TestFwkQueue.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000039> <1356639675373> <BEA-010060> <The Message-Driven EJB: CubeActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003a> <1356639675725> <BEA-010060> <The Message-Driven EJB: NotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003b> <1356639675808> <BEA-010060> <The Message-Driven EJB: BAMActionMDB has connected/reconnected to the JMS destination: jms/bpm/MeasurementTopic.>
    ####<Dec 27, 2012 3:21:15 PM EST> <Info> <EJB> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000003c> <1356639675813> <BEA-010060> <The Message-Driven EJB: TaskNotificationSender has connected/reconnected to the JMS destination: jms/Queue/NotificationSenderQueue.>
    ####<Dec 27, 2012 3:21:20 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680196> <BEA-001516> <Data source connection pool "EDNLocalTxDataSource" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production".> ####<Dec 27, 2012 3:21:20 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680197> <BEA-001517> <Data source connection pool "EDNLocalTxDataSource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".> ####<Dec 27, 2012 3:21:20 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639680199> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685354> <BEA-001516> <Data source connection pool "EDNDataSource" connected to Database: "Oracle", Version: "Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production".> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685357> <BEA-001517> <Data source connection pool "EDNDataSource" using Driver: "Oracle JDBC driver", Version: "11.2.0.3.0".> ####<Dec 27, 2012 3:21:25 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-01EB3006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639685725> <BEA-000628> <Created "1" resources for pool "EDNDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:26 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639686967> <BEA-000628> <Created "1" resources for pool "EDNLocalTxDataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:27 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639687182> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:21:53 PM EST> <Info> <Health> <02HW7885> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000005b> <1356639713948> <BEA-310002> <48% of the total memory in the server is free>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-0000000000000199> <1356639969105> <BEA-001128> <Connection for pool "SOALocalTxDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019b> <1356639969210> <BEA-001128> <Connection for pool "mds-owsm" has been closed.>
    ####<Dec 27, 2012 3:26:09 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019c> <1356639969547> <BEA-001128> <Connection for pool "mds-soa" has been closed.>
    ####<Dec 27, 2012 3:26:12 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-000000000000019e> <1356639972467> <BEA-001128> <Connection for pool "BAMDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a5> <1356639974047> <BEA-001128> <Connection for pool "OraSDPMDataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a6> <1356639974063> <BEA-001128> <Connection for pool "SOADataSource" has been closed.>
    ####<Dec 27, 2012 3:26:14 PM EST> <Info> <JDBC> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001a6> <1356639974067> <BEA-001128> <Connection for pool "SOADataSource" has been closed.>
    ####<Dec 27, 2012 3:26:20 PM EST> <Info> <Common> <02HW7885> <AdminServer> <MDSPollingThread-[owsm, jdbc/mds/owsm]> <<anonymous>> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356639980480> <BEA-000628> <Created "1" resources for pool "mds-owsm", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:26:47 PM EST> <Info> <Common> <02HW7885> <AdminServer> <[ACTIVE] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-08523006F7753057A4BD> <ed38257845d908ab:3d40c03e:13bddfd14cb:-8000-00000000000001cc> <1356640007149> <BEA-000628> <Created "1" resources for pool "OraSDPMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:26:58 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Workmanager: , Version: 0, Scheduled=false, Started=false, Wait time: 0 ms
    <<anonymous>> <BEA1-08933006F775> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356640018757> <BEA-000628> <Created "1" resources for pool "SOADataSource", out of which "1" are available and "0" are unavailable.> ####<Dec 27, 2012 3:28:10 PM EST> <Info> <Common> <02HW7885> <AdminServer> <Authenticator> <OracleSystemUser> <> <0000JjTzUcDDkZWFLzvH8A1GrAh8000002> <1356640090063> <BEA-000628> <Created "1" resources for pool "BAMDataSource", out of which "1" are available and "0" are unavailable.>
    ####<Dec 27, 2012 3:28:53 PM EST> <Info> <Health> <02HW7885> <AdminServer> <weblogic.GCMonitor> <<anonymous>> <> <ed38257845d908ab:3d40c03e:13
    I am not seeing any errors, but still I am unable to start server.
    Any suggestions would be appreciated.

  • Sql services are not able to start in server

    We have rebooted inactive the server due to rolling maintenance.
    Sql is not running and sql services are not able to start. Getting the below error message while starting the services.
    please suggest how to fix?

    Could you try:
    To resolve the problem, use these steps:
    Change the startup account of both the MSSQLSERVER and SQLServerAgent to use the Local System account.
    Restart the computer.
    https://support.microsoft.com/en-us/kb/307288
    Or check  NetLogon service is running

  • I am not able to start the server

    Hi all,
    This looks like straight forward but.. even after changing the port at http-web-site.xml i am not able to start. Could you please help me out in this..
    C:\10g\oas\j2ee\home>java -jar oc4j.jar
    10/04/20 03:02:26 Error starting HTTP-Server: Address already in use: JVM_Bind
    10/04/20 03:02:26 Unable to register the NameService:
    10/04/20 03:02:26 Error starting up the IIOPService ..
    10/04/20 03:02:26 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0)
    initialized
    Thanks in advance..

    Hi,
    iWS4.1sp9 is not supported(tested) in Win2000 server..
    check the link :-
    http://docs.iplanet.com/docs/manuals/enterprise/41/rn41sp9.html#17605
    iWS 6.0 version his supported for Win2000 server.
    check the link:-
    http://docs.iplanet.com/docs/manuals/enterprise/60sp2/rn60sp2.html#36474
    Thanks,
    Daks.

  • Not able to start Managed server using nohup command and failed to authenticate weblogic user

    Hi,
    I stopped weblogic Admin server, managed server and opmnctl. and restarted Admin server successfully but I'm able to start managed start without nohup command. if I use nohup command then it's not able to get authenticate and faild to start managed server. I created boot.property file with weblogic user name and password still not working. is there anyother way to suppy login credentials for managed server?
    how can I supply login credentials in below command?
    nohup ./startManagedWebLogic.sh bi_server1 t3://machine:7001 > bis1_startup.log &
    Appreciate you for your help
    Thanks
    Jay.

    /app/obiee_11g/Oracle_BI1/jdk/bin/java -server -Xms256m -Xmx1024m -XX:MaxPermSize=512m -XX:-UseSSE42Intrinsics -Dweblogic.Name=bi_server1 -Djava.security.policy=/app/obiee_11g/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/app/obiee_11g/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/app/obiee_11g/wlserver_10.3 -Dwls.home=/app/obiee_11g/wlserver_10.3/server -Dweblogic.home=/app/obiee_11g/wlserver_10.3/server -Dcommon.components.home=/app/obiee_11g/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/obiee_11g/user_projects/domains/bifoundation_domain -Djrockit.optfile=/app/obiee_11g/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/fmwconfig/servers/bi_server1 -Doracle.domain.config.dir=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/fmwconfig/carml -Digf.arisidstack.home=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/obiee_11g/user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/obiee_11g/oracle_common/modules/oracle.ossoiap_11.1.1,/app/obiee_11g/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dbi.oracle.home=/app/obiee_11g/Oracle_BI1 -DEPM_ORACLE_HOME=/app/obiee_11g/Oracle_BI1 -Dweblogic.MaxMessageSize=50000000 -DEPM_ORACLE_HOME=/app/obiee_11g/Oracle_BI1 -DHYPERION_HOME=/app/obiee_11g/Oracle_BI1 -DEPM_ORACLE_INSTANCE=novalue -Dhyperion.home=/app/obiee_11g/Oracle_BI1 -DEPM_REG_PROPERTIES_PATH=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/fmwconfig -Depm.useApplicationContextId=false -Doracle.biee.search.bisearchproperties=/app/obiee_11g/Oracle_BI1/bifoundation/jee/BISearchConfig.properties -Dweblogic.management.clearTextCredentialAccessEnabled=true -Doracle.notification.filewatching.interval=2000 -Dweblogic.security.SSL.ignoreHostnameVerification=true -Dweblogic.security.SSL.enableJSSE=true -Dfile.encoding=utf-8 -Doracle.ecsf.security.service=oracle.biee.search.security.BISearchSecurityService -Doracle.ecsf.configuration.class=oracle.biee.search.services.BISearchServiceConfiguration -Dxdo.server.config.dir=/app/obiee_11g/user_projects/domains/bifoundation_domain/config/bipublisher -DXDO_FONT_DIR=/app/obiee_11g/Oracle_BI1/common/fonts -Drtd.instanceName=RTD_bi_server1 -Dem.oracle.home=/app/obiee_11g/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=01scqabi01.natusmed.natus.com:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/app/obiee_11g/patch_wls1035/profiles/default/sysext_manifest_classpath weblogic.Server
    <Nov 17, 2013 12:24:00 AM 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>
    <Nov 17, 2013 12:24:00 AM 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>
    <Nov 17, 2013 12:24:01 AM PST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 20.10-b01 from Sun Microsystems Inc.>
    <Nov 17, 2013 12:24:07 AM PST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
    Enter username to boot WebLogic server:Error: Failed to get value from Standard Input
    Enter password to boot WebLogic server:
    <Nov 17, 2013 12:24:07 AM PST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 2011 1398638 >
    <Nov 17, 2013 12:24:09 AM PST> <Error> <Configuration Management> <BEA-150021> <The admin server failed to authenticate the identity of the user starting the managed server. The reason for the error is .>
    <Nov 17, 2013 12:24:09 AM PST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://01scqabi01.natusmed.natus.com:7001.>
    <Nov 17, 2013 12:24:09 AM PST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Nov 17, 2013 12:24:09 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Nov 17, 2013 12:24:09 AM PST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Nov 17, 2013 12:24:09 AM PST> <Notice> <Log Management> <BEA-170019> <The server log file /app/obiee_11g/user_projects/domains/bifoundation_domain/servers/bi_server1/logs/bi_server1.log is opened. All server side log events will be written to this file.>
    <Nov 17, 2013 12:24:19 AM PST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 17, 2013 12:24:20 AM PST> <Critical> <Security> <BEA-090403> <Authentication for user denied>
    <Nov 17, 2013 12:24:20 AM PST> <Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user denied
    weblogic.security.SecurityInitializationException: Authentication for user denied
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    Truncated. see log file for complete stacktrace
    Caused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User javax.security.auth.login.LoginException: [Security:090301]Password Not Supplied
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    Truncated. see log file for complete stacktrace
    >
    <Nov 17, 2013 12:24:20 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    <Nov 17, 2013 12:24:20 AM PST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
    <Nov 17, 2013 12:24:20 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>

  • Not able to start admin server

    I am getting this error when ever i am trying to start weblogic server
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=
    48m -XX:MaxPermSize=128m
    WLS Start Mode=Development
    CLASSPATH=D:\app\Oracle\MIDDLE~1\patch_wls1032\profiles\default\sys_manifest_cla
    sspath\weblogic_patch.jar;D:\app\Oracle\MIDDLE~1\patch_oepe1032\profiles\default
    \sys_manifest_classpath\weblogic_patch.jar;D:\app\Oracle\MIDDLE~1\JDK160~1.5-3\l
    ib\tools.jar;D:\app\Oracle\MIDDLE~1\utils\config\10.3\config-launch.jar;D:\app\O
    racle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\app\Oracle\MIDDLE~1\WLSE
    RV~1.3\server\lib\weblogic.jar;D:\app\Oracle\MIDDLE~1\modules\features\weblogic.
    server.modules_10.3.2.0.jar;D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webserv
    ices.jar;D:\app\Oracle\MIDDLE~1\modules\ORGAPA~1.0/lib/ant-all.jar;D:\app\Oracle
    \MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;D:\app\Oracle\MIDDLE~1\WLSERV
    ~1.3\common\eval\pointbase\lib\pbclient57.jar;D:\app\Oracle\MIDDLE~1\WLSERV~1.3\
    server\lib\xqrl.jar
    PATH=D:\app\Oracle\MIDDLE~1\patch_wls1032\profiles\default\native;D:\app\Oracle\
    MIDDLE~1\patch_oepe1032\profiles\default\native;D:\app\Oracle\MIDDLE~1\WLSERV~1.
    3\server\native\win\32;D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server\bin;D:\app\Oracl
    e\MIDDLE~1\modules\ORGAPA~1.0\bin;D:\app\Oracle\MIDDLE~1\JDK160~1.5-3\jre\bin;D:
    \app\Oracle\MIDDLE~1\JDK160~1.5-3\bin;D:\app\291188\product\11.2.0\dbhome_1\bin;
    C:\Program Files\CA\SC\CAWIN\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32
    \Wbem;C:\Program Files\Intel\DMIX;C:\PROGRA~1\CA\SC\CAM\bin;C:\Program Files\CA\
    DSM\bin;D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * 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_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
    Starting WLS with line:
    D:\app\Oracle\MIDDLE~1\JDK160~1.5-3\bin\java -client -Xms256m -Xmx512m -XX:Com
    pileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=AdminS
    erver -Djava.security.policy=D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblog
    ic.policy -Xverify:none -da -Dplatform.home=D:\app\Oracle\MIDDLE~1\WLSERV~1.3
    -Dwls.home=D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\app\Oracl
    e\MIDDLE~1\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterat
    iveDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\app\
    Oracle\MIDDLE~1\patch_wls1032\profiles\default\sysext_manifest_classpath;D:\app\
    Oracle\MIDDLE~1\patch_oepe1032\profiles\default\sysext_manifest_classpath weblo
    gic.Server
    <Oct 13, 2010 10:53:42 AM IST> <Info> <WebLogicServer> <BEA-000377> <Starting We
    bLogic Server with Java HotSpot(TM) Client VM Version 14.0-b16 from Sun Microsys
    tems Inc.>
    <Oct 13, 2010 10:53:47 AM IST> <Info> <Management> <BEA-141107> <Version: WebLog
    ic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    <Oct 13, 2010 10:53:49 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server st
    ate changed to STARTING>
    <Oct 13, 2010 10:53:49 AM IST> <Info> <WorkManager> <BEA-002900> <Initializing s
    elf-tuning thread pool>
    <Oct 13, 2010 10:53:49 AM IST> <Notice> <LoggingService> <BEA-320400> <The log f
    ile D:\app\Oracle\Middleware\user_projects\domains\domain1\servers\AdminServer\l
    ogs\AdminServer.log will be rotated. Reopen the log file if tailing has stopped.
    This can happen on some platforms like Windows.>
    <Oct 13, 2010 10:53:49 AM IST> <Notice> <LoggingService> <BEA-320401> <The log f
    ile has been rotated to D:\app\Oracle\Middleware\user_projects\domains\domain1\s
    ervers\AdminServer\logs\AdminServer.log00003. Log messages will continue to be l
    ogged in D:\app\Oracle\Middleware\user_projects\domains\domain1\servers\AdminSer
    ver\logs\AdminServer.log.>
    <Oct 13, 2010 10:53:49 AM IST> <Notice> <Log Management> <BEA-170019> <The serve
    r log file D:\app\Oracle\Middleware\user_projects\domains\domain1\servers\AdminS
    erver\logs\AdminServer.log is opened. All server side log events will be written
    to this file.>
    <Oct 13, 2010 10:53:55 AM IST> <Error> <Security> <BEA-090870> <The realm "myrea
    lm" failed to be loaded: weblogic.security.service.SecurityServiceException: com
    .bea.common.engine.ServiceInitializationException: weblogic.security.spi.Provide
    rInitializationException: A failure occurred attempting to load LDIF for provide
    r Authorizer from file D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthori
    zerInit.ldift..
    weblogic.security.service.SecurityServiceException: com.bea.common.engine.Servic
    eInitializationException: weblogic.security.spi.ProviderInitializationException:
    A failure occurred attempting to load LDIF for provider Authorizer from file D:
    \app\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itializeRealm(CommonSecurityServiceManagerDelegateImpl.java:465)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.lo
    adRealm(CommonSecurityServiceManagerDelegateImpl.java:840)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itializeRealms(CommonSecurityServiceManagerDelegateImpl.java:869)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itialize(CommonSecurityServiceManagerDelegateImpl.java:1028)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:875)
    Truncated. see log file for complete stacktrace
    Caused By: com.bea.common.engine.ServiceInitializationException: weblogic.securi
    ty.spi.ProviderInitializationException: A failure occurred attempting to load LD
    IF for provider Authorizer from file D:\app\Oracle\MIDDLE~1\WLSERV~1.3\server\li
    b\XACMLAuthorizerInit.ldift.
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(S
    erviceEngineImpl.java:365)
    at com.bea.common.engine.internal.ServiceEngineImpl.findOrStartService(S
    erviceEngineImpl.java:315)
    at com.bea.common.engine.internal.ServiceEngineImpl.lookupService(Servic
    eEngineImpl.java:257)
    at com.bea.common.engine.internal.ServicesImpl.getService(ServicesImpl.j
    ava:72)
    at weblogic.security.service.CSSWLSDelegateImpl.getService(CSSWLSDelegat
    eImpl.java:156)
    Truncated. see log file for complete stacktrace
    Caused By: weblogic.security.spi.ProviderInitializationException: A failure occu
    rred attempting to load LDIF for provider Authorizer from file D:\app\Oracle\MID
    DLE~1\WLSERV~1.3\server\lib\XACMLAuthorizerInit.ldift.
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadFullLDIFTempl
    ate(BootStrapServiceImpl.java:900)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFTemplate(
    BootStrapServiceImpl.java:678)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFXACMLAuth
    orizerTemplate(BootStrapServiceImpl.java:173)
    at com.bea.common.store.bootstrap.BootStrapServiceImpl.loadLDIFXACMLAuth
    orizerTemplate(BootStrapServiceImpl.java:157)
    at com.bea.common.security.internal.service.BootStrapServiceImpl.loadLDI
    FXACMLAuthorizerTemplate(BootStrapServiceImpl.java:106)
    Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 fatal store error> kodo.jdo.Fa
    talDataStoreException: The transaction has been rolled back. See the nested exc
    eptions for details on the errors that occurred.
    at org.apache.openjpa.kernel.BrokerImpl.newFlushException(BrokerImpl.jav
    a:2170)
    at org.apache.openjpa.kernel.BrokerImpl.flush(BrokerImpl.java:2017)
    at org.apache.openjpa.kernel.BrokerImpl.flushSafe(BrokerImpl.java:1915)
    at org.apache.openjpa.kernel.BrokerImpl.beforeCompletion(BrokerImpl.java
    :1833)
    at org.apache.openjpa.kernel.LocalManagedRuntime.commit(LocalManagedRunt
    ime.java:81)
    Truncated. see log file for complete stacktrace
    Caused By: <openjpa-1.1.1-SNAPSHOT-r422266:807362 nonfatal store error> kodo.jdo
    .DataStoreException: ORA-00942: table or view does not exist
    {prepstmnt 25551189 INSERT INTO BEAXACMLAP (DOMN, REALMN, TYPEN, CN, XVER, CTS,
    WCN, WCI, WXF, XD, XS, MTS) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params
    =(String) domain1, (String) myrealm, (String) Policies, (String) urn:bea:xacml:2
    .0:entitlement:resource:type@E@Fjndi@G@M@Oapplication..., (String) 1.0, (null) n
    ull, (null) null, (null) null, (Blob) oracle.sql.BLOB@18ed284, (InputStream) jav
    a.io.ByteArrayInputStream@19eef79, (String) 3, (Timestamp) 2010-10-13 10:53:55.7
    15] [reused=0]} [code=942, state=42000]
    FailedObject: [email protected]a
    3
    at org.apache.openjpa.jdbc.sql.DBDictionary.narrow(DBDictionary.java:420
    7)
    at org.apache.openjpa.jdbc.sql.DBDictionary.newStoreException(DBDictiona
    ry.java:4171)
    at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java
    :102)
    at org.apache.openjpa.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java
    :72)
    at kodo.jdbc.kernel.BatchingPreparedStatementManager.flushInternal(Batch
    ingPreparedStatementManager.java:214)
    Truncated. see log file for complete stacktrace
    Caused By: org.apache.openjpa.lib.jdbc.ReportingSQLException: ORA-00942: table o
    r view does not exist
    {prepstmnt 25551189 INSERT INTO BEAXACMLAP (DOMN, REALMN, TYPEN, CN, XVER, CTS,
    WCN, WCI, WXF, XD, XS, MTS) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [params
    =(String) domain1, (String) myrealm, (String) Policies, (String) urn:bea:xacml:2
    .0:entitlement:resource:type@E@Fjndi@G@M@Oapplication..., (String) 1.0, (null) n
    ull, (null) null, (null) null, (Blob) oracle.sql.BLOB@18ed284, (InputStream) jav
    a.io.ByteArrayInputStream@19eef79, (String) 3, (Timestamp) 2010-10-13 10:53:55.7
    15] [reused=0]} [code=942, state=42000]
    at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.wrap(LoggingCo
    nnectionDecorator.java:192)
    at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator.access$700(Log
    gingConnectionDecorator.java:57)
    at org.apache.openjpa.lib.jdbc.LoggingConnectionDecorator$LoggingConnect
    ion$LoggingPreparedStatement.executeUpdate(LoggingConnectionDecorator.java:866)
    at org.apache.openjpa.lib.jdbc.DelegatingPreparedStatement.executeUpdate
    (DelegatingPreparedStatement.java:269)
    at org.apache.openjpa.jdbc.kernel.JDBCStoreManager$CancelPreparedStateme
    nt.executeUpdate(JDBCStoreManager.java:1398)
    Truncated. see log file for complete stacktrace
    >
    <Oct 13, 2010 10:53:55 AM IST> <Notice> <Security> <BEA-090082> <Security initia
    lizing using security realm myrealm.>
    <Oct 13, 2010 10:53:55 AM IST> <Critical> <WebLogicServer> <BEA-000362> <Server
    failed. Reason:
    There are 1 nested errors:
    weblogic.security.service.SecurityServiceRuntimeException: [Security:090399]Secu
    rity Services Unavailable
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.do
    BootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:916)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.in
    itialize(CommonSecurityServiceManagerDelegateImpl.java:1050)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityS
    erviceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <Oct 13, 2010 10:53:55 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server st
    ate changed to FAILED>
    <Oct 13, 2010 10:53:55 AM IST> <Error> <WebLogicServer> <BEA-000383> <A critical
    service failed. The server will shut itself down>
    <Oct 13, 2010 10:53:55 AM IST> <Notice> <WebLogicServer> <BEA-000365> <Server st
    ate changed to FORCE_SHUTTING_DOWN>

    Oracle WebLogic Server 11g uses a built in production quality (limited in capacity) LDAP server to store user authorization information such as roles, credentials etc. You can also use an external RDBMS instead of the built in LDAP server. Using the RDBMS security store is highly recommended by Oracle in some situations, especially in a cluster environment (for using SAML 2.0 services).
    If you choose to use the RDBMS Security Store, you can configure the security store either through the Configuration Wizard or through WLST at the command line.
    The problem arises because the underlying database has not been configured (or not configured correctly). If you're going to use the RDMBS security store (instead of the default LDAP server), please do the following:
    1. First, make sure you test the database connection on the Configuration Wizard page (Look at the right hand top corner for the button that tests the connection).
    2. Create necessary RDBMS tables in the Security Datastore. I understand others in this thread have suggested this option. However, I want to emphasize that you must log in as the same user you've used as the user name to test your RDBMS connection (I used system as the user name) in Step 1 and run the following script:
    $ @WL_HOME\server\lib\rdbms_security_store_oracle.sql (I'm using Oracle as an example - there are similar scripts for DB2, MS SQL Server).
    The script will create about 30 or so tables. You can log out of the DB at this point.
    3. Start up the Admin Server. It should start correctly now.
    Hope this helps!
    Thanks! Sam
    sam alapati
    [email protected]
    Edited by: user10463043 on Nov 9, 2010 4:38 PM
    Edited by: user10463043 on Nov 9, 2010 4:39 PM
    Edited by: user10463043 on Nov 9, 2010 4:40 PM

  • Not able to start Coherence Server on Unix environment

    Hi,
    I am trying to configure Coherence-Web on Weblogic server on Unix. But when i try to start the server getting the below error.
    I am tried with Coherence 3.7.1 but say Bad class version so then tried with Coherence 3.6.1
    And i used the below commond to run the server.
    java -Xms128m -Xmx128m -Dcom.sun.management.jmxremote -Dtangosol.coherence.management=all -Dtangosol.coherence.management.remote=true -cp "$COHERENCE_HOME/lib/coherence.jar:$COHERENCE_HOME/lib/coherence-web-spi.war" -Dtangosol.coherence.cacheconfig=session-cache-config.xml com.tangosol.net.DefaultCacheServer
    2013-03-22 13:08:23.245/4.372 Oracle Coherence GE 3.6.1.0 <Info> (thread=main, member=n/a): Loaded Reporter configuration from "jar:file:$COHERENCE_HOME/lib/coherence.jar!/reports/report-group.xml"
    Exception in thread "main" (Wrapped: Failed to load the factory) java.lang.reflect.InvocationTargetException
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.net.DefaultCacheFactoryBuilder.getDefaultFactory(DefaultCacheFactoryBuilder.java:419)
    at com.tangosol.net.DefaultCacheFactoryBuilder.getSingletonFactory(DefaultCacheFactoryBuilder.java:113)
    at com.tangosol.net.DefaultCacheFactoryBuilder.getFactory(DefaultCacheFactoryBuilder.java:173)
    at com.tangosol.net.DefaultCacheFactoryBuilder.getConfigurableCacheFactory(DefaultCacheFactoryBuilder.java:149)
    at com.tangosol.net.CacheFactory.getConfigurableCacheFactory(CacheFactory.java:657)
    at com.tangosol.net.DefaultCacheServer.getDefaultConfigurableCacheFactory(DefaultCacheServer.java:364)
    at com.tangosol.net.DefaultCacheServer.main(DefaultCacheServer.java:197)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    at com.tangosol.util.ClassHelper.newInstance(ClassHelper.java:662)
    at com.tangosol.net.DefaultCacheFactoryBuilder.getDefaultFactory(DefaultCacheFactoryBuilder.java:381)
    ... 6 more
    Caused by: (Wrapped: Failed to load cache configuration: session-cache-config.xml) java.io.IOException: The cache configuration is missing: "session-cache-config.xml", loader=null
    at com.tangosol.util.Base.ensureRuntimeException(Base.java:293)
    at com.tangosol.run.xml.XmlHelper.loadResourceInternal(XmlHelper.java:330)
    at com.tangosol.run.xml.XmlHelper.loadFileOrResource(XmlHelper.java:281)
    at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfig(DefaultConfigurableCacheFactory.java:396)
    at com.tangosol.net.DefaultConfigurableCacheFactory.loadConfig(DefaultConfigurableCacheFactory.java:382)
    at com.tangosol.net.DefaultConfigurableCacheFactory.<init>(DefaultConfigurableCacheFactory.java:148)
    ... 12 more
    Caused by: java.io.IOException: The cache configuration is missing: "session-cache-config.xml", loader=null
    at com.tangosol.run.xml.XmlHelper.loadResourceInternal(XmlHelper.java:316)
    ... 16 more
    I really appreciated the support.

    Hi
    This part of the stack trace...
    Caused by: (Wrapped: Failed to load cache configuration: session-cache-config.xml) java.io.IOException: The cache configuration is missing: "session-cache-config.xml"...would suggest that the file session-cache-config.xml is not on the classpath of your application.
    JK

  • Not able to start managed server from command prompt

    Hi,
    I am trying to start manged server from command prompt. The command i am using is as follows:
    startManagedWebLogic.cmd MS1 [http://]&lt;Listen_Address&gt;:&lt;Admin_port&gt;
    Where MS1 is the name of my managed server.
    But i am getting following exceptions:
    There are 1 nested errors:
    weblogic.management.ManagementException: Unable to obtain lock on C:\bea\user_pr
    ojects\domains\PB530Domain\servers\AdminServer\tmp\AdminServer.lok. Server may a
    lready be running
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.ja
    va:159)
    at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.ja
    va:58)
    at weblogic.management.internal.DomainDirectoryService.start(DomainDirec
    toryService.java:73)
    at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesMan
    ager.java:459)
    at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServ
    icesManager.java:164)
    at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:711)
    at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:482)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:440)
    at weblogic.Server.main(Server.java:67)
    >
    <Feb 10, 2009 6:48:16 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FAILED>
    <Feb 10, 2009 6:48:16 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical
    service failed. The server will shut itself down>
    <Feb 10, 2009 6:48:16 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FORCE_SHUTTING_DOWN>
    Please help me to resolve this issue.
    thanks,
    Sonal
    Edited by: [email protected] on Feb 10, 2009 5:16 AM

    Looking at your error message a little closer, I don't believe it has anything to do with port conflicts but rather that even though you are executing the startManagedWeblogic.cmd with your managed server name (MS1), the error indicates that it is trying to start the Admin Server (not MS1). Note in your error message the following: Unable to obtain lock on C:\bea\user_pr
    ojects\domains\PB530Domain\servers\AdminServer\tmp\AdminServer.lok. Server may a
    lready be running
    It is saying that it cannot start the Admin Server because it is already running (which is probably true in your case). Have you made any changes to the startManagedWeblogic.cmd or the startWeblogic.cmd scripts? I would start debugging there and try to figure out why the script is trying to start your admin server instead of MS1 as you requested on the cmd line.

  • Not able to start managed server

    Hi All,
    soa_suite 11.1.3.0, While starting managed server i am getting below errror,
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-01538: The default polic
    y provider was not found.
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<
    init>(PolicyDelegationController.java:273)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<
    init>(PolicyDelegationController.java:265)
            at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(Ja
    vaPolicyProvider.java:136)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
    orAccessorImpl.java:39)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-01538: The default policy provi
    der was not found.
            at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyS
    tore(PolicyUtil.java:705)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<
    init>(PolicyDelegationController.java:271)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<
    init>(PolicyDelegationController.java:265)
            at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(Ja
    vaPolicyProvider.java:136)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.JpsException: JPS-01514: The default context is m
    issing in jps-config.xml.
            at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.
    java:665)
            at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.
    java:650)
            at java.security.AccessController.doPrivileged(Native Method)
            at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyS
    tore(PolicyUtil.java:650)
            at oracle.security.jps.internal.policystore.PolicyDelegationController.<
    init>(PolicyDelegationController.java:271)
            Truncated. see log file for complete stacktrace
    Caused By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-00056
    : Failed to create identity store service instance idstore.ldap.provider:idstore
    .ldap. Reason: weblogic.security.service.SecurityServiceRuntimeException: Invali
    d host or port for admin server..
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.g
    etIdStoreConfig(LdapIdentityStoreProvider.java:228)
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.g
    etInstance(LdapIdentityStoreProvider.java:110)
            at oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider.g
    etInstance(LdapIdentityStoreProvider.java:61)
            at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.findServ
    iceInstance(ContextFactoryImpl.java:139)
            at oracle.security.jps.internal.core.runtime.ContextFactoryImpl.getConte
    xt(ContextFactoryImpl.java:170)
            Truncated. see log file for complete stacktrace
    >
    <Jun 10, 2013 8:38:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FAILED>
    <Jun 10, 2013 8:38:56 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical
    service failed. The server will shut itself down>
    <Jun 10, 2013 8:38:56 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to FORCE_SHUTTING_DOWN>
    Could anyone please help me out to resolve this??
    Thanks,
    Santosh M E

    Hi Santosh
    Looks like root cause is "Invalid host or port for admin server.." as shown in the above logs in the last lines. The way we start any Managed Server is from domain/bin folder,
    startManagedWeblogic nameofmanagedserver adminhost:adminport (Example: startManagedWeblogic soa_server1 http://localhost:7001). Now, if the last part is NOT mentioned, basically it takes default host as localhost and default port as 7001. Say for example if you do have Admin Server running at localhost and at 7001, then just startManagedWeblogic.cmd sao_server1 will work. BUT if your AdminServer is on different machine or if AdminPort is NOT 7001, then it will fail. So I am guessing, mostly your admin port may not be 7001. Open Config.xml file under your domain/config folder and there you can see details for adminserver (host, port), soa_server1 (host, port etc).
    If AdminServer is NOT running at 7001, then you had to use command like this: startManagedWeblogic.cmd nameofmanagedserver adminhost:adminport
    Thanks
    Ravi Jegga

  • Not able to start Service/Server

    HI,
    I realize that the folder sharing tab is missing due to disabled Server service. I m trying to activate it but it returns error 193: 0xc1
    Is there a fix around?
    Thanks!

    Check the dependences. Either any servis that the trouble making service has problem with has problem to start, or you have not appropriate rings. There is atrick for the case of not having appropriate rights that you start service with elevated SYSTEM rights
    with the help of scheduled task.
    Some inspirations
    https://social.technet.microsoft.com/Forums/en-US/5ba43477-9626-4fdf-872a-d3ecd12835c5/windows-could-not-start-the-server-service-on-local-computer-error-1930xc1?forum=winserverNIS
    http://answers.microsoft.com/en-us/windows/forum/windows_7-hardware/error-193-0xc1-when-trying-to-start-windows-audio/77795eee-56c3-468d-b32c-be5987797dec
    http://kb.gfi.com/articles/Skynet_Article/Error-193-0xc1-Service-fails-to-start
    ... to name few.
    Regards
    Milos

  • Not able to start BI Server on AIX 6. Getting Locale error

    Hi,
    I have a fresh installation of OBIEE 10.2 on AIX 6 server. The installation went successfully and all the prechecks were successful with one warning about AIX release. Which I believe we can ignore as AIX 6 recently been released way long after release of OBIEE.
    I am trying to start BI Server service using following command from /<OBIEE Home/Setup location
    run-sa.sh start
    This is failing with following error: -
    nqserror: 46166] The locale en_US.UTF-8 needs to be installed on the machine for Oracle BI locale settings English-USA specified in NQConfig.INI
    I checked with server admin about installation of UTF-8 lib and they confirmed that it is already available and isntalled.
    Please help to comment if you may have faced similar issues for troubleshooting or recovery.
    Thanks a lot in advance!!!
    ~Arun

    Guys -
    Finally I got this running. The only thing we need to do is to install language pack for UTF charset.
    Thanks,
    Arun

  • Not able to start SOA managed server first time with node manager by WLST

    Hi all,
    I have created a SOA11g domain. Then using WLST utility I have started the Node Manager.
    Then from WLST prompt I have connected to the Node Manager & started the Admin Server successfully.
    But when ever I am starting the SOA manager server using WLST it's throwing the following error in WLST page : -
    Error Starting server soa_server1: weblogic.nodemanager.NMException: Exception while starting server 'soa_server1'
    In server log file I am getting the following error : -
    Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user denied
    weblogic.security.SecurityInitializationException: Authentication for user denied
    I am getting this problem only when I am trying to start the domain for the first time after domain creation using WLST/nodemanager.
    If I start & stop the SOA managed server from EM console & then try to start it aging from WLST/NodeManager then it's work fine.
    Can anyone please tell me what can be the issue?
    Thanks in Advance!!!
    Edited by: 008 on Dec 6, 2012 7:53 PM

    Hi,
    I am getting this problem only when I am trying to start the domain for the first time after domain creation using WLST/nodemanager.
    If I start & stop the SOA managed server from EM console & then try to start it aging from WLST/NodeManager then it's work fine.When you a server for the first time by using console or startManagedWeblogic.cmd, a file boot.properties is created under %DOMAIN_HOME%\servers\soa_server2\data\nodemanager...
    The WLST/Nodemanager approach doesn't create the file so it won't work for the first start... But it will work just fine from the second on...
    I've never tried, but you can try and create the boot.properties manually in your script with the following content... Password should be encrypted after the first successful start...
    username=type-the-username-here
    password=type-the-password-here
    Cheers,
    Vlad

  • Not able to start oms server

    Hi,
    I am using EM11GCR1. My OMS server was working fine. But now, when I give the following command to start, it does not start.
    emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is Down
    Note:
    I have tried out the sequence of stopping/starting, listener control, bring down/bringing up database, agent. But it does not help out.
    The system has enough memory also.
    What could have been wrong and where I need to debug? This was a running setup.
    Thanks,
    Guru

    Pls goto $OMS_HOME/sysman/log
    and check log/trace files there,post the error message repotred.
    Thanks...

  • Not able to start HTTP server

    Hi,
    I am trying to startup the http server using command:
    dcmctl start -ct ohs
    but it is hanging every time I try.
    I found a warning message in dcm log about multiple DCM processes manager detected.
    Any Idea?.
    I tried dcmctl shutdown -force to stop any previous process but it is hanging too.
    Any help is appreciated

    Have you checked that the ons.log file eg $ORACLE_HOME/opmn/logs/ons.log
    does not exceed 2G.
    If it does it stops dmctl starting the HTTP processes.
    $mv ons.log ons.log.old
    it will create a new ons.log file upon starting dcmctl.
    Make a cron job to daily change this log to old and remove it after a week/month according to your schedules.
    Tony Kaye

  • Not able to start weblogic server 10.1 getting the error

    Hi,
    I have installed weblogic 10 on solaris 8. when i am trying to start the application i am getting the following error.
    Unable to load performance pack. Using Java I/O instead. Please ensure that a native performance library is in:
    '/10/wl/jdk150_11/jre/lib/sparc/server:/10/wl/jdk150_11/jre/lib/sparc:/10/wl/jdk150_11/jre/../lib/sparc:/ora001/product/9.2.0.5/lib32:/wl/weblogic/wlserver_10.0/server/native/solaris/sparc:/wl/weblogic/wlserver_10.0/server/native/solaris/sparc/oci920_8:/epy00q10/wl_r43a/weblogic/wlserver_10.0/server/native/solaris/sparc:/10/wl/weblogic/wlserver_10.0/server/native/solaris/sparc/oci920_8:/usr/lib'
    Please let me know if you got the similar problem as well as solution.
    thx

    To connect WebLogic Server instances with Coherence clusters, coherence.jar must be referenced from applications in one of the following ways:
    EAR scoped: Referenced as a shared library in weblogic-application.xml (recommended) or embedded in APP-INF/lib
    WAR scoped: Embedded in an application in WEB-INF/lib
    Server scoped: Can be put on the system classpath
    Can you try to set the coherence.jar in the classpath of the new managed server node (i.e in the startup script) and start the new managed server instance?
    Thanks,
    Vijaya

Maybe you are looking for

  • In PeopleSoft Record PCMTXT -OBJECTID1

    Hi All, In PeopleCode text Record , ObjectId1 value represent seperate codes to object types. Do any one help to list the total number of ObjectId1 distict values and its respective object type name?

  • Error Stack Monitoring.

    Hi In my BI system, i am using lot of DSOs and required to use error stack for most of them. What i know that each DSO has its own error stack table, but daily i can't check all the requests or error stack tables. I am looking for 1 centralized Error

  • Mail triggered for a PO which is old dated

    Dear Experts, I got a problem, Purchase order is way back ( created in 2008 April) and so far GR is not taken place. But all of a sudden user got the auto mail saying that for this PO GR is expected. How this message can trigger when PO is created lo

  • I need help and can't find anywhere

    To reload and display correctly the firmware on my equipment Posted by WebUser Carlos Lopez from Cisco Support Community App]]>

  • How to stop junk mail entering my email

    How do I stop junk email from entering my email?