For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 5 replies, 2 voices, and was last updated 19 years, 2 months ago by
Riyad Kalla.
-
AuthorPosts
-
leonyuanMemberHi all,
winXP,myeclipse5,websphere5.1websphere home directory: D:\IBM\WebSphere\AppServer
host name: hostname
server name : server1
jdk: D:\IBM\WebSphere\AppServer\javawhen i start the server i get this error
com.ibm.ws.exception.ConfigurationError: Exception encountered while extracting configuration information for the Name Space
at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:277)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
Caused by: com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
… 10 more
—- Begin backtrace for nested exception
com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Server information for this server (servername=server1) was not found in the serverindex.xml configuration file.
at com.ibm.ws.naming.bootstrap.ConfigInfoImpl.validateConfiguration(ConfigInfoImpl.java:415)
at com.ibm.ws.naming.bootstrap.NameServerImpl.initialize(NameServerImpl.java:266)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:713)
at com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:659)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:96)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:119)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
at java.lang.reflect.Method.invoke(Method.java:386)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)June 7, 2006 at 11:08 am #253223
Riyad KallaMemberDoes it start correctly outside of MyEclipse? When you ran the setup wizard did you initialize the domain correctly? We have a setup doc covering version 6.0, but it should be somewhat similar to 6.0:
http://www.myeclipseide.com/images/tutorials/quickstarts/websphere6/June 7, 2006 at 8:32 pm #253250
leonyuanMemberis’s ok when i start websphere outside of myeclipse.
June 7, 2006 at 8:50 pm #253252
Riyad KallaMemberI believe your hostname should be “localhost” or some other host that makes sense, did you just replace it above with “hostname” or is that what you actually typed? Did you also check the “Is WebSphere Version 5.1” checkbox, and are you using any option program arguments or shutdown args?
June 7, 2006 at 9:19 pm #253255
leonyuanMemberhostname is real name of my computer,not “localhost”
and i also checked the “Is WebSphere Version 5.1”
and not using any option program arguments or shutdown argsJune 7, 2006 at 10:16 pm #253258
Riyad KallaMemberCan you find the serverindex.xml file and double check manually that information for “Server1” is inside the file?
-
AuthorPosts