|
Question : WAS 6.1 Express Fails During Initialization
|
|
I have installed WAS 6.1.0.3 Express on Windows XP SP2. When the server starts if fails during initialization. How do I resolve this? Error log entry below.
[1/18/08 10:38:11:537 EST] 0000000a AdminTool A ADMU3200I: Server launched. Waiting for initialization status. [1/18/08 10:46:06:109 EST] 0000000a WsServerLaunc E ADMU3009E: Exception waiting for server initialization java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:197) at java.io.DataInputStream.readFully(DataInputStream.java:202) at java.io.DataInputStream.readInt(DataInputStream.java:380) at com.ibm.ws.management.tools.WsServerController.getStatus(WsServerController.java:182) at com.ibm.ws.management.tools.WsServerController.waitForServerInit(WsServerController.java:219) at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:310) at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:261) at com.ibm.ws.management.tools.WsServerController.executeUtilityOnWindows(WsServerController.java:136) at com.ibm.ws.management.tools.WsServerLauncher.main(WsServerLauncher.java:118) 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.ws.bootstrap.WSLauncher.main(WSLauncher.java:263)
|
Answer : WAS 6.1 Express Fails During Initialization
|
|
Sorry, the more I thought about it, the more I realized that "Process Explorer" wasn't the tool that I should have suggested. The one I was thinking about was "TCPView" which is another sysinternals tool:
http://technet.microsoft.com/en-us/sysinternals/bb897437.aspx
It tells you the ports that are used by each process, the process id of the process, and the name of the executable associated with that process.
|
|
|