Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-9811

Engine fails on WebSphere 8.5/9 with certain log levels

    • Icon: Bug Report Bug Report
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 7.12.0, 7.11.5, 7.12.0-alpha5
    • 7.10.3, 7.12.0-alpha4
    • None
    • None

      What are the steps to reproduce your problem?

      1. Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
      2. Confirm that the engine starts successfully
      3. Set the log levels to the following:
        *=info:WAS.j2c=all
      4. Restart WebSphere
      5. Attempt to start the engine application, you should get an exception
      [2/21/19 17:38:29:375 CET] 00000065 RALifeCycleMa E   J2CA0052E: The lookup of the Activation Specification with JNDI Name  eis/PlatformJobExecutorActivation failed due to the following exception: javax.nam
      ing.NameNotFoundException: Context: localhostNode01Cell/nodes/localhostNode01/servers/server1, name: eis/PlatformJobExecutorActivation: First component in name PlatformJobExecutorActivation not found. [Root
       exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
              at com.ibm.ws.naming.jndicos.CNContextImpl.mapNotFoundException(CNContextImpl.java:4564)
              at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1822)
              at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1777)
              at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1434)
              at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:616)
              at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
              at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
              at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161)
              at javax.naming.InitialContext.lookup(InitialContext.java:423)
              at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1770)
              at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:168)
              at com.ibm.ws.runtime.component.EJBContainerImpl.startMDBs(EJBContainerImpl.java:4726)
              at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.startMDBs(WASEJBRuntimeImpl.java:686)
              at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:701)
              at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:338)
              at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3588)
              at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
              at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
              at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
              at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
              at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
              at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
              at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
              at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
              at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
              at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
              at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
              at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
              at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5464)
              at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5680)
              at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
              at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
              at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
              at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
              at java.lang.reflect.Method.invoke(Method.java:620)
              at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:88)
              at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
              at java.lang.reflect.Method.invoke(Method.java:620)
      
      

      What is the problem?
      Engine is crashing.

      What would be the expected behavior:
      Engine should start successfully.

      Additional info:

        This is the controller panel for Smart Panels app

            [CAM-9811] Engine fails on WebSphere 8.5/9 with certain log levels

            Nikola Koevski created issue -
            Nikola Koevski made changes -
            Description Original: What are the steps to reproduce your problem?

            # Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
            # Confirm that the engine starts successfully
            # Set the log levels to the following:
            {{*=info:jmsApi=all:Messaging=all:com.ibm.mq.*=all:WAS.j2c=all:Transaction=all}}
            # Restart WebSphere
            # Attempt to start the engine application, you should get an exception

            What is the problem?
            Engine is crashing.

            What would be the expected behavior:
            Engine should start successfully.

            Hints (optional):


            New: What are the steps to reproduce your problem?

            # Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
            # Confirm that the engine starts successfully
            # Set the log levels to the following:
            {{*=info:jmsApi=all:Messaging=all:com.ibm.mq.*=all:WAS.j2c=all:Transaction=all}}
            # Restart WebSphere
            # Attempt to start the engine application, you should get an exception


            {code:java}
            [2/21/19 17:38:29:375 CET] 00000065 RALifeCycleMa E J2CA0052E: The lookup of the Activation Specification with JNDI Name eis/PlatformJobExecutorActivation failed due to the following exception: javax.nam
            ing.NameNotFoundException: Context: localhostNode01Cell/nodes/localhostNode01/servers/server1, name: eis/PlatformJobExecutorActivation: First component in name PlatformJobExecutorActivation not found. [Root
             exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
                    at com.ibm.ws.naming.jndicos.CNContextImpl.mapNotFoundException(CNContextImpl.java:4564)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1822)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1777)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1434)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:616)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
                    at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161)
                    at javax.naming.InitialContext.lookup(InitialContext.java:423)
                    at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1770)
                    at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:168)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.startMDBs(EJBContainerImpl.java:4726)
                    at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.startMDBs(WASEJBRuntimeImpl.java:686)
                    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:701)
                    at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:338)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3588)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
                    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
                    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5464)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5680)
                    at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)
                    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:88)
                    at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)

            {code}


            What is the problem?
            Engine is crashing.

            What would be the expected behavior:
            Engine should start successfully.

            Hints (optional):


            Nikola Koevski made changes -
            Description Original: What are the steps to reproduce your problem?

            # Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
            # Confirm that the engine starts successfully
            # Set the log levels to the following:
            {{*=info:jmsApi=all:Messaging=all:com.ibm.mq.*=all:WAS.j2c=all:Transaction=all}}
            # Restart WebSphere
            # Attempt to start the engine application, you should get an exception


            {code:java}
            [2/21/19 17:38:29:375 CET] 00000065 RALifeCycleMa E J2CA0052E: The lookup of the Activation Specification with JNDI Name eis/PlatformJobExecutorActivation failed due to the following exception: javax.nam
            ing.NameNotFoundException: Context: localhostNode01Cell/nodes/localhostNode01/servers/server1, name: eis/PlatformJobExecutorActivation: First component in name PlatformJobExecutorActivation not found. [Root
             exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
                    at com.ibm.ws.naming.jndicos.CNContextImpl.mapNotFoundException(CNContextImpl.java:4564)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1822)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1777)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1434)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:616)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
                    at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161)
                    at javax.naming.InitialContext.lookup(InitialContext.java:423)
                    at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1770)
                    at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:168)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.startMDBs(EJBContainerImpl.java:4726)
                    at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.startMDBs(WASEJBRuntimeImpl.java:686)
                    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:701)
                    at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:338)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3588)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
                    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
                    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5464)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5680)
                    at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)
                    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:88)
                    at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)

            {code}


            What is the problem?
            Engine is crashing.

            What would be the expected behavior:
            Engine should start successfully.

            Hints (optional):


            New: What are the steps to reproduce your problem?

            # Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
            # Confirm that the engine starts successfully
            # Set the log levels to the following:
            {{\*=info:jmsApi=all:Messaging=all:com.ibm.mq.*=all:WAS.j2c=all:Transaction=all}}
            # Restart WebSphere
            # Attempt to start the engine application, you should get an exception


            {code:java}
            [2/21/19 17:38:29:375 CET] 00000065 RALifeCycleMa E J2CA0052E: The lookup of the Activation Specification with JNDI Name eis/PlatformJobExecutorActivation failed due to the following exception: javax.nam
            ing.NameNotFoundException: Context: localhostNode01Cell/nodes/localhostNode01/servers/server1, name: eis/PlatformJobExecutorActivation: First component in name PlatformJobExecutorActivation not found. [Root
             exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
                    at com.ibm.ws.naming.jndicos.CNContextImpl.mapNotFoundException(CNContextImpl.java:4564)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1822)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1777)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1434)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:616)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
                    at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161)
                    at javax.naming.InitialContext.lookup(InitialContext.java:423)
                    at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1770)
                    at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:168)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.startMDBs(EJBContainerImpl.java:4726)
                    at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.startMDBs(WASEJBRuntimeImpl.java:686)
                    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:701)
                    at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:338)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3588)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
                    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
                    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5464)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5680)
                    at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)
                    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:88)
                    at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)

            {code}


            What is the problem?
            Engine is crashing.

            What would be the expected behavior:
            Engine should start successfully.

            Hints (optional):


            Nikola Koevski made changes -
            Link New: This issue is depended on by SUPPORT-5427 [ SUPPORT-5427 ]
            Nikola Koevski made changes -
            Attachment New: SystemOut -extract.log [ 27859 ]
            Nikola Koevski made changes -
            Affects Version/s New: 7.10.3 [ 15372 ]
            Nikola Koevski made changes -
            Attachment New: SystemOut-7.10.3-extract.log [ 27911 ]
            Attachment New: SystemOut-7.10.3.log [ 27912 ]
            Nikola Koevski made changes -
            Description Original: What are the steps to reproduce your problem?

            # Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
            # Confirm that the engine starts successfully
            # Set the log levels to the following:
            {{\*=info:jmsApi=all:Messaging=all:com.ibm.mq.*=all:WAS.j2c=all:Transaction=all}}
            # Restart WebSphere
            # Attempt to start the engine application, you should get an exception


            {code:java}
            [2/21/19 17:38:29:375 CET] 00000065 RALifeCycleMa E J2CA0052E: The lookup of the Activation Specification with JNDI Name eis/PlatformJobExecutorActivation failed due to the following exception: javax.nam
            ing.NameNotFoundException: Context: localhostNode01Cell/nodes/localhostNode01/servers/server1, name: eis/PlatformJobExecutorActivation: First component in name PlatformJobExecutorActivation not found. [Root
             exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
                    at com.ibm.ws.naming.jndicos.CNContextImpl.mapNotFoundException(CNContextImpl.java:4564)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1822)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1777)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1434)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:616)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
                    at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161)
                    at javax.naming.InitialContext.lookup(InitialContext.java:423)
                    at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1770)
                    at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:168)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.startMDBs(EJBContainerImpl.java:4726)
                    at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.startMDBs(WASEJBRuntimeImpl.java:686)
                    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:701)
                    at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:338)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3588)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
                    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
                    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5464)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5680)
                    at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)
                    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:88)
                    at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)

            {code}


            What is the problem?
            Engine is crashing.

            What would be the expected behavior:
            Engine should start successfully.

            Hints (optional):


            New: What are the steps to reproduce your problem?

            # Perform a manual installation of the engine on WebSphere 8.5. Testing environment was WebSphere 8.5, JDK7 and Oracle 12.1 (ojdbc7).
            # Confirm that the engine starts successfully
            # Set the log levels to the following:
            {{\*=info:jmsApi=all:Messaging=all:com.ibm.mq.*=all:WAS.j2c=all:Transaction=all}}
            # Restart WebSphere
            # Attempt to start the engine application, you should get an exception


            {code:java}
            [2/21/19 17:38:29:375 CET] 00000065 RALifeCycleMa E J2CA0052E: The lookup of the Activation Specification with JNDI Name eis/PlatformJobExecutorActivation failed due to the following exception: javax.nam
            ing.NameNotFoundException: Context: localhostNode01Cell/nodes/localhostNode01/servers/server1, name: eis/PlatformJobExecutorActivation: First component in name PlatformJobExecutorActivation not found. [Root
             exception is org.omg.CosNaming.NamingContextPackage.NotFound: IDL:omg.org/CosNaming/NamingContext/NotFound:1.0]
                    at com.ibm.ws.naming.jndicos.CNContextImpl.mapNotFoundException(CNContextImpl.java:4564)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1822)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1777)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1434)
                    at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:616)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:165)
                    at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:179)
                    at org.apache.aries.jndi.DelegateContext.lookup(DelegateContext.java:161)
                    at javax.naming.InitialContext.lookup(InitialContext.java:423)
                    at com.ibm.ejs.j2c.RALifeCycleManagerImpl.activateEndpoint(RALifeCycleManagerImpl.java:1770)
                    at com.ibm.ejs.container.MessageEndpointFactoryImpl.activateEndpoint(MessageEndpointFactoryImpl.java:168)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.startMDBs(EJBContainerImpl.java:4726)
                    at com.ibm.ws.runtime.component.WASEJBRuntimeImpl.startMDBs(WASEJBRuntimeImpl.java:686)
                    at com.ibm.ws.ejbcontainer.runtime.AbstractEJBRuntime.startModule(AbstractEJBRuntime.java:701)
                    at com.ibm.ws.ejbcontainer.runtime.SharedEJBRuntimeImpl.startModule(SharedEJBRuntimeImpl.java:338)
                    at com.ibm.ws.runtime.component.EJBContainerImpl.start(EJBContainerImpl.java:3588)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1211)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1390)
                    at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:639)
                    at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:979)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:795)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplicationDynamically(ApplicationMgrImpl.java:1413)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:2273)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:436)
                    at com.ibm.ws.runtime.component.CompositionUnitImpl.start(CompositionUnitImpl.java:123)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.start(CompositionUnitMgrImpl.java:379)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.access$500(CompositionUnitMgrImpl.java:127)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl$1.run(CompositionUnitMgrImpl.java:654)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:5464)
                    at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:5680)
                    at com.ibm.ws.security.core.SecurityContext.runAsSystem(SecurityContext.java:255)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:668)
                    at com.ibm.ws.runtime.component.CompositionUnitMgrImpl.startCompositionUnit(CompositionUnitMgrImpl.java:612)
                    at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:1303)
                    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:95)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)
                    at sun.reflect.misc.Trampoline.invoke(MethodUtil.java:88)
                    at sun.reflect.GeneratedMethodAccessor33.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:56)
                    at java.lang.reflect.Method.invoke(Method.java:620)

            {code}


            What is the problem?
            Engine is crashing.

            What would be the expected behavior:
            Engine should start successfully.

            Additional info:
            * [^SystemOut -extract.log] shows a log extract of the original problem replication with engine version 7.6.2
            * [^SystemOut-7.10.3.log] shows the log of the engine 7.10.3 version
            * [^SystemOut-7.10.3-extract.log] shows a log extract on version 7.10.3 after the log level modifications that trigger the problem

            Ilias made changes -
            Link New: This issue is related to SUPPORT-6197 [ SUPPORT-6197 ]
            Ilias made changes -
            Assignee New: Thorben Lindhauer [ thorben.lindhauer ]

              nikola.koevski Nikola Koevski
              nikola.koevski Nikola Koevski
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: