| Terrance Grahn 2006-03-13, 5:56 pm |
| Not just my computer but it seems all computers (5) are hanging when trying
to stop the server via 'stopserver.bat' in the shortcut created by WAS in
the start menu. Using the -trace option, I get the following output. Could
someone point me in the right direction?
thanks in advance,
Terrance
.....
[3/13/06 14:48:12:338 CST] 0000000a AdminTool A ADMU3111E: Server stop
requested but failed to complete.
[3/13/06 14:48:12:338 CST] 0000000a WsServerStop E ADMU3002E: Exception
attempting to process server server1
[3/13/06 14:48:12:338 CST] 0000000a WsServerStop E ADMU3007E: Exception
com.ibm.websphere.management.exception.AdminException: ADMU3060E: Timed out
waiting for server shutdown.
[3/13/06 14:48:12:338 CST] 0000000a WsServerStop A ADMU3007E: Exception
com.ibm.websphere.management.exception.AdminException: ADMU3060E: Timed out
waiting for server shutdown.
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:338)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at
com.ibm.ws.management.tools.WsServerController. executeUtilityOnWindows(WsServerControll
er.java:131)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:568)
[3/13/06 14:48:12:348 CST] 0000000a AdminTool E ADMU0111E: Program
exiting with error: com.ibm.websphere.management.exception.AdminException:
ADMU3060E: Timed out waiting for server shutdown.
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:338)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at
com.ibm.ws.management.tools.WsServerController. executeUtilityOnWindows(WsServerControll
er.java:131)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:568)
[3/13/06 14:48:12:348 CST] 0000000a AdminTool A ADMU0111E: Program
exiting with error: com.ibm.websphere.management.exception.AdminException:
ADMU3060E: Timed out waiting for server shutdown.
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:338)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:226)
at
com.ibm.ws.management.tools.WsServerController. executeUtilityOnWindows(WsServerControll
er.java:131)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:58)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:60)
at java.lang.reflect.Method.invoke(Method.java:391)
at com.ibm.ws.bootstrap.WSLauncher.run(WSLauncher.java:219)
at java.lang.Thread.run(Thread.java:568)
[3/13/06 14:48:12:348 CST] 0000000a AdminTool 3 Returning from
auxiliary method issueMessage with return code: 111
[3/13/06 14:48:12:348 CST] 0000000a AdminTool A ADMU0211I: Error
details may be seen in the file: C:\Program
Files\IBM\WebSphere\AppServer/profiles/default\logs\server1\stopServer.log
[3/13/06 14:48:12:348 CST] 0000000a AdminTool 3 Returning from
auxiliary method issueMessage with return code: 211
[3/13/06 14:48:12:348 CST] 0000000a AdminTool 3 Returning from
executeUtility method with return code: -1
|