SOA - Error Starting SOA

Please, can someone suggest me on this error, occuring when starting SOA.
*<Feb 8, 2013 2:56:08 PM WIT> <Error> <oracle.sdp.messaging.driver.email> <SDP-26123> <Could not initialize Email Store for user [email protected] >*
*<Feb 8, 2013 2:56:08 PM WIT> <Error> <oracle.sdp.messaging.driver.email> <SDP-25700> <An unexpected exception was caught.*
javax.mail.MessagingException: Connect failed;
nested exception is:
*     javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target*
     at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:161)
     at javax.mail.Service.connect(Service.java:288)
     at javax.mail.Service.connect(Service.java:169)
     at oracle.sdpinternal.messaging.driver.email.Pop3EmailStore.initStore(Pop3EmailStore.java:183)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.initReceivers(EmailResourceAdapter.java:1110)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.loadIncomingServerConfig(EmailResourceAdapter.java:1025)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.<init>(EmailResourceAdapter.java:1008)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.startDriver(EmailResourceAdapter.java:241)
     at oracle.sdp.messaging.driver.DriverResourceAdapterBase.start(DriverResourceAdapterBase.java:293)
     at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.java:980)
     at weblogic.connector.common.RAInstanceManager.initialize(RAInstanceManager.java:1195)
     at weblogic.connector.common.RAInstanceManager.<init>(RAInstanceManager.java:356)
     at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:198)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
     at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
     at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
     at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
     at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
     at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1649)
     at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241)
     at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1206)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
     at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
     at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
     at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
     at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
     at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
     at java.io.DataInputStream.readLine(DataInputStream.java:496)
     at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:360)
     at com.sun.mail.pop3.Protocol.<init>(Protocol.java:104)
     at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:214)
     at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:157)
     at javax.mail.Service.connect(Service.java:288)
     at javax.mail.Service.connect(Service.java:169)
     at oracle.sdpinternal.messaging.driver.email.Pop3EmailStore.initStore(Pop3EmailStore.java:183)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.initReceivers(EmailResourceAdapter.java:1110)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.loadIncomingServerConfig(EmailResourceAdapter.java:1025)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.<init>(EmailResourceAdapter.java:1008)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.startDriver(EmailResourceAdapter.java:241)
     at oracle.sdp.messaging.driver.DriverResourceAdapterBase.start(DriverResourceAdapterBase.java:293)
     at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.java:980)
     at weblogic.connector.common.RAInstanceManager.initialize(RAInstanceManager.java:1195)
     at weblogic.connector.common.RAInstanceManager.<init>(RAInstanceManager.java:356)
     at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:198)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
     at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
     at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
     at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
     at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:323)
     at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
     at sun.security.validator.Validator.validate(Validator.java:218)
     at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
     at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
     at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
     at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
     at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
     at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
     at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
     at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
     at java.io.DataInputStream.readLine(DataInputStream.java:496)
     at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:360)
     at com.sun.mail.pop3.Protocol.<init>(Protocol.java:104)
     at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:214)
     at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:157)
     at javax.mail.Service.connect(Service.java:288)
     at javax.mail.Service.connect(Service.java:169)
     at oracle.sdpinternal.messaging.driver.email.Pop3EmailStore.initStore(Pop3EmailStore.java:183)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.initReceivers(EmailResourceAdapter.java:1110)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.loadIncomingServerConfig(EmailResourceAdapter.java:1025)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.<init>(EmailResourceAdapter.java:1008)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.startDriver(EmailResourceAdapter.java:241)
     at oracle.sdp.messaging.driver.DriverResourceAdapterBase.start(DriverResourceAdapterBase.java:293)
     at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.java:980)
     at weblogic.connector.common.RAInstanceManager.initialize(RAInstanceManager.java:1195)
     at weblogic.connector.common.RAInstanceManager.<init>(RAInstanceManager.java:356)
     at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:198)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
     at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
     at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
     at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
     at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused By: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
     at sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:174)
     at java.security.cert.CertPathBuilder.build(CertPathBuilder.java:238)
     at sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:318)
     at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:217)
     at sun.security.validator.Validator.validate(Validator.java:218)
     at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:126)
     at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:209)
     at com.sun.net.ssl.internal.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:249)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1185)
     at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136)
     at com.sun.net.ssl.internal.ssl.Handshaker.processLoop(Handshaker.java:593)
     at com.sun.net.ssl.internal.ssl.Handshaker.process_record(Handshaker.java:529)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:893)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1138)
     at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:753)
     at com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
     at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
     at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
     at java.io.DataInputStream.readLine(DataInputStream.java:496)
     at com.sun.mail.pop3.Protocol.simpleCommand(Protocol.java:360)
     at com.sun.mail.pop3.Protocol.<init>(Protocol.java:104)
     at com.sun.mail.pop3.POP3Store.getPort(POP3Store.java:214)
     at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:157)
     at javax.mail.Service.connect(Service.java:288)
     at javax.mail.Service.connect(Service.java:169)
     at oracle.sdpinternal.messaging.driver.email.Pop3EmailStore.initStore(Pop3EmailStore.java:183)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.initReceivers(EmailResourceAdapter.java:1110)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.loadIncomingServerConfig(EmailResourceAdapter.java:1025)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter$Worker.<init>(EmailResourceAdapter.java:1008)
     at oracle.sdpinternal.messaging.driver.email.EmailResourceAdapter.startDriver(EmailResourceAdapter.java:241)
     at oracle.sdp.messaging.driver.DriverResourceAdapterBase.start(DriverResourceAdapterBase.java:293)
     at weblogic.connector.security.layer.AdapterLayer.start(AdapterLayer.java:980)
     at weblogic.connector.common.RAInstanceManager.initialize(RAInstanceManager.java:1195)
     at weblogic.connector.common.RAInstanceManager.<init>(RAInstanceManager.java:356)
     at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:198)
     at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:517)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:45)
     at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:613)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:184)
     at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
     at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:141)
     at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:39)
     at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
     at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:21)
     at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
     at weblogic.management.deploy.internal.ConfiguredDeployments.prepare(ConfiguredDeployments.java:165)
     at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
     at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
     at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
>
Thx..
Edited by: bleach_id on Feb 8, 2013 4:22 AM

Hi,
I guess that's the error and verify certificate configuration. Otherwise remove SSL and verify if same error getting repeated or not.
Thanks,
Chinni

Similar Messages

  • Error starting SOA suite

    Hello all,
    I have Soa suite installed for my Oracle Application Server v.10.1.3.1.....Everything worked fine........And since I had to deploy ODI services into it......I did and it went well. But now I am unable to start the SOA suite.......It gives an error......
    An Unknown OPMN error has occured:
    There are some errors while stopping the following components.Refer to the generated error report for more details.
    ias-component:default_group
    process-type:home
    process-set:default_group
    Error message:failed to start a managed process after the maximum retry limit.
    I looked into the error.log file and referred to the same error, "failed to start a managed process after the maximum retry limit."
    How should I get the problem fixed without actually deinstalling and reinstalling the soa suite.....???
    Any replies would be considered helpful.....
    Regards,
    Susane
    Edited by: susane on Aug 5, 2009 3:14 AM

    Hello all,
    I have Soa suite installed for my Oracle Application Server v.10.1.3.1.....Everything worked fine........And since I had to deploy ODI services into it......I did and it went well. But now I am unable to start the SOA suite.......It gives an error......
    An Unknown OPMN error has occured:
    There are some errors while stopping the following components.Refer to the generated error report for more details.
    ias-component:default_group
    process-type:home
    process-set:default_group
    Error message:failed to start a managed process after the maximum retry limit.
    I looked into the error.log file and referred to the same error, "failed to start a managed process after the maximum retry limit."
    How should I get the problem fixed without actually deinstalling and reinstalling the soa suite.....???
    Any replies would be considered helpful.....
    Regards,
    Susane
    Edited by: susane on Aug 5, 2009 3:14 AM

  • Error start SOA Suite(J2EE Server)

    Usually J2EE Server successfully start and works. But sometimes server cannot start, and shows a following error:
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
    And generates such log-file:
    Configuration information
    Running in C:\product\10.1.3.1\OracleAS_1
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:C:\product\10.1.3.1\OracleAS_1
    Oracle home name:Unnamed
    Instance name:orcl.localhost
    Instance type:core
    Version:10.1.3.1.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, Wsil]
    2007-02-16 01:22:44.361--Begin log output for Mid-tier services (orcl.localhost)
    2007-02-16 01:22:44.361--Processing Step: starting OPMN
    2007-02-16 01:22:45.613--Processing Step: starting OPMN managed processes
    2007-02-16 01:51:54.17--End log output for Mid-tier services (orcl.localhost)
    An unknown OPMN error has occured
    oracle.appserver.startupconsole.model.ConsoleException: An unknown OPMN error has occured
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:140)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         ... 6 more
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    Exception caused by
    There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
    oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    <?xml version='1.0' encoding='WINDOWS-1251'?>
    <response>
    <msg code="-82" text="Remote request with weak authentication.">
    </msg>
    <opmn id="r-0c2b16d9f3e64:6200" http-status="408" http-response="0 of 1 processes started.">
    <ias-instance id="orcl.localhost">
    <ias-component id="default_group">
    <process-type id="home">
    <process-set id="default_group">
    <process id="896076993" pid="808" status="Stop" index="1" log="C:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log" operation="request" result="failure">
    <msg code="-22" text="time out while waiting for a managed process to start">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </opmn>
    </response>
    Configuration:
    WinXP Pro SP2
    SOA Suite 10.1.3.1 (installation type: J2EE Server)
    Thanks,
    stan1slav.

    You say:
    Usually J2EE Server successfully start and works. But sometimes server cannot start, and shows a following error.
    Are you using the SOA Suite on the same machine? I mean does it use the same IP-adress, hostname? Are you using proxy-settings?

  • Urgent Error Starting SOA domain Admin Server

    ep 29, 2011 5:37:56 PM IST> <Warning> <oracle.jps.idmgmt> <JPS-01520> <Cannot initialize identity store.>
    ep 29, 2011 5:37:56 PM IST> <Error> <oracle.bpm.services.organization> <BEA-000000> <Exception
    ception.70692.type: error
    ception.70692.severity: 2
    ception.70692.name: Error while granting BPMOrganizationAdmin role to SOAOperator.
    ception.70692.description: Error occured while granting the application role BPMOrganizationAdmin to application role SOAOperator.
    ception.70692.fix: In the policy store, please add SOAOperator role as a member of BPMOrganizationAdmin role, if it is not already present.
    ABPEL-10585
    rvice error.
    ternal Error; Service error occurs in JpsProvider in method getIdentityStore().
    fer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    at oracle.tip.pc.services.identity.jps.JpsProvider.getIdentityStore(JpsProvider.java:379)
    at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:352)
    at oracle.tip.pc.services.identity.jps.JpsProvider.<init>(JpsProvider.java:316)
    at oracle.tip.pc.services.identity.jps.JpsProvider.getInstance(JpsProvider.java:328)
    at oracle.bpm.bpmn.engine.runtime.DeploymentDescriptorUtil.grantBPMOrganizationAdminRoleToSOAOperator(DeploymentDescriptorUtil.java:292)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:578)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListeners(FabricLifecycle.java:46)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(FabricLifecycle.java:29)
    at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshImpl.java:118)
    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)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy292.postDeployInit(Unknown Source)
    at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:555)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    used By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store.
    at oracle.security.jps.internal.idstore.util.IdentityStoreUtil.getIdentityStoreFactory(IdentityStoreUtil.java:168)
    at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmFactory(AbstractIdmIdentityStore.java:174)
    at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.initStore(AbstractIdmIdentityStore.java:124)
    at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmStore(AbstractIdmIdentityStore.java:110)
    at oracle.tip.pc.services.identity.jps.JpsProvider.getIdentityStore(JpsProvider.java:377)
    at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:352)
    at oracle.tip.pc.services.identity.jps.JpsProvider.<init>(JpsProvider.java:316)
    at oracle.tip.pc.services.identity.jps.JpsProvider.getInstance(JpsProvider.java:328)
    at oracle.bpm.bpmn.engine.runtime.DeploymentDescriptorUtil.grantBPMOrganizationAdminRoleToSOAOperator(DeploymentDescriptorUtil.java:292)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:578)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListeners(FabricLifecycle.java:46)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(FabricLifecycle.java:29)
    at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshImpl.java:118)
    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)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy292.postDeployInit(Unknown Source)
    at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:555)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    ep 29, 2011 5:37:56 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <Exception
    M-70692
    ception
    ception.70692.type: error
    ception.70692.severity: 2
    ception.70692.name: Error while granting BPMOrganizationAdmin role to SOAOperator.
    ception.70692.description: Error occured while granting the application role BPMOrganizationAdmin to application role SOAOperator.
    ception.70692.fix: In the policy store, please add SOAOperator role as a member of BPMOrganizationAdmin role, if it is not already present.
    at oracle.bpm.bpmn.engine.runtime.DeploymentDescriptorUtil.grantBPMOrganizationAdminRoleToSOAOperator(DeploymentDescriptorUtil.java:324)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:578)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListeners(FabricLifecycle.java:46)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(FabricLifecycle.java:29)
    at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshImpl.java:118)
    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)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy292.postDeployInit(Unknown Source)
    at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:555)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    used By: ORABPEL-10585
    rvice error.
    ternal Error; Service error occurs in JpsProvider in method getIdentityStore().
    fer to the log file that is configured for oracle.soa.services.identity for more details on this error and contact Oracle Support Services
    at oracle.tip.pc.services.identity.jps.JpsProvider.getIdentityStore(JpsProvider.java:379)
    at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:352)
    at oracle.tip.pc.services.identity.jps.JpsProvider.<init>(JpsProvider.java:316)
    at oracle.tip.pc.services.identity.jps.JpsProvider.getInstance(JpsProvider.java:328)
    at oracle.bpm.bpmn.engine.runtime.DeploymentDescriptorUtil.grantBPMOrganizationAdminRoleToSOAOperator(DeploymentDescriptorUtil.java:292)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:578)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListeners(FabricLifecycle.java:46)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(FabricLifecycle.java:29)
    at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshImpl.java:118)
    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)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy292.postDeployInit(Unknown Source)
    at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:555)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    used By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store.
    at oracle.security.jps.internal.idstore.util.IdentityStoreUtil.getIdentityStoreFactory(IdentityStoreUtil.java:168)
    at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmFactory(AbstractIdmIdentityStore.java:174)
    at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.initStore(AbstractIdmIdentityStore.java:124)
    at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmStore(AbstractIdmIdentityStore.java:110)
    at oracle.tip.pc.services.identity.jps.JpsProvider.getIdentityStore(JpsProvider.java:377)
    at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:352)
    at oracle.tip.pc.services.identity.jps.JpsProvider.<init>(JpsProvider.java:316)
    at oracle.tip.pc.services.identity.jps.JpsProvider.getInstance(JpsProvider.java:328)
    at oracle.bpm.bpmn.engine.runtime.DeploymentDescriptorUtil.grantBPMOrganizationAdminRoleToSOAOperator(DeploymentDescriptorUtil.java:292)
    at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:578)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.notifyListeners(FabricLifecycle.java:46)
    at oracle.integration.platform.blocks.mesh.FabricLifecycle.setState(FabricLifecycle.java:29)
    at oracle.integration.platform.blocks.mesh.MeshImpl.postDeployInit(MeshImpl.java:118)
    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)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy292.postDeployInit(Unknown Source)
    at oracle.integration.platform.kernel.FabricKernelInitializerServlet$1.run(FabricKernelInitializerServlet.java:555)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:120)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    A Platform is running and accepting requests

    AM using the Sun JDK...and I am manipulating around the below settings in the setDomainEnv file
    set XMS_SUN_64BIT=256
    set XMS_SUN_32BIT=256
    set XMX_SUN_64BIT=512
    set XMX_SUN_32BIT=512
    set XMS_JROCKIT_64BIT=256
    set XMS_JROCKIT_32BIT=256
    set XMX_JROCKIT_64BIT=512
    set XMX_JROCKIT_32BIT=512
    if "%JAVA_VENDOR%"=="Sun" (
         set WLS_MEM_ARGS_64BIT=-Xms256m -Xmx512m
         set WLS_MEM_ARGS_32BIT=-Xms256m -Xmx512m
    ) else (
         set WLS_MEM_ARGS_64BIT=-Xms512m -Xmx512m
         set WLS_MEM_ARGS_32BIT=-Xms512m -Xmx512m
    )

  • Error in Starting soa Managed server on WEBLOGIC 11g..Windows 7

    Hi All,
    I have an exception coming up while starting the soa_server1 managed soa server in Weblogic Domain.
    I have started the Admin server but while starting the soa managed server we are getting the following error :
    <Jul 26, 2010 9:29:04 PM PDT> <Critical> <EmbeddedLDAP> <BEA-000000> <java.io.Fi
    leNotFoundException: D:\Oracle\Middleware\user_projects\domains\SOA_Domain\serve
    rs\AdminServer\data\ldap\replicadata\soa_server1.status (The process cannot acce
    ss the file because it is being used by another process)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
    at com.octetstring.vde.replication.Replicator.increment(Replicator.java:
    88)
    at com.octetstring.vde.replication.Replicator.run(Replicator.java:301)
    at com.octetstring.vde.replication.Replication.run(Replication.java:339)
    >
    Pointers on this error would help us.
    Regards,
    Ramnath

    Lets us try to start your environment by using a WLST script.
    Before you try starting the servers by using the script, could you first check your weblogic console,
    to see if the server soa_server1 is running or not (click on environment, servers) maybe the enterprise manager is out of sync.
    The following steps are necessary the run the script:
    First edit the nodemanager.properties (which is located in the directory <middleware-home>/wlserver_10.3/common/nodemanager).
    Find the entry StartScriptEnabled and set this property to true.
    Open a command shell and navigate to the directory <middleware-home>/wlserver_10.3/server/bin and run the file setWLSEnv.cmd
    (this sets your environment variables, so that we can run a WLST script).
    Copy the following script into a file named for example StartScript.py and adjust variables as needed
    beahome = '<middleware-home>';
    linux = false;
    adminusername = 'weblogic';
    adminpassword = 'transfer-solutions';
    domainname = 'base_domain';
    pathseparator = '/';
    if not linux:
         print 'SETTING WINDOWS PATH SEPARATOR';
         pathseparator = '\\';
    domainlocation = beahome + pathseparator + 'user_projects' + pathseparator + 'domains' + pathseparator + domainname;
    nodemanagerhomelocation = beahome + pathseparator + 'wlserver_10.3' + pathseparator + 'common' + pathseparator + 'nodemanager';
    print 'START NODE MANAGER';
    startNodeManager(verbose='true', NodeManagerHome=nodemanagerhomelocation, ListenPort='5556', ListenAddress='localhost');
    print 'CONNECT TO NODE MANAGER';
    nmConnect(adminusername, adminpassword, 'localhost', '5556', domainname, domainlocation, 'ssl');
    print 'START ADMIN SERVER';
    nmStart('AdminServer');
    nmServerStatus('AdminServer');
    print 'CONNECT TO ADMIN SERVER';
    connect(adminusername, adminpassword);
    print 'START SOA SERVER';
    start('soa_server1','Server');
    nmServerStatus('soa_server1');Run this script as follows, but first stop the servers already running
    java weblogic.WLST <directory>/StartScript.py

  • Error in starting SOA Suite

    Hi Friends...
    I couldn't start my SOA suite and it is showing the fallowing error
    OPMN has thrown an unknown exception
    Error starting opmn server: 2
    The generated reported is.......................
    Configuration information
    Running in C:\product\10.1.3.1\OracleAS_1
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:C:\product\10.1.3.1\OracleAS_1
    Oracle home name:Unnamed
    Instance name:oc4j_soa.raghava-2d1cb5a
    Instance type:allProducts
    Version:10.1.3.1.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, orabpel, oraesb, owsm, Wsil]
    2010-02-10 07:35:19.62--Begin log output for Mid-tier services (oc4j_soa.raghava-2d1cb5a)
    2010-02-10 07:35:19.62--Processing Step: starting OPMN
    2010-02-10 07:40:38.171--End log output for Mid-tier services (oc4j_soa.raghava-2d1cb5a)
    OPMN has thrown an unknown exception
    oracle.appserver.startupconsole.model.ConsoleException: OPMN has thrown an unknown exception
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:108)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         ... 6 more
    Exception caused by
    Error starting opmn server: 2
    oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Friends help me out........
    Thanks In Advance

    This is what we have done :
    1.Created the JDBC data source & connection pool as below :
    data source name : B2BAQ , JNDI name : jdbc/B2BAQ
    Connection Pool :
    URL : taken from the tns entries of the instance
    Driver Class Name : oracle.jdbc.OracleDriver
    Tested this connection ..it works fine from the Admin Console
    2.Then go to Deployments --> AqAdapter -> Configuration tab --> Outbound Connection Pool Group -->
    Create a new connection pool instance -- General tab
    connection interface factory : javax.resource.cci.ConnectionFactory
    JNDI Name : eis/AQ/B2BAQ
    Then in Properties tab : Enter the Data Source Name : jdbc/B2BAQ
    Then we try to Start the AqAdapter from the Admin Console..it goes into Prepared status.
    The error message which comes is mentioned above.
    Is there any way we could resolve this ..that would be very helpful
    Regards
    Edited by: user5149250 on Mar 13, 2012 6:33 AM

  • Error in server.log , while starting soa managed server - B2B not running

    Hi All
    After starting SOA managed server , we found following error in the server.log , we are successfully able to access em and admin console , but while trying to access B2B console getting no response.
    Please help us in understaning this error.
    [ServletContext@15501276[app:b2bui module:/b2bconsole path:/b2bconsole spec-version:2.5], request: weblogic.servlet.internal.ServletRequestImpl@4e8b8[ GET /b2bconsole/faces/login.jspx HTTP/1.1 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 ( .NET CLR 3.5.30729) Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 115 Connection: keep-alive Referer: http://172.16.130.34:7001/console/console.portal?_pageLabel=WebAppModuleTestingPage&_nfpb=true&WebAppModuleTestingPortletexpandNode=ROOTCHILDNODE1 Cookie: JSESSIONID=8R1ZM24XMQDs1Z22QNJ4YM1cMrGlKbd77nCTLkTW62Bkvw2nG6vx!-1614137459; ADMINCONSOLESESSION=LKZJM23fPzQQsM2GyHDHWtJ2L8nNNzmB3gNQG1n1phMwv41mJMVN!-145877631 ]] Root cause of ServletException. java.lang.NoClassDefFoundError: Could not initialize class org.apache.myfaces.trinidadinternal.convert.ColorConverter 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:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at com.sun.faces.application.ApplicationImpl.newConverter(ApplicationImpl.java:1114) at com.sun.faces.application.ApplicationImpl.createConverter(ApplicationImpl.java:770) at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.addConverterByTargetClass(ConverterValidatorRegistrationUtils.java:164) at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.register(ConverterValidatorRegistrationUtils.java:84) at oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator.init(RegistrationConfigurator.java:77) at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:400) at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:206) at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.getExternalContext(GlobalConfiguratorImpl.java:329) at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$CacheRenderKit.<init>(FacesContextFactoryImpl.java:86) at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:64) at oracle.adfinternal.controller.application.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:56) at oracle.adfinternal.controller.application.model.FacesContextFactoryImpl.getFacesContext(FacesContextFactoryImpl.java:70) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:260) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.help.web.rich.OHWFilter.doFilter(Unknown Source) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.tip.b2b.ui.util.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:240) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:143) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:326) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3592) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2202) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2108) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1432) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Thanks
    Satendra Pare

    Which version of weblogic and SOA suite have you installed? Which OS are you using? Check on em whether soa-infra is up?
    BTW, for Oracle B2B related questions, you should raise threads in Oracle B2B forum -
    Integration - B2B
    Regards,
    Anuj

  • OIM 11gR2: Error while starting SOA and OIM Server

    I have configured 2 OIM Applications hosted on 2 different linux hosts but connecting to one Oracle DB.
    Done OIM installation and configuration on HOST1 and it is successful.
    now while performing on HOST2,all similar steps have been followed as same on HOST1 except the Database keystore step (copied files while configuring OIM), I am encountering an error while starting SOA server and OIM server.
    Error :
    2012-10-19T11:49:07.172-07:00] [soa_server2] [NOTIFICATION] [JPS-04093] [oracle.jps.deployment] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1350dfc6c17c1b80:336be4f6:13a7a59774c:-8000-0000000000000004,0] [APP: soa-infra] Application policy migration for application soa-infra is completed successfully.
    [2012-10-19T11:49:16.901-07:00] [soa_server2] [ERROR] [] [oracle.mds] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: 1350dfc6c17c1b80:336be4f6:13a7a59774c:-8000-0000000000000004,0] [APP: soa-infra] [[
    oracle.mds.lcm.exception.MDSLCMException: MDS-01330: unable to load MDS configuration document
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
    MDS-00929: unable to look up name "jdbc/mds/MDS_LocalTxDataSource" in JNDI context
    Unable to resolve 'jdbc.mds.MDS_LocalTxDataSource'. Resolved 'jdbc.mds'
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused by: oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "soa-infra-store" is invalid.
    MDS-00929: unable to look up name "jdbc/mds/MDS_LocalTxDataSource" in JNDI context
    Unable to resolve 'jdbc.mds.MDS_LocalTxDataSource'. Resolved 'jdbc.mds'
    Please help, thanks

    Hi
    Did you use pack and unpack command for configuration?
    Creating and Starting a Managed Server on a Remote Machine - 11g Release 1 (10.3.6)
    Regards
    Shashank k

  • Error while starting SOA suite

    Hi All,
    i am unable to start SOA suite it is giving a error saying OPMN error
    how to come out of this
    Configuration information
    Running in C:\product\10.1.3.1\OracleAS_2
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:C:\product\10.1.3.1\OracleAS_2
    Oracle home name:Unnamed
    Instance name:ciscoSOA1.tarlagad-wxp
    Instance type:allProducts
    Version:10.1.3.1.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, orabpel, oraesb, owsm, Wsil]
    2007-05-02 02:02:21.973--Begin log output for Mid-tier services (ciscoSOA1.tarlagad-wxp)
    2007-05-02 02:02:21.973--Processing Step: starting OPMN
    2007-05-02 02:02:33.648--End log output for Mid-tier services (ciscoSOA1.tarlagad-wxp)
    OPMN has thrown an unknown exception
    oracle.appserver.startupconsole.model.ConsoleException: OPMN has thrown an unknown exception
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:108)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         ... 6 more
    Exception caused by
    Error starting opmn server: 2
    oracle.ias.opmn.optic.OpticBadRequestException: Error starting opmn server: 2
         at oracle.ias.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:147)
         at oracle.ias.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:77)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:90)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)

    Hi,
    do you use DHCP on your server?

  • Error in start soa suite

    hi
    when i start soa suite, this error show and in 67% stoped.
    There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ================================================
    please help me.
    thanks

    Hi,
    Check the default island log. It would be available in the following location.
    $oracle_home\opmn\logs
    Name of the log file will be similar to the following:
    default_group~home~xxxxxxxxxxxxxxx1.log
    -Siva

  • Errors while Starting SOA Suite and Unable to login to BPEL Control

    Hi,
    I installed SOA Suite 10g Release 3 on my laptop and I have Windows XP operating system on my laptop.
    I am trying to login to BPEL control.
    I did following steps.
    a) started SOA Suite (Mid tier status is showing as 100%) but OC4JGroup:default_group status is showing as Init and ASG status as Down.
    b) I tried to login to BPEL control by entering user id: oc4jadmin and password I entered while installing SOA Suite, BPEL control is giving me error message invalid user name or password.
    I tried to build CreditRatingService using BPEL developer prompt.
    Select Start > All Programs > Oracle - Oracle_Home > Oracle BPEL Process Manager > Developer Prompt to open up a command prompt at the SOA_Oracle_Home\bpel\samples directory.
    Changed directories to the utils\CreditRatingService subdirectory:
    cd utils\CreditRatingService
    Entered the following command: ant
    I got message:BUILD FAILED and Authentication failed for user oc4jadmin on host.
    Regards,
    Shanti Nagulapalli.

    OPMN Log
    08/11/10 15:14:16 [ons-internal] ONS server initiated
    08/11/10 15:14:16 [pm-internal] Create pm state directory: D:\product\10.1.3.1\OracleAS_1\opmn\logs\states
    08/11/10 15:14:16 [pm-internal] PM state file does not exist: D:\product\10.1.3.1\OracleAS_1\opmn\logs\states\.opmndat
    08/11/10 15:14:16 [pm-internal] OPMN server ready. Request handling enabled.
    08/11/10 15:14:21 [pm-requests] Request 2 Started. Command: /start
    08/11/10 15:14:21 [pm-process] Starting Process: default_group~home~default_group~1 (370676281:0)
    08/11/10 15:14:50 [pm-process] Process Alive: default_group~home~default_group~1 (370676281:5528)
    08/11/10 15:14:50 [pm-requests] Request 2 Completed. Command: /start
    08/11/10 15:17:27 [pm-requests] Request 17 Started. Command: /stop?process-type=home
    08/11/10 15:17:27 [pm-process] Stopping Process: default_group~home~default_group~1 (370676281:5528)
    08/11/10 15:17:33 [pm-requests] Request 17 Completed. Command: /stop?process-type=home
    08/11/10 15:17:33 [pm-process] Process Stopped: default_group~home~default_group~1 (370676281:5528)
    08/11/10 15:17:34 [pm-requests] Request 19 Started. Command: /start?process-type=home
    08/11/10 15:17:34 [pm-process] Starting Process: default_group~home~default_group~1 (370676282:0)
    08/11/10 15:17:34 [libopmnoc4j] Attempt to obtain port of type: default-web-site failed for an OC4J process
    08/11/10 15:17:34 [libopmnoc4j] Attempt to get ports for proc: 370676282 failed
    08/11/10 15:17:34 [libopmnoc4j] Process Start Error: default_group~home~default_group~1 (370676282:0)
    08/11/10 15:17:34 [libopmnoc4j] An error occurred while building the start command
    08/11/10 15:17:34 [pm-process] Starting Process: default_group~home~default_group~1 (370676282:0)
    08/11/10 15:17:43 [pm-process] Process Alive: default_group~home~default_group~1 (370676282:6052)
    08/11/10 15:17:43 [pm-requests] Request 19 Completed. Command: /start?process-type=home
    08/11/10 15:19:52 [pm-requests] Request 32 Started. Command: /stop?process-type=home
    08/11/10 15:19:52 [pm-process] Stopping Process: default_group~home~default_group~1 (370676282:6052)
    08/11/10 15:19:58 [pm-requests] Request 32 Completed. Command: /stop?process-type=home
    08/11/10 15:19:58 [pm-process] Process Stopped: default_group~home~default_group~1 (370676282:6052)
    08/11/10 15:19:59 [pm-requests] Request 34 Started. Command: /start?process-type=home
    08/11/10 15:19:59 [pm-process] Starting Process: default_group~home~default_group~1 (370676283:0)
    08/11/10 15:19:59 [libopmnoc4j] Attempt to obtain port of type: default-web-site failed for an OC4J process
    08/11/10 15:19:59 [libopmnoc4j] Attempt to get ports for proc: 370676283 failed
    08/11/10 15:19:59 [libopmnoc4j] Process Start Error: default_group~home~default_group~1 (370676283:0)
    08/11/10 15:19:59 [libopmnoc4j] An error occurred while building the start command
    08/11/10 15:19:59 [pm-process] Starting Process: default_group~home~default_group~1 (370676283:0)
    08/11/10 15:20:13 [pm-process] Process Alive: default_group~home~default_group~1 (370676283:5388)
    08/11/10 15:20:13 [pm-requests] Request 34 Completed. Command: /start?process-type=home
    08/11/10 15:22:36 [pm-requests] Request 66 Started. Command: /stop
    08/11/10 15:22:36 [pm-process] Stopping Process: default_group~home~default_group~1 (370676283:5388)
    08/11/10 15:22:52 [pm-requests] Request 66 Completed. Command: /stop
    08/11/10 15:22:52 [pm-process] Process Stopped: default_group~home~default_group~1 (370676283:5388)
    08/11/10 15:22:53 [pm-internal] OPMN server stopped. Request handling disabled.
    08/11/10 15:22:53 [pm-requests] Request 68 Started. Command: /reload
    08/11/10 15:22:54 [internal] Logging disabled
    08/11/10 15:22:54 [ons-internal] ONS server initiated
    08/11/10 15:22:54 [pm-internal] PM state directory exists: D:\product\10.1.3.1\OracleAS_1\opmn\logs\states
    08/11/10 15:22:54 [pm-internal] OPMN server ready. Request handling enabled.
    08/11/10 15:22:55 [pm-requests] Request 3 Started. Command: /start
    08/11/10 15:22:55 [pm-process] Starting Process: default_group~home~default_group~1 (370676284:0)
    08/11/10 15:24:15 [pm-process] Process Alive: default_group~home~default_group~1 (370676284:592)
    08/11/10 15:24:15 [pm-requests] Request 3 Completed. Command: /start
    08/11/10 16:50:47 [libopmnoc4j] Process Ping Failed: default_group~home~default_group~1 (370676284:592)
    08/11/10 22:56:05 [ons-internal] ONS server initiated
    08/11/10 22:56:05 [pm-internal] PM state directory exists: D:\product\10.1.3.1\OracleAS_1\opmn\logs\states
    08/11/10 22:56:05 [pm-internal] OPMN server ready. Request handling enabled.
    08/11/10 22:56:05 [pm-process] Starting Process: default_group~home~default_group~1 (370676285:0)
    08/11/10 22:56:08 [pm-requests] Request 5 Started. Command: /start
    08/11/10 22:56:08 [pm-requests] Request 5 Completed. Command: /start
    08/11/10 22:57:56 [pm-process] Process Alive: default_group~home~default_group~1 (370676285:3464)
    08/11/11 13:53:16 [ons-internal] ONS server initiated
    08/11/11 13:53:16 [pm-internal] PM state directory exists: D:\product\10.1.3.1\OracleAS_1\opmn\logs\states
    08/11/11 13:53:16 [pm-internal] OPMN server ready. Request handling enabled.
    08/11/11 13:53:16 [pm-process] Starting Process: default_group~home~default_group~1 (370676286:0)
    08/11/11 13:53:20 [pm-requests] Request 5 Started. Command: /start
    08/11/11 13:53:20 [pm-requests] Request 5 Completed. Command: /start
    08/11/11 13:55:00 [pm-process] Process Alive: default_group~home~default_group~1 (370676286:920)
    08/11/11 22:48:08 [ons-internal] ONS server initiated
    08/11/11 22:48:08 [pm-internal] PM state directory exists: D:\product\10.1.3.1\OracleAS_1\opmn\logs\states
    08/11/11 22:48:08 [pm-internal] OPMN server ready. Request handling enabled.
    08/11/11 22:48:08 [pm-process] Starting Process: default_group~home~default_group~1 (370676287:0)
    08/11/11 22:48:12 [pm-requests] Request 5 Started. Command: /start
    08/11/11 22:48:12 [pm-requests] Request 5 Completed. Command: /start
    08/11/11 22:50:35 [pm-process] Process Alive: default_group~home~default_group~1 (370676287:3512)
    08/11/12 09:27:40 [libopmnoc4j] Process Ping Failed: default_group~home~default_group~1 (370676287:3512)
    Regards,
    Shanti Nagulapalli.

  • 11g SOA server start up error

    Hi,
    I get this error when starting my soa server, has any one see this before?
    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:306)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    Truncated. see log file for complete stacktrace
    >
    I start seeing this error in the server log may be due to above error??
    <Sep 9, 2011 2:15:28 PM EDT> <Error> <oracle.soa.services.workflow.common> <BEA-000000> <<.> Unable to fetch/generate encryption key.
    Unable to fetch/generate encryption key.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
    ORABPEL-35012
    Unable to fetch/generate encryption key.
    Unable to fetch/generate encryption key.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
    at oracle.bpel.services.common.util.EncryptionService.<clinit>(EncryptionService.java:82)
    Any suggestion?
    Thanks.
    -sam

    Have you looked at this one:
    Not Able to start SOA Server

  • SoA Couldnt start- Time Out Error

    Hi,
    My oracle SOA version is 10.1.3.1. I have created a application ( say sampleApplication) in jdeveloper (webservice from wsdl). When deploying the application to the application server it takes a long time to complete (approx 30 mins) but it gets deployed without error. I got a perm gen error and I stopped the SOA. When started it again after incresing the perm gen size, the SOA couldnt start. Got the following error
    <ERROR> <collaxa> <ProcessJob::execute> Attempt (1/15) ... failed to connect ... retrying in 5 seconds ...
    <2009-09-11 17:55:13,130> <ERROR> <collaxa> <ProcessJob::execute> Timed out reading http://myURl....
    Maximum attempt of 15 was reached and the SOA failed to restart.
    After playing around with the server.xml (trying to remove all application entries and adding it one by one) found that when i removed the sampleApplication's entry from server.xml and tried starting SOA , it worked and it Started fine.
    Can any one point what might be the problem in my case.?
    Thanks in advance..
    (P.S: The other application deployed are developed in the same way as that of sampleApplication. So couldnt see any thing wrong with the sampleApplication. Other application entries in server.xml do not create this problem.)
    Edited by: user8655700 on Sep 11, 2009 7:03 AM

    Hi James,
    Thank You for your suggestion. I have some doubts.
    1) You suggested to revert back to old parameter and restart jDEV. What is the parameter i need to revert? I have only changed the max,min and perm size in opmn.xml because I keep getting perm gen error quite often. Did you mean those parameters ?
    2)Restarting jDev will solve the issue of longer deployment time for applications. But when I restart the SOA itself, it fails to start.I get the Time out error. On removing the application which took longer time to deploy from server.xml, SOA starts without error. No other changes have been made. So the question is why is the application which is successfully deployed from jdeveloper like many other applications stopping the SOA to start.?
    3)Or is the load during SOA startup is high, which results in it failing to start? If so how can I overcome this issue.
    Thanks,
    Ananth
    Edited by: user8655700 on Sep 14, 2009 10:25 PM

  • 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

  • OutOfMemoryError immediately after starting SOA Server

    Hi,
    I have installed SOA suite 11.1.1.5 and weblogic 10.3.5 on my Windiws 7 64 bit machine with 8GB Ram.
    I have set the system variables to the following:
    EXTRA_JAVA_PROPERTIES: -Xms512m -Xmx512m
    path : C:\Program Files\Java\jre7\bin
    I have started Weblogic successfully without any problem. When I try to start SOA Server it shows the following error.
    <critical><Health><BEA-310003><Free memory in the server is 4,708,696 bytes. There is a danger or OutOfMemoryError >
    Did I set the heap size correctly. Please advise.
    Edited by: 952205 on Jan 31, 2013 2:55 AM

    Thanks guys. This worked for me.
    Can you give me the heap size value that will give best performance of the servers for my 64 bit machine with 8gb Ram.

Maybe you are looking for