Hi,
I'm trying to install WAS 8.5 on Linux 64-bit and it was succeeded to install but I cannot start server1. Following is parts of the SystemOut.log:
WsServerImpl E WSVR0009E: Error occurred during startup
com.ibm.ws.exception. RuntimeError: org.omg.CORBA.INTERNAL: defaultLocalHost:java.net. UnknownHostException: chanwin2k.chanwin2kad.com: chanwin2k.chanwin2kad.com vmcid: IBM minor code: 583 completed: No
at com.ibm.ws.runtime.component. ORBImpl.start(ORBImpl .java:489)
at com.ibm.ws.runtime.component. ContainerHelper.start Components(ContainerHelper. java:539)
at com.ibm.ws.runtime.component. ContainerImpl.startCo mponents(ContainerImpl.java: 627)
at com.ibm.ws.runtime.component. ContainerImpl.start(C ontainerImpl.java:618)
at com.ibm.ws.runtime.component. ServerImpl.start(Serv erImpl.java:523)
at com.ibm.ws.runtime. WsServerImpl. bootServerContaine r(WsServerImpl.java:310)
at com.ibm.ws.runtime. WsServerImpl.start( WsServerImpl .java:223)
at com.ibm.ws.runtime. WsServerImpl.main( WsServerImpl. java:686)
at com.ibm.ws.runtime.WsServer. main(WsServer.java:59)
Please help me to come over it. I don't know what the cause is for this issue.
Thanks,
Claire
Topic
Pinned topic WAS 8.5 cannot start on linux
2013-07-10T02:34:13Z
|


-
Re: WAS 8.5 cannot start on linux
2013-07-10T13:21:53ZThis is the accepted answer. This is the accepted answer.
Hi, it is trying to start but the hostname chanwin2k.chanwin2kad.com is not correct. You may need to change the hostname in the config of WAS for it to start. You can use the
AdminTask.changeHostName command in wsadmin.sh.
Regards,
Brian