Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Starting WebSphere 6.1 with WTP 1.5
Starting WebSphere 6.1 with WTP 1.5 [message #178639] Thu, 07 September 2006 07:50
Eclipse UserFriend
Originally posted by: helg.bredow.kalido.com

Has anyone managed to get WebSphere 6.1 working with WTP 1.5? I'm trying to
create my own server definition by editing the files in
< plugins\org.eclipse.jst.server.generic.weblogic_1.5.0.v20060 6130315 > by
mixing and matching the 6.0 server definition with what's in the
serverStatup.bat file. I've got it to the point where its failing with the
following exception.

[7/09/06 15:17:10:468 WST] 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(WsServe rImpl.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(NativeMethodAcce ssorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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(W sServiceRegistry.java:77)
at
com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServe rImpl.java:279)
.... 8 more
[7/09/06 15:17:11:906 WST] 0000000a WsServerImpl E WSVR0009E: Error occurred
during startup
META-INF/ws-server-components.xml
[7/09/06 15:17:11:921 WST] 0000000a WsServerImpl E WSVR0009E: Error occurred
during startup
com.ibm.ws.exception.ConfigurationError: couldnt register ComponentManager
at
com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServe rImpl.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(NativeMethodAcce ssorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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(W sServiceRegistry.java:77)
at
com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServe rImpl.java:279)
.... 8 more
com.ibm.ws.exception.ConfigurationError: couldnt register ComponentManager
at
com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServe rImpl.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(NativeMethodAcce ssorImpl.java:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.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(W sServiceRegistry.java:77)
at
com.ibm.ws.runtime.WsServerImpl.bootComponentManager(WsServe rImpl.java:279)
.... 8 more
Previous Topic:WebSphere 6.1
Next Topic:How to make standalone client in Eclipse
Goto Forum:
  


Current Time: Fri Mar 29 10:50:01 GMT 2024

Powered by FUDForum. Page generated in 0.03541 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top