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

Error during starting Websphere from eclipse

94 views
Skip to first unread message

Seetharaman

unread,
Sep 18, 2003, 9:19:45 AM9/18/03
to
Hi all,

I am using websphere5.0 version.I integrated this with Eclipse2.1 version using the lomboz plug in.I am able to start the server perfectly from the Start->Programs->IBM websphere->start server.

I am able to stop the server from inside the eclipse.

The problem is with starting the server from the eclipse.The console in eclipse says that
ADMU0116I: Tool information is being logged in file
D:\WebSphere\AppServer\logs\server1\startServer.log
ADMU3100I: Reading configuration for server: server1
ADMU3200I: Server launched. Waiting for initialization status.
ADMU3000I: Server server1 open for e-business; process id is 1888


But when i tried to open the admin console "Page cannot be displayed" is coming.

I checked the startServer.log and SystemOut.log files.In the SystemOut.log file it is showing that the server is stopped.It is initiating all the starting procedures but after listening to the ports area it gets automatically goes to stopping all the applications.The error showing last in the SystemOut.log file is

[9/18/03 18:29:54:375 GMT+05:30] 65057de5 WsServer E WSVR0003E: Server server1 failed to start
java.lang.NoClassDefFoundError: com/ibm/ws/process/Win32ProcessGlue
at com.ibm.ws.process.Win32ProcessImpl.createSelf(Win32ProcessImpl.java:131)
at com.ibm.ws.process.ProcessFactory.createSelf(ProcessFactory.java:115)
at com.ibm.ws.management.component.AdminImpl.propertyChange(AdminImpl.java:590)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:244)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:171)
at java.beans.beancontext.BeanContextChildSupport.firePropertyChange(BeanContextChildSupport.java:226)
at com.ibm.ws.runtime.component.ComponentImpl.setState(ComponentImpl.java:105)
at com.ibm.ws.runtime.component.ComponentImpl.setStartState(ComponentImpl.java:125)
at com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:187)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[9/18/03 18:29:54:406 GMT+05:30] 65057de5 WsServer E WSVR0009E: Error occurred during startup

[9/18/03 18:29:54:422 GMT+05:30] 66483de5 ContainerImpl E WSVR0102E: An error occurred stopping, null [class com.ibm.ws.runtime.component.WLCImpl]
java.lang.NullPointerException
at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.quiesceComplete(MDBListenerManagerImpl.java:987)
at com.ibm.ws.runtime.workloadcontroller.WorkloadController.quiesceCompleteWorkloads(WorkloadController.java:421)
at com.ibm.ws.runtime.workloadcontroller.WorkloadController.quiesce(WorkloadController.java:187)
at com.ibm.ws.runtime.component.WLCImpl.stop(WLCImpl.java:144)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:204)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:401)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:371)

[9/18/03 18:29:54:438 GMT+05:30] 66483de5 MCWrapper E J2CA0079E: Method cleanup has detected an internal illegal state and is throwing an IllegalStateException. The exception is: java.lang.IllegalStateException: cleanup: illegal state exception. State = STATE_INACTIVE
at com.ibm.ejs.j2c.MCWrapper.cleanup(MCWrapper.java:892)
at com.ibm.ejs.j2c.poolmanager.FreePool.cleanupAndDestroyMCWrapper(FreePool.java:389)
at com.ibm.ejs.j2c.poolmanager.FreePool.cleanupAndDestroyAllFreeConnections(FreePool.java:1222)
at com.ibm.ejs.j2c.poolmanager.PoolManager.serverShutDown(PoolManager.java:669)
at com.ibm.ejs.j2c.ConnectionServerShutDownFactoryImpl.shutdown(ConnectionServerShutDownFactoryImpl.java:54)
at com.ibm.ws.runtime.component.ConnMgrImpl.stop(ConnMgrImpl.java:92)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServerImpl.java:141)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:204)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:401)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:371)

[9/18/03 18:29:54:484 GMT+05:30] 66483de5 MCWrapper W J2CA0088W: The ManagedConnection that is being destroyed from resource <null> is in an invalid state STATE_INACTIVE. Processing will continue.
[9/18/03 18:29:54:500 GMT+05:30] 66483de5 MCWrapper E J2CA0081E: Method destroy failed while trying to execute method removeConnectionEventListener on ManagedConnection <null> from resource <null>. Caught exception: java.lang.NullPointerException
at com.ibm.ejs.j2c.MCWrapper.destroy(MCWrapper.java:1015)
at com.ibm.ejs.j2c.poolmanager.FreePool.cleanupAndDestroyMCWrapper(FreePool.java:402)
at com.ibm.ejs.j2c.poolmanager.FreePool.cleanupAndDestroyAllFreeConnections(FreePool.java:1222)
at com.ibm.ejs.j2c.poolmanager.PoolManager.serverShutDown(PoolManager.java:669)
at com.ibm.ejs.j2c.ConnectionServerShutDownFactoryImpl.shutdown(ConnectionServerShutDownFactoryImpl.java:54)
at com.ibm.ws.runtime.component.ConnMgrImpl.stop(ConnMgrImpl.java:92)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServerImpl.java:141)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:204)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:401)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:371)

[9/18/03 18:29:54:531 GMT+05:30] 66483de5 MCWrapper E J2CA0081E: Method destroy failed while trying to execute method destroy on ManagedConnection <null> from resource <null>. Caught exception: java.lang.NullPointerException
at com.ibm.ejs.j2c.MCWrapper.destroy(MCWrapper.java:1032)
at com.ibm.ejs.j2c.poolmanager.FreePool.cleanupAndDestroyMCWrapper(FreePool.java:402)
at com.ibm.ejs.j2c.poolmanager.FreePool.cleanupAndDestroyAllFreeConnections(FreePool.java:1222)
at com.ibm.ejs.j2c.poolmanager.PoolManager.serverShutDown(PoolManager.java:669)
at com.ibm.ejs.j2c.ConnectionServerShutDownFactoryImpl.shutdown(ConnectionServerShutDownFactoryImpl.java:54)
at com.ibm.ws.runtime.component.ConnMgrImpl.stop(ConnMgrImpl.java:92)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ApplicationServerImpl.stop(ApplicationServerImpl.java:141)
at com.ibm.ws.runtime.component.ContainerImpl.stopComponents(ContainerImpl.java:367)
at com.ibm.ws.runtime.component.ContainerImpl.stop(ContainerImpl.java:238)
at com.ibm.ws.runtime.component.ServerImpl.stop(ServerImpl.java:204)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:401)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:371)

[9/18/03 18:29:54:641 GMT+05:30] 66483de5 ContainerImpl E WSVR0103E: An error occurred destroying, null [class com.ibm.ws.runtime.component.WLCImpl]
java.lang.NullPointerException
at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.quiesceComplete(MDBListenerManagerImpl.java:987)
at com.ibm.ws.runtime.workloadcontroller.WorkloadController.quiesceCompleteWorkloads(WorkloadController.java:421)
at com.ibm.ws.runtime.workloadcontroller.WorkloadController.quiesce(WorkloadController.java:187)
at com.ibm.ws.runtime.component.WLCImpl.destroy(WLCImpl.java:73)
at com.ibm.ws.runtime.component.ContainerImpl.destroyComponents(ContainerImpl.java:387)
at com.ibm.ws.runtime.component.ContainerImpl.destroy(ContainerImpl.java:230)
at com.ibm.ws.runtime.component.ServerImpl.destroy(ServerImpl.java:158)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:402)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:371)

[9/18/03 18:29:54:656 GMT+05:30] 66483de5 ContainerImpl E WSVR0103E: An error occurred destroying, null [class com.ibm.ws.runtime.component.EJBContainerImpl]
java.lang.NullPointerException
at com.ibm.ejs.jms.listener.MDBListenerManagerImpl.terminate(MDBListenerManagerImpl.java:465)
at com.ibm.ejs.container.EJSContainer.terminate(EJSContainer.java:707)
at com.ibm.ws.runtime.component.EJBContainerImpl.destroy(EJBContainerImpl.java:341)
at com.ibm.ws.runtime.component.ContainerImpl.destroyComponents(ContainerImpl.java:387)
at com.ibm.ws.runtime.component.ContainerImpl.destroy(ContainerImpl.java:230)
at com.ibm.ws.runtime.component.ApplicationServerImpl.destroy(ApplicationServerImpl.java:95)
at com.ibm.ws.runtime.component.ContainerImpl.destroyComponents(ContainerImpl.java:387)
at com.ibm.ws.runtime.component.ContainerImpl.destroy(ContainerImpl.java:230)
at com.ibm.ws.runtime.component.ServerImpl.destroy(ServerImpl.java:158)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:402)
at com.ibm.ws.runtime.component.ServerCollaborator$ShutdownHook.run(ServerCollaborator.java:371)

[9/18/03 18:29:55:438 GMT+05:30] 66483de5 ServerCollabo A WSVR0024I: Server server1 stopped


Kindly clarify immed what is the problem and what i have to do to start the server from eclipse with the use of that lomboz plugin.

Thanks in advance.

0 new messages