Google 网上论坛不再支持新的 Usenet 帖子或订阅项。历史内容仍可供查看。

WAS6.1 start fail with host name exception

已查看 6 次
跳至第一个未读帖子

Fry

未读,
2007年7月12日 07:05:112007/7/12
收件人
hi,

We're trying to migrate our application server to WAS6.1. And I
encounter some wired problem. I fail to start server1. following are
exception message. I'm not sure what it's about, anyone have
suggestion?


[7/12/07 18:57:11:415 CST] 0000000a WsServerImpl E WSVR0009E: Error
occurred during startup
META-INF/ws-server-components.xml
[7/12/07 18:57:11:497 CST] 0000000a WsServerImpl E WSVR0009E: Error
occurred during startup
com.ibm.ws.exception.ConfigurationError:
com.ibm.ws.exception.ConfigurationError:
javax.naming.ConfigurationException: Cannot get canonical host name
for server.
at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:
184)
at com.ibm.ws.runtime.WsServerImpl.start(WsServerImpl.java:139)
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.wsspi.bootstrap.WSLauncher.launchMain(WSLauncher.java:183)
at com.ibm.wsspi.bootstrap.WSLauncher.main(WSLauncher.java:90)
at com.ibm.wsspi.bootstrap.WSLauncher.run(WSLauncher.java:72)
at org.eclipse.core.internal.runtime.PlatformActivator
$1.run(PlatformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:
163)
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 org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at
com.ibm.wsspi.bootstrap.WSPreLauncher.launchEclipse(WSPreLauncher.java:
245)
at com.ibm.wsspi.bootstrap.WSPreLauncher.main(WSPreLauncher.java:73)
Caused by: com.ibm.ws.exception.ConfigurationError:
javax.naming.ConfigurationException: Cannot get canonical host name
for server.
at
com.ibm.ws.security.core.distSecurityComponentImpl.initialize(distSecurityComponentImpl.java:
246)
at
com.ibm.ws.security.core.SecurityComponentImpl.initialize(SecurityComponentImpl.java:
86)
at
com.ibm.ws.runtime.component.ContainerImpl.initializeComponent(ContainerImpl.java:
1338)
at
com.ibm.ws.runtime.component.ContainerImpl.initializeComponents(ContainerImpl.java:
1136)
at com.ibm.ws.runtime.component.ServerImpl.initialize(ServerImpl.java:
347)
at
com.ibm.ws.runtime.WsServerImpl.bootServerContainer(WsServerImpl.java:
177)
... 22 more
Caused by: javax.naming.ConfigurationException: Cannot get canonical
host name for server.
at
com.ibm.ws.security.core.SecurityConfig.getHostName(SecurityConfig.java:
2476)
at
com.ibm.ws.security.core.SecurityConfig.setValues(SecurityConfig.java:
1041)
at
com.ibm.ws.security.core.distSecurityComponentImpl.initializeSecurityConfig(distSecurityComponentImpl.java:
776)
at
com.ibm.ws.security.core.distSecurityComponentImpl.initialize(distSecurityComponentImpl.java:
224)
... 27 more

0 个新帖子