|
Problem(Abstract) |
Server1 fails during startup with following exceptions :
[12/2/04 17:41:17:699 EST] 6e20fe AdminInitiali A ADMN0015I: AdminService
initialized
[12/2/04 17:41:18:826 EST] 6e20fe WsServer E WSVR0003E: Server server1
failed to start
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:267)
at
com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:687)
......
......
---- Begin backtrace for nested exception
com.ibm.ws.naming.distcos.NameSpaceConfigurationException: Missing host
name info in bootstrap address of server "server1" in node /
at
com.ibm.ws.naming.bootstrap.ConfigInfoImpl.addServer(ConfigInfoImpl.java:138)
at
com.ibm.ws.naming.bootstrap.ConfigInfoBuilder.initServers(ConfigInfoBuilder.java:303)
......
......
[12/2/04 17:41:18:852 EST] 6e20fe WsServer E WSVR0009E: Error occurred
during startup |
|
|
|
Cause |
The host name parameter was blank in the
serverindex.xml for all endPoints. |
|
|
Resolving the
problem |
Verify host value for all endPoints in the
serverindex.xml file, located under Install_Root
/config/cells/cell_name/nodes/node_name and specify right hostname for all
entries of host..
<endPoint port="12809" host="" xmi:id="EndPoint_1"/>
</specialEndpoints> |
|
|