Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Global Security problem in WebSphere Application Server 5.0

14 views
Skip to first unread message

ssiripuram

unread,
Aug 2, 2003, 8:22:35 PM8/2/03
to
Hi,
I have a problem in WebSphere Application Server 5.0 on AIX 4.3.3 and Windows 2000.

Problem in detail:
I installed WebSphere Application Server Base on AIX 4.3.3 and enabled Global Security using Custom Registries using the sample file com.ibm.websphere.security.FileRegistrySample.
And I made it working security in WAS 5.0 using this one (It is creating the Security Certificate and am able to logging into WAS Admin Console using the created security certificate).
But I am getting a Exception when I am trying to stop the server using stopServer command and it is giving the following exception in stopServer.log file(I reproduced the same problem in windows too):

If you guys know about this problem and let me know how can I fix this that would be greatly appreciated.
Thanks in Advance,
Srini

8/2/03 18:43:41:068 CDT] 65010e4d ManagerAdmin I TRAS0017I: The startup trace state is *=all=disabled.
[8/2/03 18:43:41:138 CDT] 65010e4d AdminTool A ADMU3100I: Reading configuration for server: server1
[8/2/03 18:43:54:096 CDT] 65010e4d WsServerStop E ADMU3002E: Exception attempting to process server server1
[8/2/03 18:43:54:096 CDT] 65010e4d WsServerStop E ADMU3007E: Exception javax.management.JMRuntimeException: ADMN0022E: Access denied for the stop operation on Server MBean due to insufficient or empty credentials.
[8/2/03 18:43:54:096 CDT] 65010e4d WsServerStop A ADMU3007E: Exception javax.management.JMRuntimeException: ADMN0022E: Access denied for the stop operation on Server MBean due to insufficie at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:382)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:207) nt or empty credentials.
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.handleAdminFault(SOAPConnectorClient.java:505)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:474)

at $Proxy0.invoke(Unknown Source)
at com.ibm.ws.management.AdminClientImpl.invoke(AdminClientImpl.java:162)
at com.ibm.ws.management.tools.WsServerStop.sendWaitStop(WsServerStop.java:304)
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:204)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:159)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:85)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[8/2/03 18:43:54:106 CDT] 65010e4d AdminTool E ADMU0111E: Program exiting with error: javax.management.JMRuntimeException: ADMN0022E: Access denied for the stop operation on Server MBean due to insufficient or empty credentials.
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.handleAdminFault(SOAPConnectorClient.java:505)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:474)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:382)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:207)
at $Proxy0.invoke(Unknown Source)
at com.ibm.ws.management.AdminClientImpl.invoke(AdminClientImpl.java:162)
at com.ibm.ws.management.tools.WsServerStop.sendWaitStop(WsServerStop.java:304)
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:204)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:159)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:85)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[8/2/03 18:43:54:106 CDT] 65010e4d AdminTool A ADMU0111E: Program exiting with error: javax.management.JMRuntimeException: ADMN0022E: Access denied for the stop operation on Server MBean due to insufficient or empty credentials.
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.handleAdminFault(SOAPConnectorClient.java:505)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invokeTemplate(SOAPConnectorClient.java:474)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:382)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.invoke(SOAPConnectorClient.java:207)
at $Proxy0.invoke(Unknown Source)
at com.ibm.ws.management.AdminClientImpl.invoke(AdminClientImpl.java:162)
at com.ibm.ws.management.tools.WsServerStop.sendWaitStop(WsServerStop.java:304)
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:204)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:159)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:85)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[8/2/03 18:43:54:137 CDT] 65010e4d AdminTool A ADMU0211I: Error details may be seen in the file: D:\WebSphere\AppServer\logs\server1\stopServer.log
[8/2/03 18:43:54:227 CDT] 65010e4d AdminTool A ADMU1211I: To obtain a full trace of the failure, use the -trace option.

Stefan Brunnauer

unread,
Aug 3, 2003, 7:01:41 AM8/3/03
to
use ./stopServer.sh -username user -password password

user is the name which is used in global security
password is this users password

Stefan

"ssiripuram" <ssiri...@yahoo.com> schrieb im Newsbeitrag
news:1941398828.1059870155907.JavaMail.wasadmin@swg3ws006...

Jack

unread,
Aug 3, 2003, 9:30:56 AM8/3/03
to
You need to pass the credentials again when you stop the server using
username and password.

ssiripuram <ssiri...@yahoo.com> wrote in message news:<1941398828.1059870155907.JavaMail.wasadmin@swg3ws006>...

ssiripuram

unread,
Aug 3, 2003, 9:14:14 AM8/3/03
to
Hi Stefan,
Thanks a lot ! I stopped the server as you said (./stopServer.sh -username user -password passwd).
Thank You!
Srini
0 new messages