Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WA6 6.1 Applications istalls fine but wont start

12 views
Skip to first unread message

malin...@capgemini.com

unread,
Mar 16, 2007, 9:40:55 AM3/16/07
to
Hi!

We uppgraded from WAS 5 to 6.1 and are experiencing problems with one of the applications. It will not start on WAS 6.1. The application server throws an EJB exception and we are not using EJB in the application we are trying to start. it seems like there is some problem with the application ManagementEJB, or some conflict between our application and ManagementEJB. Any suggestions on how to solve this problem?

Below is the stacktrace from SystemOut:

[2007-03-16 14:22:07:812 CET] 00000023 ApplicationMg A WSVR0200I: Starting application: SyncServer
[2007-03-16 14:22:07:875 CET] 00000023 ApplicationMg A WSVR0204I: Application: SyncServer Application build level: Unknown
[2007-03-16 14:22:08:296 CET] 00000023 WebGroup A SRVE0169I: Loading Web Module: SyncServer.
[2007-03-16 14:22:08:890 CET] 00000023 SystemOut O /WEB-INF/resources/SyncServer.properties
[2007-03-16 14:22:08:906 CET] 00000023 SystemOut O configURL='file:/c:/Program Files/IBM/WebSphere/AppServer1/profiles/AppSrv04/installedApps/schenker6Node04Cell/SyncServer.ear/SyncServer.war/WEB-INF/resources/SyncServer.properties'
[2007-03-16 14:22:09:000 CET] 00000023 ServletWrappe I SRVE0242I: [SyncServer] [/SyncServer] [Log4jInitServlet]: Initialization successful.
[2007-03-16 14:22:09:046 CET] 00000023 SystemOut O SyncServlet init()
[2007-03-16 14:22:09:062 CET] 00000023 SystemOut O SyncServlet init() - got properties
[2007-03-16 14:22:09:062 CET] 00000023 SystemOut O SyncServlet init() - got bundle
[2007-03-16 14:22:09:062 CET] 00000023 SystemOut O SyncServlet init() log4jFile: C:/Program Files/IBM/WebSphere/AppServer1/profiles/AppSrv01/installedApps/schenker6Node02Cell/SyncServer.ear/SyncServer.war/WEB-INF/resources/SyncLog4j.properties
[2007-03-16 14:22:13:187 CET] 00000023 SystemOut O Setting system property MQeTcpipAdapter.Timeout=20000
[2007-03-16 14:22:13:734 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_3 has stopped listening on host * (IPv4) port 9050.
[2007-03-16 14:22:13:968 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_2 has stopped listening on host * (IPv4) port 9087.
[2007-03-16 14:22:14:328 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_4 has stopped listening on host * (IPv4) port 9450.
[2007-03-16 14:22:14:390 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_1 has stopped listening on host * (IPv4) port 9063.
[2007-03-16 14:22:14:687 CET] 00000044 ApplicationMg A WSVR0217I: Stopping application: ManagementEJB
[2007-03-16 14:22:14:890 CET] 00000044 EJBContainerI F WSVR0036E: Failure to obtain initial naming context: ""
[2007-03-16 14:22:14:953 CET] 00000044 EJBContainerI E WSVR0067E: EJB container caught java.lang.ClassCastException: javax.naming.InitialContext incompatible with com.ibm.websphere.naming.WsnOptimizedJndiContext
at com.ibm.ws.runtime.component.EJBContainerImpl.getBatchContext(EJBContainerImpl.java:1232)
at com.ibm.ws.runtime.component.EJBContainerImpl.uninstall(EJBContainerImpl.java:3099)
at com.ibm.ws.runtime.component.EJBContainerImpl.stop(EJBContainerImpl.java:3652)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.stop(ApplicationMgrImpl.java:1318)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStop(DeployedApplicationImpl.java:1134)
at com.ibm.ws.runtime.component.DeployedModuleImpl.stop(DeployedModuleImpl.java:600)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.stop(DeployedApplicationImpl.java:882)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.stopApplication(ApplicationMgrImpl.java:1100)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.stop(ApplicationMgrImpl.java:1036)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:1036)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:685)
at com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServerImpl.java:221)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:1036)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:685)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:584)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook$1.run(ServerCollaborator.java:701)
at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:3731)
at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:3813)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:691)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:673)
and is throwing com.ibm.ejs.container.ContainerEJBException: Failed to stop - caught Throwable
at com.ibm.ws.runtime.component.EJBContainerImpl.stop(EJBContainerImpl.java:3656)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.stop(ApplicationMgrImpl.java:1318)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStop(DeployedApplicationImpl.java:1134)
at com.ibm.ws.runtime.component.DeployedModuleImpl.stop(DeployedModuleImpl.java:600)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.stop(DeployedApplicationImpl.java:882)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.stopApplication(ApplicationMgrImpl.java:1100)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.stop(ApplicationMgrImpl.java:1036)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:1036)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:685)
at com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServerImpl.java:221)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:1036)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:685)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:584)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook$1.run(ServerCollaborator.java:701)
at com.ibm.ws.security.auth.ContextManagerImpl.runAs(ContextManagerImpl.java:3731)
at com.ibm.ws.security.auth.ContextManagerImpl.runAsSystem(ContextManagerImpl.java:3813)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:691)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:673)
Caused by: java.lang.ClassCastException: javax.naming.InitialContext incompatible with com.ibm.websphere.naming.WsnOptimizedJndiContext
at com.ibm.ws.runtime.component.EJBContainerImpl.getBatchContext(EJBContainerImpl.java:1232)
at com.ibm.ws.runtime.component.EJBContainerImpl.uninstall(EJBContainerImpl.java:3099)
at com.ibm.ws.runtime.component.EJBContainerImpl.stop(EJBContainerImpl.java:3652)
... 17 more
.
[2007-03-16 14:22:15:187 CET] 00000044 ApplicationMg A WSVR0220I: Application stopped: ManagementEJB
[2007-03-16 14:22:15:203 CET] 00000044 ApplicationMg A WSVR0217I: Stopping application: isclite

Why is the application-server trying to start and stop managementejb and isclite?

Ken Hygh

unread,
Mar 16, 2007, 9:57:56 AM3/16/07
to
malin...@capgemini.com wrote:
> Hi!
>
> We uppgraded from WAS 5 to 6.1 and are experiencing problems with one of the applications. It will not start on WAS 6.1. The application server throws an EJB exception and we are not using EJB in the application we are trying to start. it seems like there is some problem with the application ManagementEJB, or some conflict between our application and ManagementEJB. Any suggestions on how to solve this problem?
>
> Below is the stacktrace from SystemOut:
>
> [2007-03-16 14:22:07:812 CET] 00000023 ApplicationMg A WSVR0200I: Starting application: SyncServer
> [2007-03-16 14:22:07:875 CET] 00000023 ApplicationMg A WSVR0204I: Application: SyncServer Application build level: Unknown
> [2007-03-16 14:22:08:296 CET] 00000023 WebGroup A SRVE0169I: Loading Web Module: SyncServer.
> [2007-03-16 14:22:08:890 CET] 00000023 SystemOut O /WEB-INF/resources/SyncServer.properties
> [2007-03-16 14:22:08:906 CET] 00000023 SystemOut O configURL='file:/c:/Program Files/IBM/WebSphere/AppServer1/profiles/AppSrv04/installedApps/schenker6Node04Cell/SyncServer.ear/SyncServer.war/WEB-INF/resources/SyncServer.properties'
> [2007-03-16 14:22:09:000 CET] 00000023 ServletWrappe I SRVE0242I: [SyncServer] [/SyncServer] [Log4jInitServlet]: Initialization successful.
> [2007-03-16 14:22:09:046 CET] 00000023 SystemOut O SyncServlet init()
> [2007-03-16 14:22:09:062 CET] 00000023 SystemOut O SyncServlet init() - got properties
> [2007-03-16 14:22:09:062 CET] 00000023 SystemOut O SyncServlet init() - got bundle
> [2007-03-16 14:22:09:062 CET] 00000023 SystemOut O SyncServlet init() log4jFile: C:/Program Files/IBM/WebSphere/AppServer1/profiles/AppSrv01/installedApps/schenker6Node02Cell/SyncServer.ear/SyncServer.war/WEB-INF/resources/SyncLog4j.properties
> [2007-03-16 14:22:13:187 CET] 00000023 SystemOut O Setting system property MQeTcpipAdapter.Timeout=20000
> [2007-03-16 14:22:13:734 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_3 has stopped listening on host * (IPv4) port 9050.
> [2007-03-16 14:22:13:968 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_2 has stopped listening on host * (IPv4) port 9087.
> [2007-03-16 14:22:14:328 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_4 has stopped listening on host * (IPv4) port 9450.
> [2007-03-16 14:22:14:390 CET] 00000044 TCPChannel I TCPC0002I: TCP Channel TCP_1 has stopped listening on host * (IPv4) port 9063.
> [2007-03-16 14:22:14:687 CET] 00000044 ApplicationMg A WSVR0217I: Stopping application: ManagementEJB
> [2007-03-16 14:22:14:890 CET] 00000044 EJBContainerI F WSVR0036E: Failure to obtain initial naming context: ""
> [2007-03-16 14:22:14:953 CET] 00000044 EJBContainerI E WSVR0067E: EJB container caught java.lang.ClassCastException: javax.naming.InitialContext incompatible with com.ibm.websphere.naming.WsnOptimizedJndiContext
> at com.ibm.ws.runtime.component.EJBContainerImpl.getBatchContext(EJBC

[snip]

> ... 17 more
> .
> [2007-03-16 14:22:15:187 CET] 00000044 ApplicationMg A WSVR0220I: Application stopped: ManagementEJB
> [2007-03-16 14:22:15:203 CET] 00000044 ApplicationMg A WSVR0217I: Stopping application: isclite
>
> Why is the application-server trying to start and stop managementejb and isclite?

WAG: you have a jar file containing javax.naming.InitialContext
somewhere in your application. Don't put any J2EE classes in your
application.

Ken

0 new messages