Author |
Message
|
jeevan |
Posted: Tue Apr 10, 2007 9:29 am Post subject: Error on starting server |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
I am having this errow while starting server in WAS 6.1. I started another server with the same command : startserver servername but this one gives an error. I would appreciate any suggestion:
-----------------
[4/10/06 13:02:48:921 EDT] 0000000a AdminTool E ADMU0111E: Program exiting with error: com.ibm.websphere.management.exception.AdminException: ADMU3027E: An instance of the server may already be running: server2
at com.ibm.ws.management.tools.WsServerLauncher.runTool(WsServerLauncher.java:290)
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)
I did not find much information on net too.
Thanks a lot |
|
Back to top |
|
|
jefflowrey |
Posted: Tue Apr 10, 2007 9:33 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I guess server2 is already started?
Or it's running, but frozen.
In the server2 configuration there should be a PID file that will tell you what ID the java process has. You can look for that PID in task mgr. If it's not listed... something very strange has happened. If it is listed, but the server isn't responding to anything, then you can kill it and try again. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
|
jeevan |
Posted: Tue Apr 10, 2007 10:18 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Thank you Jeff. I exactly did the same and worked well. I could have done that but I wanted to share why exactly this happens. During the installation of WAS, many times, things do not work first time, if I repeat the same command, it works next time. I do not have explanation.
If this the fate of so called consultant of glamarous world of IT?
thanks a lot and appreciate your jenuine response |
|
Back to top |
|
|
jeevan |
Posted: Tue Apr 10, 2007 10:18 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Thank you Jeff. I exactly did the same and worked well. I could have done that but I wanted to share why exactly this happens. During the installation of WAS, many times, things do not work first time, if I repeat the same command, it works next time. I do not have explanation.
If this the fate of so called consultant of glamarous world of IT?
thanks a lot and appreciate your genuine response |
|
Back to top |
|
|
jefflowrey |
Posted: Tue Apr 10, 2007 11:09 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I usually don't try to guess why. I either try and figure it out from the evidence, or ignore it if it works the second time. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
|
Vitor |
Posted: Tue Apr 10, 2007 11:03 pm Post subject: |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
jeevan wrote: |
If this the fate of so called consultant of glamarous world of IT?
|
Yes.
And users. Mostly armed with ill-conceived requirements and unrealistic timescales. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
|