- This topic has 1 reply, 1 voice, and was last updated 18 years, 11 months ago by
desapre1.
-
AuthorPosts
-
desapre1MemberHello Everyone,
As a part of our web application deployment process, I am trying to start Websphere 6.1 from within Eclipse IDE using MyEclipse 4.1.1. During Websphere start up, I get the below pasted exception.
Any help will be highly appreciated.
Sincerely,
Premal[6/16/06 11:33:29:072 EDT] 0000000a WsServerImpl E WSVR0008E: Error encountered reading META-INF/ws-server-components.xml
com.ibm.ws.exception.ConfigurationError: couldnt register ComponentManager
at com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServerImpl.java:282)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:135)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:263)
Caused by: java.lang.Exception: Cannot find BundleContext for service com.ibm.ws.runtime.service.ComponentManagerImpl
at com.ibm.wsspi.runtime.service.WsServiceRegistry.addService(WsServiceRegistry.java:77)
at com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServerImpl.java:279)
… 8 more[6/16/06 11:33:30:131 EDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
META-INF/ws-server-components.xml
[6/16/06 11:33:30:163 EDT] 0000000a WsServerImpl E WSVR0009E: Error occurred during startup
com.ibm.ws.exception.ConfigurationError: couldnt register ComponentManager
at com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServerImpl.java:282)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:135)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:263)
Caused by: java.lang.Exception: Cannot find BundleContext for service com.ibm.ws.runtime.service.ComponentManagerImpl
at com.ibm.wsspi.runtime.service.WsServiceRegistry.addService(WsServiceRegistry.java:77)
at com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServerImpl.java:279)
… 8 more<JIT: FullSpeedDebug: ignoring countString>
com.ibm.ws.exception.ConfigurationError: couldnt register ComponentManager
at com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServerImpl.java:282)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:135)
at com.ibm.ws.runtime.WsServerImpl.main(WsServerImpl.java:460)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:263)
Caused by: java.lang.Exception: Cannot find BundleContext for service com.ibm.ws.runtime.service.ComponentManagerImpl
at com.ibm.wsspi.runtime.service.WsServiceRegistry.addService(WsServiceRegistry.java:77)
at com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServerImpl.java:279)
… 8 more
desapre1MemberSeems like this is a known issue
https://www.genuitec.com/forums/topic/problem-starting-websphere-6-1-from-myeclipse-ide/#post-253552Does myEclipse 5.0 M1 address the issue with Websphere 6.1(Win)?
Any reply will be highly appreciated
Thanks.
-
AuthorPosts