Managed soa server doesn't start

Hi,
I have a Problem starting soa server.
I have successfully installed SOA 11.1.1.5 on my Windows 7 on 64 bit machine.
Admin server starts without a problem, but when I start Soa server, It asks for username. Here I enter weblogic and the following error shows:
<BEA-090783><Server is running in production mode and the Native Library(Terminalio) to read the password securely is not found.>

Hi,
To implement the solution execute the following steps:
There are two workarounds to this problem:
Either (Linux and Windows):
1. Navigate to $MIDDLEWARE_HOME/user_projects/domains/<domain_name>/servers/<managed_server>/security/. If the /security folder does not exist then create it. Then create a boot.properties file in the /security folder that contains:
username=weblogic
password=<password>
2. Then run startManagedWeblogic.sh and it will not ask for the username/password on startup
OR (Linux only):
1. Edit the /user_projects/domains/<DOMAIN_NAME>/bin/setDomainEnv.sh and change:
<MIDDLEWARE_HOME>/wlserver_10.3/server/native/linux/i686
to:
<MIDDLEWARE_HOME>/wlserver_10.3/server/native/linux/x86_64
OR:
1.Run the startManagedWebLogic.sh script with:
startManagedWebLogic.sh <managed_server> -Dweblogic.management.allowPasswordEcho=true.
Regards,
Kal

Similar Messages

  • 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

  • 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

  • Server doesn't start after applying SP3

    Hi,
    after applying SP3 the server doesn't start.
    I just get the following error within the server log.
    Any hints ?
    Regards
    Gerald Eder
    JVMX version - May 20 2007 23:27:34 - 01_REL - optU - windows amd64 - bas2:78002 (mixed mode, sharing)
    (CompilerOracle exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources)
    (CompilerOracle exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain)
    (CompilerOracle exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub)
    (CompilerOracle exclude com/sapportals/portal/prt/util/StringUtils escapeToJS)
    (CompilerOracle exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices)
    (CompilerOracle exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile)
    (CompilerOracle exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup)
    (CompilerOracle exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue)
    (CompilerOracle exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode)
    (CompilerOracle exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode)
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations)
    (CompilerOracle exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto)
    (CompilerOracle exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Using an index file : D:\usr\sap\TC1\J20\j2ee\cluster\bin\index.list
    [GC [ParNew: 14592K->4114K(29120K), 0.0102761 secs] 14592K->4114K(116544K), 0.0103466 secs]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 32 ms.
       Read the objects for 250 ms.
       Substituted the values for 47 ms.
    Finished reading kernel objects for 297 ms.
    StartupFramework returned mode [NORMAL]
    StartupFramework returned action [NONE]
    SAP J2EE Engine Version 7.10.3301.162847.20070927153007 is starting...
    Loading: LogManager ... 578 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... Error - ID:000004. System is halted. Exception is:
    java.lang.NoClassDefFoundError: com/sap/jvm/Capabilities
         at com.sap.engine.core.thread.impl3.ErrorQueueHandler.<clinit>(ErrorQueueHandler.java:34)
         at com.sap.engine.core.thread.impl3.ThreadManagerImpl.init(ThreadManagerImpl.java:204)
         at com.sap.engine.core.Framework.loadSingleManager(Framework.java:665)
         at com.sap.engine.core.Framework.loadManagers(Framework.java:367)
         at com.sap.engine.core.Framework.start(Framework.java:296)
         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:585)
         at com.sap.engine.boot.FrameThread.startFramework(FrameThread.java:161)
         at com.sap.engine.boot.FrameThread.run(FrameThread.java:183)
         at com.sap.engine.boot.StartFrame.work(StartFrame.java:101)
         at com.sap.engine.boot.Start.main(Start.java:33)
    Caused by: java.lang.ClassNotFoundException: com.sap.jvm.Capabilities
    Loader Info -
    ClassLoader name: [system:Kernel]
    Living status: alive
    Direct parent loaders:
       [library:core_lib]
    Resources:
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\jenqulib.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcantlr~runtime.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtapi_for_assembly.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcachemgmtimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblcache_pluginslib.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblframekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_cacheimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_classloadkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_clusterkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_configurationkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_databasekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_licensingkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_lockingkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_logkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_poolkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_servicekrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcbljkernel_threadkrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcblopensqlkernelimplOpenSQLKrn.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcjeoffline_deployimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcjesessionmgmtimpl.jar
       D:\usr\sap\TC1\J20\j2ee\cluster\bin\kernel\sap.comtcseclikeylikey_assembly.jar
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:259)
         at com.sap.engine.boot.loader.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:228)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:353)
         ... 13 more

    After upgrading the SAPVM the server starts

  • MDM Server doesn't start after upgrade to SP 5

    hi,
    i'm not used to sap services on windows hosts.
    After the Update from 7.1.04 to 7.1.05 the mdm server doesn't start. I found only a few logs (unter c:/usr/sap/SID/MDS00/work). Most of them from sapcpe (without errors or warnings). Only the sapstart.log contains a bit information:
    SAP-R/3-Startup Program
    Starting at 2010/08/16 21:29:18
    Startup Profile: "C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest"
    Starting Programs
    (1684) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/mds.lst
    (976) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/shared.lst
    (3632) Execute: C:\usr\sap\MDM\SYS\exe\uc\NTAMD64\sapcpe.EXE pf=C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest list:C:\usr\sap\MDM\SYS\exe\uc\NTAMD64/sapinstance.lst
    (2172) Execute: C:\usr\sap\MDM\MDS00\exe\mdmcpc.bat C:\usr\sap\MDM\SYS\profile\MDM_MDS00_mdmtest.INI C:\usr\sap\MDM\MDS00\config\mds.ini
    (3652) CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3652 died unexpectedly, restarting process
    (3612) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3612 died unexpectedly, restarting process
    (2364) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 2364 died unexpectedly, restarting process
    (3576) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3576 died unexpectedly, restarting process
    (3588) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    Process 3588 died unexpectedly, final process restart.
    Process will not be restated in the future because of frequent failure.
    (1396) Restart CreateProcess: C:\usr\sap\MDM\MDS00\exe\mds.EXE
    This isn't really much I can work with. In the sapmmc I found the Option Developer Trace. I try to 'switch it on', but there is no difference.
    With 7.1.04 the server was running well.
    I happy for any suggestions

    Hi,
    Please check out Note 1482822 - MDM Server not starting after MDM 7.1 SP05 was installed.
    hope it helps you.
    Best regards,
    sudhanshu

  • HTTP Server Doesn't Start after install

    I just completed an install of the 10.1.3.1 Oracle App Server. It indicated that the install was successful. I can see in the log the BPEL Manager deploying in the default domain, but I do not see any reference to the HTTP server. Also, when I do a *./opmnctl startall* there is no HTTP_Server~1.log created.
    Is there a step I need to complete to enable the Apache server to start? I must be missing something - the Apache folder is there in the install folder.
    The *./opmnctl status* reports:
    Processes in Instance: AS02.ssg-st-bpel-build0-dev.vzbi.com
    ---------------------------------+--------------------+---------+---------
    ias-component                    | process-type       |     pid | status
    ---------------------------------+--------------------+---------+---------
    OC4JGroup:default_group          | OC4J:home          |   18970 | Alive
    ASG                              | ASG                |     N/A | DownI found the following in the installActions log:
    Install type for "Oracle HTTP Server 10.1.3.0.0 " is "Typical".
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.bc4j 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.bc4j.oem 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.soap.srv 2.2.0.0.2a.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.apache.ejb 9.0.1.0.1.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.apache.ojsp 10.1.2.0.0.
         Conflict while setting install type of "Oracle Process Management Notification 10.1.3.1.0 "  to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.dcm 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.sysman.emd 10.0.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.java.j2ee.iascfg 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.logloader 10.1.2.0.0.
    # Not all the dependencies for the component Oracle HTTP Server 10.1.3.0.0  could be found. Missing component oracle.webdb.monitor 10.1.2.0.0.
    What am I missing?  Is there a package I need to install before installing the App Server?
    Edited by: BCurtis on Sep 24, 2010 3:22 PM
    Edited by: BCurtis on Sep 24, 2010 3:25 PM

    I now know I'm missing the <ias-component id="HTTP_Server"> in the opmn.xml file. The following is from an older install of a few years ago.
             <ias-component id="HTTP_Server">
                <process-type id="HTTP_Server" module-id="OHS">
                   <module-data>
                      <category id="start-parameters">
                         <data id="start-mode" value="ssl-enabled"/>
                      </category>
                   </module-data>
                   <process-set id="HTTP_Server" numprocs="1"/>
                </process-type>
             </ias-component>This explains why the startall doesn't start the HTTP Server, but why would the install not include the HTTP Server in the configuration?

  • Remote Update Manager on Yosemite doesn't start

    Hi to all, I have recently updated my 15 iMac (year 2012) to Yosemite.
    After the upgrade, the Adobe Remote Update Manager tool doesn't start, with an error 1.
    In the console, I see these lines:
    Any suggestions?
    Many thanks

    Same problem here on my wife's mid-2012 Macbook Air. Really annoying.

  • Reports server doesn't start after upgrade 11.1.1.2 - 11.1.1.6

    Hello,
    I've upgraded a Linux server from Weblogic 10.3.2 / Forms 11.1.1.2 to Weblogic 10.3.6 / Forms 11.1.1.6 and I have some problems with reports server.
    I can't use jobStatusRepository on my reports server.
    I've created a new one, and when I activate the Job Status Repository, server can't start.
    I've added this features from Enterprise Manager and I've build a new credential (I first have tried to redefine old ones).
    When I modify my rwserver.conf adding comments to jobStatusRepository section, my report server start (from opmnctl or from Enterprise Manager) but as soon I put on line the jobStatusRepository, it fails to start.
    My server is an Oracle Linux 5.
    I've done the same on another server (same releases) and it does the same ...
    Thanks for any help.
    Xavier Cabantous

    Hello,
    thanks for your reply.
    I've put level TRACE:32in traces but there is nothing interesting in log files :
    in console~rep11_nodhos~1.log =>
    12/06/09 21:02:10 Start process
    9 juin 2012 21:02:13 oracle.security.jps.internal.common.util.XmlSchemaValidationUtil$StrictErrorHandler warning
    ATTENTION: Echec de la validation du contenu XML. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Emplacement : line 2 column 272.
    but I've seen in other topics that we don't have to care to this Warning.
    in rwserver_diagnostic.log =>
    no errors messages, it ends with
    [2012-06-09T21:02:13.483+02:00] [reports] [TRACE:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] [SRC_CLASS: oracle.reports.utility.RWLogger] [SRC_METHOD: writeln] Multicast:registerReceiver Packet handler registered
    [2012-06-09T21:02:13.489+02:00] [reports] [NOTIFICATION:16] [] [oracle.reports.server] [tid: 10] [ecid: 0000JVIc0PeFw000jzwkno1Fotqn000001,0] ServerPacketHandler:start ServerPacketHandler started successfully
    I just have opened a SR on MetaLink

  • Soa server is not starting because of compsoite deployment error

    Hi,
    Env : Oracle SOA Suite 11.1.1.3 with Weblogic 10.3.
    Problem :
    While trying to start the soa server , one of the composite named "FTPBPELProcess" seems to fail to deploy properly.
    Here is the snapshot of the error seen in the logs:
    =============================================================================
    [2011-07-11T16:04:15.057+05:30] [soa_server1] [ERROR] [] [oracle.soa.bpel.engine] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000J4OjTycEWN1pnsc9yZ1E6gCg0000TF,0] [APP: soa-infra] [dcid: 14c043a6df8a36cb:44fa1729:131188b8d7f:-7fff-0000000000000031] Unable to activate process FTPBPELProcess[[
    javax.ejb.EJBException: Transaction Rolledback.: weblogic.transaction.internal.TimedOutException: Transaction timed out after 302 seconds
    BEA1-33CC5A5CF32CE50C6CCB
         at weblogic.transaction.internal.ServerTransactionImpl.wakeUp(ServerTransactionImpl.java:1733)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.processTimedOutTransactions(ServerTransactionManagerImpl.java:1578)
         at weblogic.transaction.internal.TransactionManagerImpl.wakeUp(TransactionManagerImpl.java:1900)
         at weblogic.transaction.internal.ServerTransactionManagerImpl.wakeUp(ServerTransactionManagerImpl.java:1488)
         at weblogic.transaction.internal.WLSTimer.timerExpired(WLSTimer.java:35)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    ; nested exception is: weblogic.transaction.internal.TimedOutException: Transaction timed out after 302 seconds
    BEA1-33CC5A5CF32CE50C6CCB
    After some time .....
    0000J4OwpH9EWN1pnsc9yZ1E6gBw00000W,0:2:1:100000000] [APP: soa-infra] [composite_name: FTPAdapter] [component_name: FTPBPELProcess] [component_instance_id: 20001] [dcid: 14c043a6df8a36cb:44fa1729:131188b8d7f:-7fff-00000000000022bd] <WSInvocationManager::invoke> got FabricInvocationException[[
    oracle.fabric.common.FabricInvocationException: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'SynchRead' failed due to: No Data to process.
    No Data to process.
    File C:\ftp\FileToRead.txt to be processed was not found or not available or has no content
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.EndpointInteractionException.getFabricInvocationException(EndpointInteractionException.java:75)
         at oracle.integration.platform.blocks.adapter.AdapterReference.getFabricInvocationException(AdapterReference.java:298)
         at oracle.integration.platform.blocks.adapter.AdapterReference.request(AdapterReference.java:204)
         at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
         at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:179)
         at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:155)
         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 $Proxy247.request(Unknown Source)
         at oracle.fabric.CubeServiceEngine.requestToMesh(CubeServiceEngine.java:793)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:262)
         at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1073)
         at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:526)
         at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:127)
         at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:69)
         at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:162)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2465)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1132)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:219)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:327)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4350)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4281)
         at com.collaxa.cube.engine.CubeEngine._createAndInvoke(CubeEngine.java:713)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:545)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:654)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:355)
         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 com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:414)
         at oracle.security.jps.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
         at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:106)
         at sun.reflect.GeneratedMethodAccessor875.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy242.handleInvoke(Unknown Source)
         at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleInvoke(BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.java:594)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:35)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:141)
         at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:82)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'SynchRead' failed due to: No Data to process.
    No Data to process.
    File C:\ftp\FileToRead.txt to be processed was not found or not available or has no content
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:433)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:542)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeSyncJcaReference(JCAInteractionInvoker.java:492)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performSynchronousInteraction(JCAEndpointInteraction.java:472)
         at oracle.integration.platform.blocks.adapter.AdapterReference.request(AdapterReference.java:166)
         ... 74 more
    Caused by: BINDING.JCA-11007
    ================================================================================
    The FTPBPELProcess is simply calling a SynchRead operation on a FTP Adapter configured to read from the phisical directory ie., C:\ftp\FileToRead.txt in my local desktop. The file has all permissions for the user has some content too.
    Questions :
    =========
    1. Why do I get the above error and how to resolve this.
    2. More importantly , I didnt want my soa server to be hold up because of this . So how can i undeploy this composite manually. ( cant do this by EM as Soa infra doesnt show up because server is still down).
    I tried deleting the composite from the folder C":\Oracle\Middleware\user_projects\domains\soa_domain\deployed-composites" and starting the server again.
    But it seems like server is looking at somehwere else and picking the composite and deploying it. Do we have any file where we can delete the entry or something specifying that I dont want the composite to be deployed..?? Much wonder to me is that I searched my whole system with *.sar/*.jar for that process but I didnt find any. where is the server picking it from then while dpeloying ?
    Really appreciate for your response as this is blocking us completely.
    Regards,
    Sri.

    weblogic.transaction.internal.TimedOutException: Transaction timed out after 302 seconds What is the current value of JTA timeout in your domain? Try to increase it and test the deployment again.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'SynchRead' failed due to: No Data to process. No Data to process. File C:\ftp\FileToRead.txt to be processed was not found or not available or has no contentGenerally this issue comes when provided path is not valid but as you mentioned that path is correct and permissions are given, make sure that file has not been opened by any other process which has put a lock on this file. As you said it's a sync read and composite in which this is included, is not getting deployed then how it is getting called? What is the execution start point of your composite and if it is not deployed then why this error?
    Regards,
    Anuj

  • J2ee server doesn't started in debug mode

    Hi.
    I set J2EE server debug mode using configtool and I try to start J2EE.
    At that time, dispatcher, SDM process started successfully but server process doesn't start.
    SAP MMC has "waiiting for start" status for server process.
    Any ideas ?
    Regards, Arnold.

    Right aside the Enable Debugging checkbox in the configtool, there's a 'Restricted Load Balancing' checkbox. As I remember, in some version of the J2EE engine, you need to invert its state in order to get debugging to run.
    Regards,
    Armin

  • Endeca Server doesn't start

    Hi,
    I'm using OEID 3.0 on an Oracle Linux virtual machine. Two days ago I've experienced an issue with Endeca Server: when I start the endeca server domain, launching the $ENDECA_DOMAIN/bin/startWebLogic.sh script the domain starts, but in the standard output I can see this error message:
    <17-lug-2013 11.03.18 CEST> <Warning> <com.endeca.opmodel.control.ClusterCoordinator> <OES-000056> <OES-000056: ClusterCoordinator process ended. Automatically restarting>
    1994415 [Thread-36-SendThread(localhost:2181)] INFO   [ClientCnxn] Opening socket connection to server localhost/127.0.0.1:2181
    1994416 [Thread-36-SendThread(localhost:2181)] WARN   [ClientCnxn] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
    java.net.ConnectException: Connection refused
      at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
      at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1143)
    1995685 [Thread-36-SendThread(localhost:2181)] INFO   [ClientCnxn] Opening socket connection to server localhost/127.0.0.1:2181
    1995685 [Thread-36-SendThread(localhost:2181)] WARN   [ClientCnxn] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
    java.net.ConnectException: Connection refused
      at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
      at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:599)
      at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1143)
    <17-lug-2013 11.03.22 CEST> <Warning> <com.endeca.opmodel.control.ClusterCoordinator> <OES-000056> <OES-000056: ClusterCoordinator process ended. Automatically restarting>
    1997172 [Thread-36-SendThread(localhost:2181)] INFO   [ClientCnxn] Opening socket connection to server localhost/127.0.0.1:2181
    1997172 [Thread-36-SendThread(localhost:2181)] WARN   [ClientCnxn] Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect
    This message is repeated endlessy and the server isn't active.
    If I try to retrieve the list of data domains using the endeca-cmd command, the result is:
    [oracle@testbi endeca-cmd]$ endeca-cmd list-dd
    GRAVE: Error while invoking endpoint "http://localhost:7001/endeca-server/ws/manage" from client
    endeca-cmd encountered a problem.
    caused by:
    The Endeca Server returned an error: OES-000075: Caught exception when starting Endeca Server: null
    caused by:
    OES-000075: Caught exception when starting Endeca Server: null
      OES-000075: Caught exception when starting Endeca Server: null
    But if I try to digit in my web browser the url http://192.168.2.16:7001/endeca-server/ws/manage?wsdl I can see that the web services are active and I can display the xml.
    Can anyone help me please?
    Best regards,
    Samuele Scattolini

    Hi Samuele,
    Another issue might be related to the fact that you are running the deployment on a VM. Specifically, could it be that that the machines you were using aren't able to resolve the names to addresses?  We've seen this on VM machines - they seem to have two names configured, one of which is resolvable externally and one of which is only resolvable locally. If this indeed is the case in your deployment, try the following:
    1. Go to $MW_HOME/user_projects/domains/endeca_server_domain/config
    2. Check the contents of the EndecaServer.properties file, on all machines on which the Endeca Server is deployed. Specifically, see how the host on which the Cluster Coordinator should be running is configured.
    For example, in a three-node Endeca Server cluster, this line may read as in this example:
    endeca-cluster-coordinator-hosts=host1,host2,host3
    where host1, host2 and host3 are local host names of your machines.
    It is possible that if your machine is configured with a fully qualified domain name, such as host1.us.oracle.com, but the EndecaServer.properties file lists this machine as host1, then, due to the fact that it is a VM, the name is not resolvable.
    To see if this is the case, try changing this file to use another type of notation (say, switch from FQDN to a short name, or vice versa, depending on what is in your etc/hosts and ipconfig, and see if this works.
    Hope this helps,
    Here is a doc link about the EndecaServer.properties file: http://docs.oracle.com/cd/E37483_01/server.751/es_install/toc.htm#Changing%20settings%20in%20EndecaServer.properties
    It applies to a data domain cluster, but even in a single-node deployment, the Cluster Coordinator is still running, on this same node, and thus its host must be resolvable.
    Hope this helps,
    Julia

  • J2EE server doesn't start (has been starting..) EP6SP9 on Windows XP Pro.

    I am trying to install EP6 SP9 sneak preview edition. Just I followed the instructions.
    Installation is successful. After that I installed PDK6(6090) using SDM. I also exported initial data objects to SLD.
    When I restart the from SAPMMC console, jcontrol.exe has been in "starting" state(indicating with yellow color). It doesn't start even afer couple of hours.
    Excerpt from <i>dev_jcontrol</i>
    JStartupStartJLaunch: program = C:usrsapJ2EJC00/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:usrsapJ2EJC00/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:usrsapJ2ESYSprofileJ2E_JC00_epsystem
    -> arg[02] = -DSAPINFO=J2E_00_server
    -> arg[03] = -file=C:usrsapJ2EJC00j2eeclusterinstance.properties
    -> arg[04] = -nodeName=ID5454450
    -> arg[05] = -nodeId=1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_2772
    -> arg[07] = -jvmOutFile=C:usrsapJ2EJC00workjvm_server0.out
    -> arg[08] = -jvmOutMode=append
    -> arg[09] = -stdOutFile=C:usrsapJ2EJC00workstd_server0.out
    -> arg[10] = -stdOutMode=append
    -> arg[11] = -traceMode=append
    -> arg[12] = -locOutFile=C:usrsapJ2EJC00workdev_server0
    -> arg[13] = -mode=JCONTROL
    -> arg[14] = pf=C:usrsapJ2ESYSprofileJ2E_JC00_epsystem
    -> lib path = PATH=C:j2sdk1.4.2_08jrebinserver;C:j2sdk1.4.2_08jrebin;c:sapdbprogramsbin;c:sapdbprogramspgm;C:usrsapPython.;C:oracleora92bin;C:Program FilesOraclejre1.3.1bin;C:Program FilesOraclejre1.1.8bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesATI TechnologiesATI Control Panel;C:j2sdk1.4.2_08bin;C:softwaresnmap-3.81;C:usrsapJ2ESCS01exe;C:usrsapJ2EJC00exe;C:usrsapJ2ESYSexerun
    -> exe path = PATH=C:j2sdk1.4.2_08bin;C:usrsapJ2EJC00j2eeos_libs;c:sapdbprogramsbin;c:sapdbprogramspgm;C:usrsapPython.;C:oracleora92bin;C:Program FilesOraclejre1.3.1bin;C:Program FilesOraclejre1.1.8bin;C:WINDOWSsystem32;C:WINDOWS;C:WINDOWSSystem32Wbem;C:Program FilesATI TechnologiesATI Control Panel;C:j2sdk1.4.2_08bin;C:softwaresnmap-3.81;C:usrsapJ2ESCS01exe;C:usrsapJ2EJC00exe;C:usrsapJ2ESYSexerun
    [Thr 2776] JControlICheckProcessList: process server0 started (PID:4304)
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:46:50 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:46:55 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:00 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:10 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:15 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:21 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:26 2005
    [Thr 3696] *** ERROR => MsIAttachEx: NiBufConnect to epsystem/3601 failed (rc=NIECONN_REFUSED) [msxxi.c      633]
    [Thr 3696] *** WARNING => Can't reconnect to message server (epsystem/3601) [rc = -100]-> reconnect [jcntrms.c    295]
    [Thr 3696] Thu Jul 07 09:47:31 2005
    [Thr 3696] JControlMSConnect: reconnected to message server (epsystem/3601)
    [Thr 3696] Thu Jul 07 09:52:17 2005
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] JControlMSMessageFunc: receive command:6, argument:1213679940 from Message Server
    [Thr 3696] Thu Jul 07 09:57:24 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:02:25 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:07:45 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:12:46 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:18:06 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:23:07 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    [Thr 3696] Thu Jul 07 10:28:27 2005
    [Thr 3696] JControlMSReadMessage: NiPeek() returns -5 NIETIMEOUT
    (Same lines repeated for every 5 minutes)
    MMC shows that all processes are running inclucing the message server
    C:usrsapJ2EJC00j2eeclusterinstance.properties
    ID5454400.ClassPath=./bin/boot/boot.jar:./bin/system/bytecode.jar:.
    ID5454400.Debuggable=no
    ID5454400.JLaunchParameters=
    ID5454400.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Djco.jarm=1 -XX:NewSize=28m -XX:MaxNewSize=28m Xms170m -XX:+DisableExplicitGC -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    ID5454400.LogName=dispatcher
    ID5454400.MainClass=com.sap.engine.boot.Start
    ID5454400.MaxHeapSize=170
    ID5454400.Name=dispatcher
    ID5454400.Parameters=
    ID5454400.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster/dispatcher
    ID5454400.Type=dispatcher
    ID5454450.ClassPath=./bin/boot/boot.jar:./bin/boot/jaas.jar:./bin/system/bytecode.jar:.
    ID5454450.DebugMode=no
    ID5454450.DebugPort=50021
    ID5454450.Debuggable=no
    ID5454450.JLaunchParameters=
    ID5454450.JavaParameters=-Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:+UseParNewGC -Xms512M -Xmx512M -XX:MaxNewSize=85M -XX:NewSize=85M -XX:+DisableExplicitGC -XX:MaxPermSize=192M -XX:PermSize=192M -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Drdbms.driverLocation=C:/sapdb/programs/runtime/jar/sapdbc.jar -Dsys.global.dir=C:/usr/sap/J2E/SYS/global/
    ID5454450.LogName=server0
    ID5454450.MainClass=com.sap.engine.boot.Start
    ID5454450.MaxHeapSize=512
    ID5454450.Name=server0
    ID5454450.Parameters=
    ID5454450.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster/server0
    ID5454450.Type=server
    bootstrap.ClassPath=./bootstrap/launcher.jar
    bootstrap.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap.MaxHeapSize=128
    bootstrap.Name=bootstrap
    bootstrap.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0054544
    bootstrap.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster
    bootstrap.Type=bootstrap
    bootstrap_ID5454400.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID5454400.JLaunchParameters=
    bootstrap_ID5454400.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap_ID5454400.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID5454400.MaxHeapSize=170
    bootstrap_ID5454400.Name=dispatcher bootstrap
    bootstrap_ID5454400.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID005454400
    bootstrap_ID5454400.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster
    bootstrap_ID5454400.Type=bootstrap
    bootstrap_ID5454450.ClassPath=./bootstrap/launcher.jar
    bootstrap_ID5454450.JLaunchParameters=
    bootstrap_ID5454450.JavaParameters=-Djco.jarm=1 -Djco.jarm=1
    bootstrap_ID5454450.MainClass=com.sap.engine.offline.OfflineToolStart
    bootstrap_ID5454450.MaxHeapSize=512
    bootstrap_ID5454450.Name=server0 bootstrap
    bootstrap_ID5454450.Parameters=com.sap.engine.bootstrap.Bootstrap ./bootstrap ID005454450
    bootstrap_ID5454450.RootPath=C:/usr/sap/J2E/JC00/j2ee/cluster
    bootstrap_ID5454450.Type=bootstrap
    instance.enabled=yes
    instance.install.dir=C:usrsapJ2EJC00j2ee
    instance.ms.host=epsystem
    instance.ms.port=3601
    instance.osLibsPath=C:/usr/sap/J2E/JC00/j2ee/os_libs
    instance.runAction=NONE
    instance.runMode=NORMAL
    <i>syslog</i> has lot of error messages:
    SAP Basis System: Operating system call           recv failed (error no. 10054)
    When I counter this problem, I uninstalled and installed again. Still same problem persists.
    Any ideas?
    Thanks

    Real problem is log is full.
    To overwrite the log files run this:
    dbmcli [-n <hostname>] -d <databasename> -u <dbmuser>,<dbmuserpw> util_execute set log auto overwrite on
    Default MaxDB installation accepts (control, control) for (username, passwd)
    How to overwrite/remove log files?

  • Windows service of WWI server doesn't start

    Hello all,
    I'm installing a WWI generation server (EHSWWI32_26-20000084 on a Windows Server 2008 R2(SP1)) for ECC 6.0.
    Now I have a problem with starting windows service.
    I installed WWI in the following path.
      E:\EHS\WWI
    Word version is 2003.
    The installation (CGSADM) is finished without problem, and the management server works fine.
    But service EHS_WWISRV, which is a service of wwi generation server, fails to start with following messages.
    <event log 1>
    The initialization process for the EHS_WWISRV_ST1_ST1_01 service failed.  Switching Desktop for Word failed!
    <event log 2>
    WWI started at: 08/03/11 10:48:37 as PID: 1132
    Initialisation........start
    Working dir is: E:\EHS\WWI
    Current PATH is: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;E:\EHS\WWI
      Attaching service to desktop winsta0 / default
        session: 0
        window station: Service-0x0-e34639$, desktop: Default
    Error opening window station winsta0
    Windows-Error 5 in SetDesktop/OpenWindowStation: (null)
    Error setting window station winsta0
    Windows-Error 6 in SetDesktop/SetProcessWindowStation: (null)
    Error Attaching service to desktop winsta0 / default
    I have no idea what "Switching Desktop for Word failed!" means.
    Does anybody know how to fix the error?
    Thank you in advance for your support.
    Regards,
    Kazuma

    I could fix the error.
    SAP Note 580586 helped me.
    WWIUSER wasn't a member of the administrators group, and that caused the error.
    Thanks all.

  • When Starting OC4J, why the report server doesn't start automatically? !!

    Dear All,
    I have DS 10g on my system and I start the OC4J when I have to run either forms or reports.
    But when I attend to start the do the following command from the form:
    WEB.SHOWDOCUMENT(..../getjobid<jobid>?server=<servername>...), I have an error: FRM-41213: Unable to connect to the report server <servername>.
    I noticed that if I run the following URL:http://<server>:.../reports/rwservlet, it gives me a list of command, but the server still not running..But if I add any command to the above URL like for example "getserverinfo" or "showjobs" then the server is started. Now, and after the command, if we return back and we run the report from the form, the report will run successfully.
    The question WHY??
    Regards,
    Joe
    Message was edited by: Joe
    Joe Farah

    Hello,
    That's the way it works ...
    http://download-uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_strt.htm
    2.1.3.1 Starting the In-process Server (Windows and UNIX)
    If you are using Reports Server as an in-process server (the default configuration), sending a run report request starts the in-process server; however, if you are sending a request through a command line, the servlet must be invoked first using either the run report URL or the Web command URL. When you have successfully started the servlet, this also means you have successfully started the in-process server.
    If you use "Oracle Application Server", the "in-process" reports server will be started automatically by opmn ...
    Regards

  • My server doesn't start without monitor (UEFI system)

    Hallo folks!
    I have a problem with my new Gigabyte J1800N-D2H motherboard: the computer doesn't start if there is no screens at the startup.
    I can't find any log about this fact...
    I can't connect with ssh, ping doesn't pong and there aren't R/ARP packages on the lan.
    Also I didn't find any option into UEFI system.
    What I could check?
    Thanks all
    Last edited by the9ull (2014-10-08 08:03:37)

    jasonwryan wrote:
    Can you more accurately describe the problem? You have sshd running, but when you boot if a monitor is not connected, you cannot ssh in?
    What does "computer doesn't start" mean? Doesn't boot at all? Boots but chokes at some point?
    I can't see where is the problem because the machine doesn't apprear online: no ssh, no ping; moreover, no logs were saved.
    On the other hand, if the monitor is connected no errors are shown

Maybe you are looking for