Managed SOA Server not started in cluster environment.

Hi,
I am trying to make a SOA cluster environment on Linux based machines. After doing domain configuration which also involved packing of domain on machine 1 and unpacking on machine2, I tried to start the servers. I'm able to start AdminServer successfully and also the managed soa server on the same machine. When I'm trying to start managed soa server on other machine, I'm getting the following error..
*<Unable to establish JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://192.168.122.1:7001/jndi/weblogic.management.mbeanservers.domainruntime.*
java.io.IOException>
My machine IP is XXX.XX.XXX.41 for Admin and XXX.XX.XXX.42 for Machine2. I guess the IP 192.168.122.1 is being used for cluster connection by Machine2 to make connection to Machine1. the managed soa server is getting started after the chain of error logs but it is not starting as a part of the entire cluster and comes as shutdown in WLS Console.
I'm using Linux 5 Update 7 OS and SOA 11.1.1.5.0. Any help will be appreciated for resolving this issue.
Please find the logs below.
*<Unable to establish JMX Connectivity with the Adminstration Server AdminServer at service:jmx:t3://192.168.122.1:7001/jndi/weblogic.management.mbeanservers.domainruntime.*
java.io.IOException
*     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)*
*     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
*     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
*     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
*     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
*     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
*     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
*     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
*Caused By: javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://192.168.122.1:7001: Destination unreachable; nested exception is:*
*     java.net.ConnectException: Connection refused; No available router to destination]*
*     at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)*
*     at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)*
*     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:368)*
*     at weblogic.jndi.Environment.getContext(Environment.java:315)*
*     at weblogic.jndi.Environment.getContext(Environment.java:285)*
*     at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)*
*     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)*
*     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)*
*     at javax.naming.InitialContext.init(InitialContext.java:223)*
*     at javax.naming.InitialContext.<init>(InitialContext.java:197)*
*     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)*
*     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
*     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
*     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
*     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
*     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
*     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
*     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
Caused By: java.net.ConnectException: t3://192.168.122.1:7001: Destination unreachable; nested exception is:
*     java.net.ConnectException: Connection refused; No available router to destination*
*     at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)*
*     at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)*
*     at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java: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 weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)*
*     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
*     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
*     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
*     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
*     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
*     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
*     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
Caused By: java.rmi.ConnectException: Destination unreachable; nested exception is:
*     java.net.ConnectException: Connection refused; No available router to destination*
*     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:470)*
*     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:321)*
*     at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java: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 weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:178)*
*     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)*
*     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)*
*     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.java:222)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.notifyDomainRuntime(RegisterWithDomainRuntimeService.java:137)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeService.start(RegisterWithDomainRuntimeService.java:91)*
*     at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainRuntimeServiceLate.start(RegisterWithDomainRuntimeServiceLate.java:17)*
*     at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)*
*     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)*
*     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)*
*     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)*
*>*
Cheers,
Varun

hi,
I was able to resolve this issue. I haven't given Listen IP address for Admin Server as I have selected All Local Addresses during domain creation. As per some blog this allows Managed Server on remote machine to use any of the Address to speak to Admin Server. In this case it is using 192.168.122.1 rather than so called IP Address.
Simple fix will be giving DNS Name of Machine or IP Address.
Cheers,
Varun

Similar Messages

  • SOA server not starting: Due to change of hostname of SOA suite 11g

    Hi friends,
    My machine has been recently moved to a new location and hostname (ip address remains same) has changed. Hence, the soa server (admin server still running) on my machine is not starting up.
    Some details are:
    a.) Earlier hostname: CALTP8BB13
    b.) New hostname: CALTP8BB16
    From the soa server log files the details are as follows:
    ####<Jul 13, 2010 6:31:52 PM IST> <Info> <messaging.interception> <CALTP8BB16> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279026112029> <BEA-400000> <Initializing message interception service>
    ####<Jul 13, 2010 6:31:54 PM IST> <Error> <Configuration Management> <CALTP8BB16> <soa_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1279026114342> <BEA-150000> <An error occurred while establishing a connection back to the adminstration server t3://CALTP8BB13:7001 during startup. Since bootstrap succeeded check that t3://CALTP8BB13:7001 uniquely identifies the administration server.
    javax.naming.ServiceUnavailableException [Root exception is java.net.UnknownHostException: CALTP8BB13]
         at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:34)
         at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
         at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialReference(WLInitialContextFactoryDelegate.java:411)
         at weblogic.jndi.Environment.getInitialReference(Environment.java:245)
         at weblogic.server.channels.RemoteChannelServiceImpl.registerInternal(RemoteChannelServiceImpl.java:173)
         at weblogic.server.channels.RemoteChannelServiceImpl.registerForever(RemoteChannelServiceImpl.java:146)
         at weblogic.protocol.ConnectMonitorFactory.registerForever(ConnectMonitorFactory.java:88)
         at weblogic.management.provider.MSIService.registerForReconnectToAdminServer(MSIService.java:173)
         at weblogic.management.mbeanservers.compatibility.internal.CompatibilityMBeanServerService.start(CompatibilityMBeanServerService.java:154)
         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)
    Any pointers regarding the same will be helpful.
    Regards,
    Shomit

    Hi Shomit
    As far as I know, the Domains Hostname is stored only in config.xml file. So IP Address is same just Host name is changed CALTP8BB13 to CALTP8BB16. Check for some basic things.
    1. If on Windows OS, try adding this new Hostname and its IP address in hosts file located at C:\WINDOWS\system32\drivers\etc. If on Unix Env, I guess there should be a similar file to set the hostnames mapped with IP addresses.
    2. Since the machine is moved to a brand new location and incase kind of different network, check the firewall settings to see if firewall is blocking this new hostname.
    3. To make sure the domain is still good, I guess you already tested with old hostname after moving to new building. Try testing by giving the direct IP address also. This is just confirmation test to make sure domain is not messed up. If both of these works, it simply means issue is with Hostname and IP not getting mapped or new hostname getting blocked over the network. May be network folks can pitch in.
    Hostname or IP addresses should not be in any startup or env scripts. Domainname, servername will be definetly there in lot of files but not the hostname or ip address as far as I know.
    Thanks
    Ravi Jegga

  • SOA server not starting error:MDS-00054:META-INF/cwallet.sso does not exist

    I am trying to run Business Rule composite application inside Oracle SOA suite 11g.
    Before I deployed this application, I was able to start the soa server without a problem. However after deploying this application via Jdeveloper. I am not able to start the SOA server. It is coming with following error.
    I am also not able to find following folder inside my middleware home “deployed-composites”
    ERROR Start
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "FabricInit" failed to preload on startup in Web application: "/soa-infra".
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/deployed-composites/default/DoctorsAppointmentRequestsProcessor_rev1.0/SCA-INF/classes/META-INF/cwallet.sso:
    oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/default/DoctorsAppointmentRequestsProcessor_rev1.0/SCA-INF/classes/META-INF/cwallet.sso does not exist.
    ERROR End

    Hi we are getting similar error with composite deployment. Were you able to resolve this problem.
    Can you share any info in to resolve this problem
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/deployed-composites/default/BestOnlinePaymentsProcess_rev2.0/SCA-INF/classes/META-INF/cwallet.sso: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/default/BestOnlinePaymentsProcess_rev2.0/SCA-INF/classes/META-INF/cwallet.sso does not exist.
         at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:280)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:555)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.transferFile(MDSMetadataManagerImpl.java:852)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.transferFiles(MDSMetadataManagerImpl.java:839)
         at oracle.integration.platform.common.MDSMetadataManagerImpl.copyTree(MDSMetadataManagerImpl.java:820)

  • Soa server not start properly

    while starting my soa server its giving me following issue, I have created a new environment..
    can any one give me idea what should i check.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
    ORABPEL-35010
    Unable to Encrypt data.
    Unable to Encrypt data.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
    at oracle.bpel.services.common.util.EncryptionService.encrypt(EncryptionService.java:58)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.encryptString(VerificationService.java:23
    36)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.createTokenFromMap(VerificationService.ja
    va:2094)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.getInternalContextToken(VerificationServi
    ce.java:403)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.getInternalContext(VerificationService.ja
    va:430)
    at oracle.bpel.services.workflow.verification.impl.VerificationService.<clinit>(VerificationService.java:367)
    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 org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
    at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy
    .java:61)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowire
    CapableBeanFactory.java:877)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutow
    ireCapableBeanFactory.java:839)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCap
    ableBeanFactory.java:440)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBea
    nFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapab
    leBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegis
    try.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueRes
    olver.java:269)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionV
    alueResolver.java:104)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAuto
    wireCapableBeanFactory.java:1245)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCap
    ableBeanFactory.java:1010)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCap
    ableBeanFactory.java:472)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBea
    nFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapab
    leBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegis
    try.java:222)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueRes
    olver.java:269)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionV
    alueResolver.java:104)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAuto
    wireCapableBeanFactory.java:1245)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCap
    ableBeanFactory.java:1010)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCap
    ableBeanFactory.java:472)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBea
    nFactory.java:409)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapab
    leBeanFactory.java:380)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegis
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    <Apr 18, 2011 11:57:49 AM PDT> <Error> <oracle.soa.services.workflow.verification> <BEA-000000> <<.> bootstrup error: Un
    able to Encrypt data.
    Unable to Encrypt data.
    Check installation/post-installation steps for errors. Check for errors during SOA server startup.
    its asking to check post installation steps, but i did the same thing as previous installation...
    thanks in advance

    Hi,
    first shutdown the servers and then log-in as SYSTEM in your database. Then execute the following commands after you replace PARRUN_SOAINFRA with the name of your local SOA INFRA schema:
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."EDN_EVENT_QUEUE_TABLE"',purge_condition => 'qtview.queue=''AQ$_EDN_EVENT_QUEUE_TABLE_E''',purge_options => po);
    end;
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."EDN_OAOO_DELIVERY_TABLE"',purge_condition => 'qtview.queue=''AQ$_EDN_OAOO_DELIVERY_TABLE_E''',purge_options => po);
    end;
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."IP_QTAB"',purge_condition => 'qtview.queue=''AQ$_IP_QTAB_E''',purge_options => po);
    end;
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."EDN_EVENT_QUEUE_TABLE"',purge_condition => 'qtview.queue=''EDN_EVENT_QUEUE''',purge_options => po);
    end;
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."EDN_OAOO_DELIVERY_TABLE"',purge_condition => 'qtview.queue=''EDN_OAOO_QUEUE''',purge_options => po);
    end;
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."IP_QTAB"',purge_condition => 'qtview.queue=''IP_IN_QUEUE''',purge_options => po);
    end;
    declare po dbms_aqadm.aq$_purge_options_t;
    begin
    po.block := true;
    dbms_aqadm.purge_queue_table(queue_table => '"PARRUN_SOAINFRA"."IP_QTAB"',purge_condition => 'qtview.queue=''IP_OUT_QUEUE''',purge_options => po);
    end;
    commit;
    Finally start the servers and wait to see if soa suite will start properly. Hopefully it will work for you too.
    regards

  • DB2 is not starting the Cluster environment

    Hi, Experts
    we are using HP Unix Service Guard cluster envirnment for our
    production server.
    I have sucessfully installed SAP SR3 in this environment. When the
    failover happen, then filesystem is automatically moving. when i try to
    start in Node B.
    It's throwing error "
    02/12/2009 16:09:31 0 0 SQL6048N A communication error
    occurred during
    START or STOP DATABASE MANAGER processing.
    02/12/2009 16:09:32 1 0 SQL6048N A communication error
    occurred during
    START or STOP DATABASE MANAGER processing.
    SQL1032N No start database manager command was issued. SQLSTATE=57019"But it's working fine in Node A. I am attaching the db2diag.log and
    trans.log for your reference.
    In db2diag.log
    2009-02-02-10.42.05.176811+330 I1A1279            LEVEL: Event
    PID     : 2928                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, RAS/PD component, pdLogInternal, probe:120
    START   : New Diagnostic Log file
    DATA #1 : Build Level, 152 bytes
    Instance "db2sop" uses "64" bits and DB2 code release "SQL09016"
    with level identifier "01070107".
    Informational tokens are "DB2 v9.1.0.6", "s081007", "U817477", Fix Pack "6".
    DATA #2 : System Info, 1568 bytes
    System: HP-UX SOGLPRDP B.11.31 U ia64
    CPU: total:8 online:4 Threading degree per core:1
    Physical Memory(MB): total:16363 free:11923
    Virtual  Memory(MB): total:65515 free:61075
    Swap     Memory(MB): total:49152 free:49152
    Kernel   Params: msgMaxMessageSize:65535 msgMsgMap:4098 msgMaxQueueIDs:4096
                     msgNumberOfHeaders:4096 msgMaxQueueSize:65535
                     msgMaxSegmentSize:248 shmMax:17179869184 shmMin:1 shmIDs:512
                     shmSegments:300 semMap:8194 semIDs:8192 semNum:16384
                     semUndo:4092 semNumPerID:2048 semOps:500 semUndoPerProcess:100
                     semUndoSize:824 semMaxVal:32767 semAdjustOnExit:16384
    Information in this record is only valid at the time when this file was
    created (see this record's time stamp)
    2009-02-02-10.42.38.940922+330 I4655A1629         LEVEL: Event
    PID     : 3883                 TID  : 1           PROC : db2stop
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, base sys utilities, sqleStartStopSingleNode, probe:1130
    DATA #1 : String, 31 bytes
    /db2/db2sop/sqllib/adm/db2stop2
    DATA #2 : Hexdump, 256 bytes
    0x9FFFFFFFFFFFAD60 : 2F64 6232 2F64 6232 736F 702F 7371 6C6C    /db2/db2sop/sqll
    0x9FFFFFFFFFFFAD70 : 6962 2F61 646D 2F64 6232 7374 6F70 3200    ib/adm/db2stop2.
    0x9FFFFFFFFFFFAD80 : 4E4F 4D53 4700 464F 5243 4500 534E 0000    NOMSG.FORCE.SN..
    0x9FFFFFFFFFFFAD90 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFADA0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFADB0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFADC0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFADD0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFADE0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFADF0 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFAE00 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFAE10 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFAE20 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFAE30 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFAE40 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    0x9FFFFFFFFFFFAE50 : 0000 0000 0000 0000 0000 0000 0000 0000    ................
    2009-02-02-10.42.49.871047+330 I6285A289          LEVEL: Event
    PID     : 4005                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dir_cache" From: "1"  To: "0"
    2009-02-02-10.42.49.934583+330 I6575A306          LEVEL: Event
    PID     : 4006                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Sysadm_group" From: "DBSOPADM"  To: "dbsopadm"
    2009-02-02-10.42.50.000401+330 I6882A299          LEVEL: Event
    PID     : 4007                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Sysctrl_group" From: ""  To: "dbsopctl"
    2009-02-02-10.42.50.062186+330 I7182A300          LEVEL: Event
    PID     : 4008                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Sysmaint_group" From: ""  To: "dbsopmnt"
    2009-02-02-10.42.50.127927+330 I7483A295          LEVEL: Event
    PID     : 4009                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dft_mon_bufpool" From: "0"  To: "1"
    2009-02-02-10.42.50.203836+330 I7779A292          LEVEL: Event
    PID     : 4012                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dft_mon_lock" From: "0"  To: "1"
    2009-02-02-10.42.50.265351+330 I8072A292          LEVEL: Event
    PID     : 4021                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dft_mon_sort" From: "0"  To: "1"
    2009-02-02-10.42.50.329484+330 I8365A292          LEVEL: Event
    PID     : 4022                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dft_mon_stmt" From: "0"  To: "1"
    2009-02-02-10.42.50.390840+330 I8658A293          LEVEL: Event
    PID     : 4023                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dft_mon_table" From: "0"  To: "1"
    2009-02-02-10.42.50.514969+330 I8952A291          LEVEL: Event
    PID     : 4025                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dft_mon_uow" From: "0"  To: "1"
    2009-02-02-10.42.50.576102+330 I9244A294          LEVEL: Event
    PID     : 4026                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Mon_heap_sz" From: "90"  To: "128"
    2009-02-02-10.42.50.701560+330 I9539A296          LEVEL: Event
    PID     : 4028                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Rqrioblk" From: "32767"  To: "65000"
    2009-02-02-10.42.50.761306+330 I9836A295          LEVEL: Event
    PID     : 4029                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Svcename" From: ""  To: "sapdb2SOP"
    2009-02-02-10.42.50.826115+330 I10132A291         LEVEL: Event
    PID     : 4030                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Aslheapsz" From: "15"  To: "16"
    2009-02-02-10.42.50.886807+330 I10424A290         LEVEL: Event
    PID     : 4031                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Keepfenced" From: "1"  To: "0"
    2009-02-02-10.42.50.951758+330 I10715A294         LEVEL: Event
    PID     : 4032                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Maxagents" From: "400"  To: "1024"
    2009-02-02-10.42.51.017562+330 I11010A295         LEVEL: Event
    PID     : 4033                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Dftdbpath" From: ""  To: "/db2/SOP"
    2009-02-02-10.42.51.078023+330 I11306A328         LEVEL: Event
    PID     : 4034                 TID  : 1           PROC : db2flacc
    INSTANCE: db2sop               NODE : 000
    FUNCTION: DB2 UDB, config/install, sqlfLogUpdateCfgParam, probe:30
    CHANGE  : CFG DBM: "Diagpath" From: "/db2/db2sop/sqllib/db2dump"  To: "/db2/SOP/db2dump"
    2009-02-10-15.23.47.236724+330 I11635A213         LEVEL: Error
    PID     : 25606                TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-10-16.28.21.589909+330 I11849A213         LEVEL: Error
    PID     : 6745                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-10-18.38.17.375623+330 I12063A213         LEVEL: Error
    PID     : 16296                TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-10-19.53.31.036205+330 I12277A213         LEVEL: Error
    PID     : 6044                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-11-23.37.20.156996+330 I12491A213         LEVEL: Error
    PID     : 15427                TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-11-23.57.56.959811+330 I12705A213         LEVEL: Error
    PID     : 4895                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-00.42.20.199428+330 I12919A213         LEVEL: Error
    PID     : 5424                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-00.55.15.231691+330 I13133A213         LEVEL: Error
    PID     : 4065                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-01.23.40.283293+330 I13347A213         LEVEL: Error
    PID     : 4345                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-01.59.06.153079+330 I13561A213         LEVEL: Error
    PID     : 4145                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-02.40.06.335045+330 I13775A213         LEVEL: Error
    PID     : 4515                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-03.09.22.341443+330 I13989A213         LEVEL: Error
    PID     : 4423                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    2009-02-12-03.31.31.201911+330 I14203A213         LEVEL: Error
    PID     : 4135                 TID : 1
    FUNCTION: DB2 Common, Generic Control Facility, gcf_stop, probe:60
    MESSAGE : ECF=0x90000390 Invalid process id
    In R3trans.log
    4 ETW000  [dev trc     ,00000]    (0.144) MSSQL: ODBC fastload on separate connection (note 1131805)
    4 ETW000                                                                              46  0.514332
    4 ETW000  [dev trc     ,00000]  Supported features:                                   30  0.514362
    4 ETW000  [dev trc     ,00000]  ..retrieving configuration parameters                 29  0.514391
    4 ETW000  [dev trc     ,00000]  ..done                                              3613  0.518004
    4 ETW000  [dev trc     ,00000]  Running with UTF-8 Unicode                            30  0.518034
    4 ETW000  [dev trc     ,00000]  Running with CLI driver                           126609  0.644643
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1632] CON = 0 (BEGIN)
    4 ETW000                                                                          180751  0.825394
    4 ETW000  [dev trc     ,00000]  &+     DbSlConnectDB6( SQLConnect ): [IBM][CLI Driver] SQL30081N  A communication error has been detected.  Communication
    4 ETW000                                                                              57  0.825451
    4 ETW000  [dev trc     ,00000]  &+      protocol being used: "TCP/IP".  Communication API being used: "SOCKETS".  Location where the error was detected:
    4 ETW000                                                                              49  0.825500
    4 ETW000  [dev trc     ,00000]  &+     "128.0.0.35".  Communication function detecting the error: "connect".  Protocol specific error code(s): "239", "*"
    &+                                                                               
    4 ETW000                                                                              49  0.825978
    4 ETW000  [dev trc     ,00000]  *** ERROR in DB6Connect[dbdb6.c, 1632] (END)          30  0.826008
    4 ETW000  [dbdb6.c     ,00000]  *** ERROR => DbSlConnect to 'SOP' as 'sapsop' failed
    4 ETW000                                                                             554  0.826562
    2EETW169 no connect possible: "DBMS = DB6                              --- DB2DBDFT = 'SOP'"
    Please provide me the solution to solve the issue.
    Thanks & Regards

    Hi, Malte
    I have given individual nodes address in db2nodes.cfg,  as per your instruction I have run the db2 list database directory I have got the following output
    System Database Directory
    Number of entries in the directory = 1
    atabase 1 entry:
    Database alias                       = SOP
    Database name                        = SOP
    Local database directory             = /db2/SOP
    Database release level               = b.00
    Comment                              = SAP database SOP
    Directory entry type                 = Indirect
    Catalog database partition number    = 0
    Alternate server hostname            =
    Alternate server port number         =
    => db2 list node directory
    => SQL1027N  The node directory cannot be found
    Regards

  • SOA server not starting - log attached

    These are the messages I see in the log :
    <Sep 29, 2011 3:11:47 PM IST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://HGUDIKAN-pc:7001.>
    <Sep 29, 2011 3:11:47 PM IST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    Logs:
    <Sep 29, 2011 3:11:47 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Sep 29, 2011 3:11:47 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Sep 29, 2011 3:11:48 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Sep 29, 2011 3:11:48 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log00004. Log messages will continue to be logged in C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log.>
    <Sep 29, 2011 3:11:48 PM IST> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log is opened. All server side log events will be written to this file.>
    <Sep 29, 2011 3:11:55 PM IST> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Sep 29, 2011 3:12:14 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Sep 29, 2011 3:12:14 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    bpel.fatal.conection.max.retry is set to 3
    INFO: FaultPoliciesParser.<init> ------->Constructed Policy parser
    DiagnosticService java logger init
    DiagnosticService finish
    <Sep 29, 2011 3:24:06 PM IST> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <The resource for bundle "oracle.soa.management.config.bpel.mbeans.MessageBundle_en" with key "oracle.soa.BPELConfigBean.auditFlushEventThreshold" cannot be found.>
    <Sep 29, 2011 3:24:06 PM IST> <Warning> <oracle.as.jmx.framework.MessageLocalizationHelper> <J2EE JMX-46041> <The resource for bundle "oracle.soa.management.config.bpel.mbeans.MessageBundle_en" with key "oracle.soa.BPELConfigBean.auditFlushByteThreshold" cannot be found.>
    INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/Oracle/MIDDLE~1/USER_P~1/domains/BASE_D~1/config/fmwconfig/default-keystore.jks
    INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty keystore password
    INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key password
    INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory Could not obtain keystore location or password
    Initializing logs...Ok
    Initializing UploadDir...Ok
    Initializing PAPI services...Ok
    Initializing Renderer Components...Ok
    Loading Preference Migrators...Ok
    ********* WorkSpace was initialized successfully *********
    ADF Library non-OC4J post-deployment (millis): 891
    <Sep 29, 2011 3:24:46 PM IST> <Warning> <oracle.soa.services.notification> <BEA-000000> <<.> Notification via email, voice, SMS or IM will not be sent. If you would like to enable them, please configure corresponding sdpmessaging driver. Then modify the accounts and set NotificationMode attribute to either NONE, EMAIL or ALL in workflow-notification-config.xml>
    <Sep 29, 2011 3:24:58 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 29, 2011 3:24:58 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Sep 29, 2011 3:25:01 PM IST> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <Sep 29, 2011 3:25:09 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 10.178.38.206:8001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 29, 2011 3:25:09 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:8001 for protocols iiop, t3, ldap, snmp, http.>
    <Sep 29, 2011 3:25:09 PM IST> <Notice> <WebLogicServer> <BEA-000357> <Started WebLogic Independent Managed Server "soa_server1" for domain "base_domain" running in Development Mode>
    <Sep 29, 2011 3:25:09 PM IST> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server AdminServer at <JMXServiceURL:null>.>
    <Sep 29, 2011 3:25:15 PM IST> <Warning> <EJB> <BEA-010081> <The message-driven bean CubeActionMDB was configured to use a JMS Topic, requires container-managed transactions, and uses a foreign JMS provider. Only one thread will be used to receive and process all messages.>
    <Sep 29, 2011 3:25:15 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Sep 29, 2011 3:25:15 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: C:/Oracle/MIDDLE~1/USER_P~1/domains/BASE_D~1/config/fmwconfig/default-keystore.jks
    looking up version 11.1.1.3.0
    SchemaVersion actual dbVersion=11.1.1.3.0, expected dbVersion=11.1.1.3.0
    <Sep 29, 2011 3:25:56 PM IST> <Warning> <oracle.jps.idmgmt> <JPS-01520> <Cannot initialize identity store.>
    <Sep 29, 2011 3:25:59 PM IST> <Error> <oracle.bpm.services.organization> <BEA-000000> <Exception
    exception.70692.type: error
    exception.70692.severity: 2
    exception.70692.name: Error while granting BPMOrganizationAdmin role to SOAOperator.
    exception.70692.description: Error occured while granting the application role BPMOrganizationAdmin to application role SOAOperator.
    exception.70692.fix: In the policy store, please add SOAOperator role as a member of BPMOrganizationAdmin role, if it is not already present.
    ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in JpsProvider in method getIdentityStore().
    Refer 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:335)
         at oracle.tip.pc.services.identity.jps.JpsProvider.init(JpsProvider.java:308)
    Caused By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store.
         at oracle.security.jps.internal.idstore.util.IdentityStoreUtil.getIdentityStoreFactory(IdentityStoreUtil.java:161)
         at oracle.security.jps.internal.idstore.AbstractIdmIdentityStore.getIdmFactory(AbstractIdmIdentityStore.java:160)
    >
    <Sep 29, 2011 3:25:59 PM IST> <Error> <oracle.bpm.common> <BEA-000000> <Exception BPM-70692
    Exception
    exception.70692.type: error
    exception.70692.severity: 2
    exception.70692.name: Error while granting BPMOrganizationAdmin role to SOAOperator.
    exception.70692.description: Error occured while granting the application role BPMOrganizationAdmin to application role SOAOperator.
    exception.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:317)
         at oracle.bpm.bpmn.engine.service.BPMNServiceEngine.stateChanged(BPMNServiceEngine.java:584)
    Caused By: ORABPEL-10585
    Service error.
    Internal Error; Service error occurs in JpsProvider in method getIdentityStore().
    Refer 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:335)
    Caused By: oracle.security.jps.service.idstore.IdentityStoreException: JPS-01520: Cannot initialize identity store.
    >
    INFO: FabricProviderServlet.stateChanged SOA Platform is running and accepting requests
    <Sep 29, 2011 3:27:16 PM IST> <Notice> <LoggingService> <BEA-320400> <The log file C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Sep 29, 2011 3:27:16 PM IST> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log00005. Log messages will continue to be logged in C:\Oracle\Middleware\user_projects\domains\base_domain\servers\soa_server1\logs\soa_server1.log.>
    <Sep 29, 2011 5:54:49 PM IST> <Notice> <WebLogicServer> <BEA-000388> <JVM called WLS shutdown hook. The server will force shutdown now>
    <Sep 29, 2011 5:54:49 PM IST> <Alert> <WebLogicServer> <BEA-000396> <Server shutdown has been requested by <WLS Kernel>>
    <Sep 29, 2011 5:54:49 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SUSPENDING>
    <Sep 29, 2011 5:54:49 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Sep 29, 2011 5:54:49 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    <Sep 29, 2011 5:54:49 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default" listening on 10.178.38.206:8001 was shutdown.>
    <Sep 29, 2011 5:54:49 PM IST> <Notice> <Server> <BEA-002607> <Channel "Default[1]" listening on 127.0.0.1:8001 was shutdown.>
    [TopLink Info]: 2011.09.29 17:54:56.906--ServerSession(26407552)--deferred_session logout successful
    [TopLink Info]: 2011.09.29 17:54:56.906--ServerSession(31983070)--tracking_session logout successful

    Is the NodeManager , AdminServer running ?The NodeManager is not running. Is it required?
    Also, I haven't closed the command prompt.
    I noticed the issue when I tried to deploy my project. Connected to Localhost/7001 but in the deploy project window, I dont see any soa_server instance
    running. Also, in the console the soa_server status is shutdown.

  • Weblogic./SOA server not getting started-BPEL Exception @ startup

    Hi All,
    Environment:
    Weblogic /SOA 11.1.1.4 is installed on my Windows machine with 3GB RAM.
    I installed the development mode and i have not configured my node manager.I just used to start the admin server and it automatically starts the managed SOA server.May be this is a new feature with 11g.
    The server was running fine till last week and i was doing my SOA practice as per 'SOA Getting Started ' book.But today morning when i restarted my system and started the server,i am gettign the below error:
    at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4281)
    at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:67
    9)
    at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(Deliver
    yService.java:654)
    at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDe
    liveryBean.java:293)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJo
    inpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocatio
    nInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.
    java:94)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:31
    3)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUt
    il.java:413)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterc
    eptor.java:81)
    at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsIntercep
    tor.java:112)
    at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.ja
    va:105)
    at sun.reflect.GeneratedMethodAccessor839.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJo
    inpointUsingReflection(AopUtils.java:310)
    at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorI
    nterceptor.invoke(JeeInterceptorInterceptor.java:69)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisit
    orImpl.visit(MethodInvocationVisitorImpl.java:37)
    at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.c
    allback(EnvironmentInterceptorCallbackImpl.java:54)
    at com.bea.core.repackaged.springframework.jee.spi.EnvironmentIntercepto
    r.invoke(EnvironmentInterceptor.java:50)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocat
    ionInterceptor.invoke(ExposeInvocationInterceptor.java:89)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntrodu
    ctionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMetho
    dInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopPr
    oxy.invoke(JdkDynamicAopProxy.java:204)
    at $Proxy281.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDe
    liveryLocalBeanImpl.__WL_invoke(Unknown Source)
    at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(Sess
    ionLocalMethodInvoker.java:39)
    at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDe
    liveryLocalBeanImpl.handleInvoke(Unknown Source)
    at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage
    Handler.handle(InvokeInstanceMessageHandler.java:35)
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:140)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    >
    <Apr 27, 2011 12:04:34 PM AST> <Error> <oracle.soa.bpel.engine.dispatch> <BEA-00
    0000> <Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.invoke.InvokeInstanceMessage"; the reported exception is: Fault not hand
    led.
    failure to handle a fault thrown from a scope, by any blocks in the scope chain.
    This exception occurred because the fault thrown in the BPEL flow was not handle
    d by any fault handlers and reached the top-level scope.
    A top-level fault handler should be added to the flow to handle faults not caugh
    t from within the flow.
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    ORABPEL-05002
    Message handle error.
    error while attempting to process the message "com.collaxa.cube.engine.dispatch.
    message.invoke.InvokeInstanceMessage"; the reported exception is: Fault not hand
    led.
    failure to handle a fault thrown from a scope, by any blocks in the scope chain.
    This exception occurred because the fault thrown in the BPEL flow was not handle
    d by any fault handlers and reached the top-level scope.
    A top-level fault handler should be added to the flow to handle faults not caugh
    t from within the flow.
    This error contained an exception thrown by the message handler.
    Check the exception trace in the log (with logging level set to debug mode).
    at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(Dispatc
    hHelper.java:207)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.process(BaseDispatc
    hTask.java:88)
    at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTas
    k.java:64)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExec
    utor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
    .java:908)
    at java.lang.Thread.run(Thread.java:619)
    Before this error,I am able to see'STARTING' message from admin server but after sometime i get the below error.I waiting for 30 minutes and tried to access the console but no use.
    I beleive ,this error is coming from one of the bpel components before i restarted my machine.is there any way to undeploy all my instaled SOA composite projects offline.Because,i am not able to start the server and i get this error at the server start up itslef.
    Thank you for your time and kind help !!
    Regards,
    Karthik B
    Edited by: Karthik Balakrishnan on Apr 29, 2011 1:42 PM

    Generally this error should not stop server. Carefully check the server startup log and see if there are other errors as well. Post them here. You may consider mailing your server startup log to my id.
    Regards,
    Anuj

  • Enterprise Manager Console does not start on Win 2000 Pro

    I have installed Oracle 9i Release 2 Enterprise Manager on Win 2000 Professional. But the Enterprise Manager console does not start. Also the EM Configuration Assistant does not start.
    I have installed many times, but it is never successfull.
    I was installing Enterprise Edition -> General Purpose database.
    Tried the following from command prompt:
    oemapp.bat I get this message : "Usage: oemapp <application_name>"
    oemapp consoleI get : "bad command or file name"
    oemapp console oem.loginmode=standaloneI get : "bad command or file name"
    Is there any post installation configurations that need to be done?
    When I read thru the oemapp.bat, "Usage: oemapp <application_name>" was under the jreSetup module.
    Under C:\Program Files\Oracle\jre I have the folders with following Names(versions) 1.1.8 and 1.3.1.
    In the environment variable also I have C:\Program Files\Oracle\jre\1.1.8\bin and C:\Program Files\Oracle\jre\1.3.1\bin
    Could some one help me with this.
    Thanks,
    Aruna

    Marcus,
    Is your machine connected to a Novell network? If so, edit the oemapp.bat file and change every reference of Windows_NT to WINNT. The issue is Novell does not set the Windows_NT variable, and uses the WINNT variable instead.
    Jim

  • WebLogic admin server not starting.

    Hi all,
    I have a problem with my WebLogic Admin server not starting. Following a VM reboot last week our admin servers are no longer starting. On this particular server we have 3 admin servers serving 3 separate environments.
    Theserver seems to be getting stuck right at the very start. I have tried removing tmp, cache and ldap directories. Searched for and removed all .lok files. I have manually turned on full debug to try and flush some extra information through standard out but no luck. It is very peculiar. When we have exported the domain to another box and started the admin server it has come up successfully.
    This is the output from the logs - this is literally as far as it get before it hangs and does nothing. As far as I know the next thing WebLogic is doing is checking the version. Has anyone any ideas what the problem could be? It is server wide as all 3 admin servers on the same box are suffering the same problem.
    This is Weblogic 10.3.2 on a Solaris vm
    JAVA Memory arguments: -Xms256m -Xmx512m
    WLS Start Mode=Development
    CLASSPATH=/apps/Oracle/Middleware64/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/apps/Oracle/jrt/jrmc-4.0.1-1.6.0/lib/tools.jar:/apps/Oracle/Middleware64/utils/config/10.3/config-launch.jar:/apps/Oracle/Middleware64/wlserver_10.3/server/lib/weblogic_sp.jar:/apps/Oracle/Middleware64/wlserver_10.3/server/lib/weblogic.jar:/apps/Oracle/Middleware64/modules/features/weblogic.server.modules_10.3.2.0.jar:/apps/Oracle/Middleware64/wlserver_10.3/server/lib/webservices.jar:/apps/Oracle/Middleware64/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/apps/Oracle/Middleware64/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/apps/Oracle/Middleware64/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/apps/Oracle/Middleware64/wlserver_10.3/server/lib/xqrl.jar
    PATH=/apps/Oracle/Middleware64/wlserver_10.3/server/bin:/apps/Oracle/Middleware64/modules/org.apache.ant_1.7.0/bin:/apps/Oracle/jrt/jrmc-4.0.1-1.6.0/jre/bin:/apps/Oracle/jrt/jrmc-4.0.1-1.6.0/bin:/usr/bin:/usr/sfw/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Starting WLS with line:
    /apps/Oracle/jrt/jrmc-4.0.1-1.6.0/bin/java -jrockit -Xms256m -Xmx512m -Dweblogic.Name=AdminServer -Djava.security.policy=/apps/Oracle/Middleware64/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/apps/Oracle/Middleware64/wlserver_10.3 -Dwls.home=/apps/Oracle/Middleware64/wlserver_10.3/server -Dweblogic.home=/apps/Oracle/Middleware64/wlserver_10.3/server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/apps/Oracle/Middleware64/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
    <09-Jan-2013 18:32:06 o'clock GMT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.0.1-21-133393-1.6.0_20-20100512-2127-solaris-sparcv9 from Oracle Corporation>

    Just a wild guess (as you have restarted the physical servers), it could be related to the entropy of the machine.
    What you can try to do is edit the java.security file in the $JAVA_HOME/jre/lib/security directory.
    Find the entry securerandom.source and edit the value to file:/dev/./urandom (instead of file:/dev/urandom)

  • System Landscape Directory server not started

    Hi,
    We are running Solution Manager 4.0 SP13.
    When I log ito the NWA get the message : System Landscape Directory server not started
    We are trying to configure CEN but only the Local System can be administered.
    If I goto the Central SLD and login - Administration - Server Started.
    If I look at the ABAP - Transaction  SLDAPICUST - save configuration - all ok
    I goto the Jco Connectors and ensure all Jco Connections are configured: SAPSLDAPI_SID
    ABAP RFCs; All configured
    ABAP - Transaction - sldcheck .. it returns with success.
    I login to the ABAP stack - smgw - logged in clients and all Jco Connections are available
    I go into the J2ee Admin - navigate to the SLD Data supplier - all tests return success.
    The SLD CIM is version 1.5.20
    The application com.sap.engine.class.download is started ( Note 1017526 )
    However when I login to with the J2ee_admin tool the following  is missing from the CIM Client:
    sap.com/tclmwebadminmainframewd/webdynpro/public/lib/app.jar
    sap.com/tclmwebadminsldwd/webdynpro/public/lib/app.jar
    Please help.

    Hi Anand,
    I verified the SLD Post Processing doc in case I missed something. The doc I used:
    https://websmp106.sap-ag.de/~sapidb/011000358700003772372006E
    I went through every point in the doc and verified that it was completed .
    If I open Monitoring Setup Guide for SAP NetWeaver 7.0 SP Stack 12 ( Can't find 13 ) I go to page 68 :
    6.5.2. Configuring the Connection Between CEN and the SLD ... I have followed all the steps without any error.:
    I followed it Step-by-Step.... however the following CIM Client Genearations do not exist:
    sap.com/tclmwebadminmainframewd/webdynpro/public/lib/app.jar
    sap.com/tclmwebadminsldwd/webdynpro/public/lib/app.jar
    What is available and Activated :
    sap.com/tclmwebadminmainframewd/webdynpro/public/lib/sap.comtclmwebadminmainframe~wd.jar
    sap.com/tclmwebadminsldwd/webdynpro/public/lib/sap.comtclmwebadminsld~wd.jar
    I alos Decided for the purpose of Troubleshooting to Activate All:
    sap.com/tclmwebadmin~mainframe.......
    sap.com/tclmwebadmin~sld..........
    When I go into NWA .. its still says SLD Not started.
    If I go inot the J2ee Admin Tool - SLD Data Supplier - Trigger Data Transfer OK
    I goto the SLD - Administration . SLD Started
    I Can see all the Techinical systems - ABAP and Java.
    All business Systems are there
    SLDCHECK works fine .. no errors !
    But I can't change the status of the NWA System Landscape Selectipon From Local to Central.
    Warning / Error :
    System Landscape Directory server not started
    and
    Only local system can be administered
    I maybe missing something but I can't see what it is....
    Further Help required !

  • EPMA process manager service is not starting

    Hi gurus,
    I'm working on Hyperion v-11.1.1.3 and in that i'm not able to start the EPMA process manager.It is throwing an error message as
    The Hyperion EPM Architect - ProcessManager service on local Computer started and then stopped
    Some services stop automatically if they have no work to do, for example, the performance Logs and Alerts Service.
    When checking in the dimension server logs/eventvwr it is showing the following error message. But some times it is showing 1053 error message that-the process manager is not starting in a timely etc..
    *[Engine Startup] Hyperion.DimensionServer.Program.LogMessage(:0) - An error occurred during initialization of engine ID 1: ORA-01115: IO error reading block from file 4 (block # 782666)*
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-01115: IO error reading block from file 4 (block # 782666)
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-15081: failed to submit an I/O operation to a disk
    System.Data.OracleClient.OracleException: ORA-01115: IO error reading block from file 4 (block # 782666)
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-01115: IO error reading block from file 4 (block # 782666)
    ORA-15081: failed to submit an I/O operation to a disk
    ORA-15081: failed to submit an I/O operation to a disk
    at System.Data.OracleClient.OracleConnection.CheckError(OciErrorHandle errorHandle, Int32 rc)
    at System.Data.OracleClient.OracleLob.Read(Byte[] buffer, Int32 offset, Int32 count)
    at System.IO.StreamReader.ReadBuffer()
    at System.IO.StreamReader.ReadToEnd()
    at System.Data.OracleClient.OracleLob.get_Value()
    at System.Data.OracleClient.OracleColumn.GetValue(NativeBuffer_RowBuffer buffer)
    at System.Data.OracleClient.OracleDataReader.GetValue(Int32 i)
    at Hyperion.DataAccessLayerCore.DALDatasetCommand.ColumnValue(Int32 index)
    at Hyperion.DataAccessLayerCore.DALRowset`1.Read()
    at Hyperion.DataAccessLayerCore.DALRowset`1.Execute()
    at Hyperion.DataAccessLayerCore.SelectCommand`1.Execute(Action`1 callback)
    *at Hyperion.DataAccessLayerCore.GenericDAO.Select[T](Action`1 callback, SetParamsEvent`1 onSetParams)*
    at Hyperion.DimensionServer.DAO.DimensionPropertyManagerDAO.LoadDimensionMemberMemoProperties(Int32 libraryID, Int32 dimensionID, Action`1 action)
    at Hyperion.DimensionServer.PropertyManager.LoadDimension(Dimension dimension)
    at Hyperion.DimensionServer.PropertyManager.LoadProperties()
    at Hyperion.DimensionServer.Library.Load()
    at Hyperion.DimensionServer.Global.Initialize(String jobManagerConnectString)
    at Hyperion.DimensionServer.Program.Main(String[] args)
    What could be the reason for the issue and the possible resolution.I have checked in other posts in the forum but unable figure out resolution.
    If it is related to Oracle client issue then where can we find out the installed oracle client in the server?
    Thanks in advance

    Hi John,
    Thanks for the information..i have checked and came to know that the db server is down.
    It is working fine now.
    Could you please let me know..what all the services will not be available if Process manager service is not started?
    Thanks in advance

  • Windows could not start the Cluster Service on Local computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2.

    Dear Technet,
    Windows could not start the Cluster Service on Local computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to service-specific error code 2.
    My cluster suddenly went disappear. and tried to restart the cluster service. When trying to restart service this above mention error comes up.
    even i tried to remove the cluster through power-shell still couldn't happen because of cluster service not running.
    Help me please.. thank you.
    Regards
    Shamil

    Hi,
    Could you confirm which account when you start the cluster service? The Cluster service is a service that requires a domain user account.
    The server cluster Setup program changes the local security policy for this account by granting a set of user rights to the account. Additionally, this account is made a member
    of the local Administrators group.
    If one or more of these user rights are missing, the Cluster service may stop immediately during startup or later, depending on when the Cluster service requires the particular
    user right.
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Play video (http) works, stream video (rtmp) does not; edge server not starting

    However, I think the problem is the edge server not starting.
    I looked in the logs directory and found the core log, the master log.
    I also found /var/log/messages.
    Shouldn't there be an edge log?
    I did this from the readme:
    sudo ./fmsmgr server fms start
    udo ./fmsmgr adminserver start

    rats, hit the wrong button
    here is the rest of the report
    I did this
    sudo ./fmsmgr server fms start
    sudo ./fmsmgr adminserver start
    sudo ./server start
    The master.log: 
    #Date: 2011-07-21
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-07-21      16:34:35        26286   (i)2581173      FMS detected IPv6 protocol stack!       -
    2011-07-21      16:34:35        26286   (i)2581173      FMS config <NetworkingIPv6 enable=false>        -
    2011-07-21      16:34:35        26286   (i)2581173      FMS running in IPv4 protocol stack mode!        -
    2011-07-21      16:34:35        26286   (i)2581173      Host: bastet.cam.corp.google.com IPv4: 172.31.194.67    -
    2011-07-21      16:34:35        26286   (i)2571011      Server starting...      -
    2011-07-21      16:34:35        26286   (i)2581224      Edge (26306) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".      -
    2011-07-21      16:34:35        26286   (i)2571111      Server started (/opt/adobe/fms/conf/Server.xml).        -
    2011-07-21      16:34:40        26286   (i)2581226      Edge (26306) is no longer active.       -
    #Date: 2011-07-21
    #Fields: date   time    x-pid   x-status        x-ctx   x-comment
    2011-07-21      16:36:16        26713   (i)2581173      FMS detected IPv6 protocol stack!       -
    2011-07-21      16:36:16        26713   (i)2581173      FMS config <NetworkingIPv6 enable=false>        -
    2011-07-21      16:36:16        26713   (i)2581173      FMS running in IPv4 protocol stack mode!        -
    2011-07-21      16:36:16        26713   (i)2581173      Host: bastet.cam.corp.google.com IPv4: 172.31.194.67    -
    2011-07-21      16:36:16        26713   (i)2571011      Server starting...      -
    2011-07-21      16:36:16        26713   (e)2571122      Server aborted. -
    The /var/log/messages output shows "Server starting ..." messages.
    When I do the ps:
    ps auxww | grep adobe
    nobody   19178  0.0  0.0 203444 11124 pts/2    Sl   16:03   0:00 /opt/adobe/fms/fmscore -adaptor _defaultRoot_ -vhost _defaultVHost_ -app registry -inst registry -tag -console -conf /opt/adobe/fms/conf/Server.xml -name _defaultRoot_:_defaultVHost_:registry:registry:
    I expected to see the fmsedge binary.
    lsof doesn't show anybody listening on 1935 as I expected for an rtmp server.

  • SBS Manager Service will not start

    I seem to have a bit of a problem the SBS manager service will not start at all. I have tried rebuilding the SBS Monitoring database and this did not help. This started happening a few months after a SBS 2008 to SBS 2011 migration, does anyone have any ideas
    as I no longer get reporting or alerts.
    At first I thought it might have had something to do with permissions but not too sure how to check and what to check apart from the common things, DB permissions, permissions on folders etc but I may have missed something?

    Hi,
    Regarding the current issue, since you have tried to rebuild the SBS monitoring database without any help, I suggest we could try to refer to the following article this time to see if it works.
    FAQ: SBS 2011. The Windows SBS Manager service terminated unexpectedly
    http://msmvps.com/blogs/bradley/archive/2013/09/19/the-windows-sbs-manager-service-terminated-unexpectedly.aspx
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Sql server not starting

    Hi I have only files from catalog DATA form my SQL Server 2008. After I installed sql server and replates file in katalog DATA server not starting.
    Where I have problem, what I need to do to work? thanks for any help
    best regards

    This Is my Error log
    2014-01-02 12:28:05.84 Server Microsoft SQL Server 2008 (RTM) - 10.0.1600.22 (X64)
    Jul 9 2008 14:17:44
    Copyright (c) 1988-2008 Microsoft Corporation
    Express Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: )
    2014-01-02 12:28:05.84 Server (c) 2005 Microsoft Corporation.
    2014-01-02 12:28:05.84 Server All rights reserved.
    2014-01-02 12:28:05.84 Server Server process ID is 6840.
    2014-01-02 12:28:05.84 Server System Manufacturer: 'Hewlett-Packard', System Model: 'HP ENVY Sleekbook 4 PC'.
    2014-01-02 12:28:05.84 Server Authentication mode is WINDOWS-ONLY.
    2014-01-02 12:28:05.84 Server Logging SQL Server messages in file 'F:\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Log\ERRORLOG'.
    2014-01-02 12:28:05.84 Server This instance of SQL Server last reported using a process ID of 6948 at 2014-01-02 12:22:16 (local) 2014-01-02 11:22:16 (UTC). This is an informational message only; no user action is required.
    2014-01-02 12:28:05.84 Server Registry startup parameters:
    -d F:\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\master.mdf
    -e F:\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\Log\ERRORLOG
    -l F:\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\mastlog.ldf
    2014-01-02 12:28:05.92 Server SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2014-01-02 12:28:05.92 Server Detected 4 CPUs. This is an informational message; no user action is required.
    2014-01-02 12:28:05.97 Server Using dynamic lock allocation. Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is an informational message only. No user action is required.
    2014-01-02 12:28:11.12 Server Node configuration: node 0: CPU mask: 0x000000000000000f Active CPU mask: 0x000000000000000f. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
    2014-01-02 12:28:11.17 spid7s Starting up database 'master'.
    2014-01-02 12:28:11.36 spid7s FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
    2014-01-02 12:28:11.37 spid7s SQL Trace ID 1 was started by login "sa".
    2014-01-02 12:28:11.37 spid7s Starting up database 'mssqlsystemresource'.
    2014-01-02 12:28:11.39 spid7s The resource database build version is 10.00.1600. This is an informational message only. No user action is required.
    2014-01-02 12:28:11.50 spid7s Error: 15466, Severity: 16, State: 1.
    2014-01-02 12:28:11.50 spid7s An error occurred during decryption.
    2014-01-02 12:28:11.53 spid10s Starting up database 'model'.
    2014-01-02 12:28:11.55 spid7s Server name is 'MACIEK\SQLEXPRESS'. This is an informational message only. No user action is required.
    2014-01-02 12:28:11.55 spid7s Informational: No full-text supported languages found.
    2014-01-02 12:28:11.55 spid7s Starting up database 'msdb'.
    2014-01-02 12:28:11.56 spid10s Error: 17204, Severity: 16, State: 1.
    2014-01-02 12:28:11.56 spid10s FCB::Open failed: Could not open file E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\model.mdf for file number 1. OS error: 3(System nie może odnaleźć określonej ścieżki.).
    2014-01-02 12:28:11.56 spid10s Error: 5120, Severity: 16, State: 101.
    2014-01-02 12:28:11.56 spid10s Unable to open the physical file "E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\model.mdf". Operating system error 3: "3(System nie może odnaleźć określonej ścieżki.)".
    2014-01-02 12:28:11.56 spid7s Error: 17204, Severity: 16, State: 1.
    2014-01-02 12:28:11.56 spid7s FCB::Open failed: Could not open file E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\MSDBData.mdf for file number 1. OS error: 3(System nie może odnaleźć określonej ścieżki.).
    2014-01-02 12:28:11.56 spid7s Error: 5120, Severity: 16, State: 101.
    2014-01-02 12:28:11.56 spid7s Unable to open the physical file "E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\MSDBData.mdf". Operating system error 3: "3(System nie może odnaleźć określonej ścieżki.)".
    2014-01-02 12:28:11.58 spid10s Error: 17207, Severity: 16, State: 1.
    2014-01-02 12:28:11.58 spid10s FileMgr::StartLogFiles: Operating system error 2(Nie można odnaleźć określonego pliku.) occurred while creating or opening file 'E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\modellog.ldf'. Diagnose and correct the operating system error, and retry the operation.
    2014-01-02 12:28:11.58 spid10s File activation failure. The physical file name "E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\modellog.ldf" may be incorrect.
    2014-01-02 12:28:11.58 spid10s Error: 945, Severity: 14, State: 2.
    2014-01-02 12:28:11.58 spid10s Database 'model' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details.
    2014-01-02 12:28:11.58 spid10s Could not create tempdb. You may not have enough disk space available. Free additional disk space by deleting other files on the tempdb drive and then restart SQL Server. Check for additional errors in the event log that may indicate why the tempdb files could not be initialized.
    2014-01-02 12:28:11.58 spid10s SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    2014-01-02 12:28:11.58 spid7s Error: 17207, Severity: 16, State: 1.
    2014-01-02 12:28:11.58 spid7s FileMgr::StartLogFiles: Operating system error 2(Nie można odnaleźć określonego pliku.) occurred while creating or opening file 'E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\MSDBLog.ldf'. Diagnose and correct the operating system error, and retry the operation.
    2014-01-02 12:28:11.58 spid7s File activation failure. The physical file name "E:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL\DATA\MSDBLog.ldf" may be incorrect.
    Any idea? 

Maybe you are looking for

  • Can I use something other than HDMI for the apple TV?

    My TV and AVR are in different locations. For this I ran the connection with cat5 and hooked it all up with component video. The AVR won't down convert the hdmi to component out so therefore I can not plug hdmi into it. Does the apple tv connect vide

  • What is error 111111?  I cannot download any song.  Same for both computers

    One computer is XP and the other Vista. So there is no issue with Vista. The older, XP, computer worked fine until recently, so I doubt it's any type of conflict. The newer one I have never made a purchase on. (First attempt results in above error me

  • Why my bb9900 software is not updated

    hi ,  right now i am using bold 9900 and my device soft ware is  7.0 bundle 1315 (v7.0.0.250 , platform 5.0.0.448) i came to know that there are some updates regarding the bundle but in my case if i connect to desktop manager it doesnot show me any u

  • Unable to start database in srvctl Command- srvctl hangs

    Hi, I have 2 node rac database and i am not able to up the database with srvctl (instance name prod1 and prod 2) database: 11.2 Linux red hat [oracle@Host1 dbs]$ srvctl status database -d PROD It got hanged, any one let me know how to troubleshoot th

  • Do I need After Effects?

    Does Final Cut Studio 5 have a great many effects, or would I need to consider getting After Effects as well to suplement it? I actually just recently discovered iMovie, and my interest in video and video editing has been piqued. I wound up buying Ge