5.0.2 dcc stopServer script hanging at Username prompt (Win2012R2)
I have the following environment:
Windows 2012R2 - SQL Server 2012
RHEL 6.6 - jts/WAS
RHEL 6.6 - ccm/WAS
Windows 2012R2 - dcc/WAS
When I try to use the stopServer script on the dcc WAS - I get the following and it just sits there. Any ideas?
D:\IBM\WebSphere\AppServer\profiles\AppSrv01\bin>stopServer.bat server1
ADMU0116I: Tool information is being logged in file
d:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1\stopServer.log
ADMU7702I: Because server1 is registered to run as a Windows Service, the
request to stop this server will be completed by stopping the
associated Windows Service.
ADMU0116I: Tool information is being logged in file
d:\IBM\WebSphere\AppServer\profiles\AppSrv01\logs\server1\stopServer.log
ADMU0128I: Starting tool with the AppSrv01 profile
ADMU3100I: Reading configuration for server: server1
Realm/Cell Name: <default>
Username:
|
Accepted answer
It appears that you forgot to add the username and password necessary for stopping the WAS service, so it is waiting forever for the username/password (as there is no interactive GUI for you to enter them). You need to remove the WAS service and add it back again with the necessary "-stopArgs" paremeter. Take a look at the last example in the below document.
https://www-01.ibm.com/support/knowledgecenter/SSAW57_7.0.0/com.ibm.websphere.base.doc/info/aes/ae/rins_wasservice.html Heather Linsk selected this answer as the correct answer
|
One other answer
Once a Websphere server instance is configured to run as a service, the stop script can not be used.
Comments
Heather Linsk
commented Jul 20 '15, 10:55 a.m.
When I stop the service, it also hangs. I end up having to go the task manager and kill the processes.
Ralph Schoon
commented Jul 20 '15, 11:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I would check the logs of the dcc and other components. Maybe they provide more information?
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.