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

WAS 5.1 unable to stop node and also wsadmin not working..

278 views
Skip to first unread message

Sentak

unread,
Nov 16, 2009, 2:57:22 PM11/16/09
to
Dear WAS friends,

I am having below issue with WAS 5.1 ND application server. We are unable to stop the node and wsadmin command giving below error:-

wsadmin.sh :-

[11/16/09 15:34:23:978 GMT+01:00] 251c7b52 AbstractShell A WASX7093I: Issuing message: "WASX7023E: Error creating "SOAP" connection
to host "xxxxxxx"; exception information: com.ibm.websphere.management.exception.ConnectorNotAvailableException"
[11/16/09 15:34:23:979 GMT+01:00] 251c7b52 AdminControlC W WASX7072E: The control service is not available.
[11/16/09 15:34:24:023 GMT+01:00] 251c7b52 AdminConfigCl W WASX7198W: The configuration service is not running. Configuration comman
ds will not run.
[11/16/09 15:34:24:101 GMT+01:00] 251c7b52 AdminConfigCl A WASX7208I: Validation settings in effect now: Level=HIGHEST, Cross-valida
tion=true, Output file=/usr/WebSphere/AppServer/logs/wsadmin.valout
[11/16/09 15:34:24:164 GMT+01:00] 251c7b52 AdminAppClien W WASX7072E: The control service is not available.
[11/16/09 15:34:24:165 GMT+01:00] 251c7b52 AdminAppClien W WASX7206W: The application management service is not running. Application
management commands will not run.
[11/16/09 15:34:33:564 GMT+01:00] 251c7b52 WasxShell A WASX7331I: Unexpected exception received when querying for changes in thi
s session: com.ibm.ws.scripting.ScriptingException: WASX7070E: The configuration service is not available.

When we stop the node using stopNode.sh we see below error;;-

[11/16/09 10:31:59:422 GMT+01:00] 26d0565a AdminTool A ADMU3100I: Reading configuration for server: nodeagent
[11/16/09 10:32:07:219 GMT+01:00] 26d0565a WsServerStop E ADMU3002E: Exception attempting to process server nodeagent
[11/16/09 10:32:07:219 GMT+01:00] 26d0565a WsServerStop E ADMU3007E: Exception com.ibm.websphere.management.exception.ConnectorExce
ption: ADMC0053E: Could not create SOAP Connector to connect to host xxxxxx at port 9999 with SOAP Connector security enabled.
[11/16/09 10:32:07:219 GMT+01:00] 26d0565a WsServerStop A ADMU3007E: Exception com.ibm.websphere.management.exception.ConnectorExce
ption: ADMC0053E: Could not create SOAP Connector to connect to host xxxxxx at port 9999 with SOAP Connector security enabled.
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:359)
at com.ibm.ws.management.tools.LaunchUtils.getAdminClient(LaunchUtils.java:347)
at com.ibm.ws.management.tools.LaunchUtils.getAdminClient(LaunchUtils.java:287)
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:196)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:192)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:86)
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:204)
at java.lang.Thread.run(Thread.java:567)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)
at java.lang.reflect.Constructor.newInstance(Constructor.java:315)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:300)
... 12 more
Caused by: com.ibm.websphere.management.exception.ConnectorNotAvailableException
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:253)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient. (SOAPConnectorClient.java:186)
... 17 more
Caused by: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: certificate exp
ired; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLHandshakeException: certificate exp
ired]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$2.run(SOAPConnectorClient.java:236)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:111)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:233)
... 18 more
---- Begin backtrace for nested exception
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:80)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:44)
at java.lang.reflect.Constructor.newInstance(Constructor.java:315)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:300)
at com.ibm.ws.management.tools.LaunchUtils.getAdminClient(LaunchUtils.java:347)
at com.ibm.ws.management.tools.LaunchUtils.getAdminClient(LaunchUtils.java:287)
at com.ibm.ws.management.tools.WsServerStop.runTool(WsServerStop.java:196)
at com.ibm.ws.management.tools.AdminTool.executeUtility(AdminTool.java:192)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:86)
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:204)
at java.lang.Thread.run(Thread.java:567)
Caused by: com.ibm.websphere.management.exception.ConnectorNotAvailableException
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:253)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.(SOAPConnectorClient.java:186)
... 17 more
Caused by: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: certificate exp
ired; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLHandshakeException: certificate exp
ired]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(Unknown Source)
at org.apache.soap.rpc.Call.invoke(Unknown Source)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$2.run(SOAPConnectorClient.java:236)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:111)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:233)
... 18 more

[11/16/09 10:32:07:248 GMT+01:00] 26d0565a AdminTool A ADMU0509I: The server "nodeagent" cannot be reached. It appears to be sto
pped.

Please help, I tried several things and didn't work. We tried to create new certificates, new LTPA tokens.. no luck.. Also the port is listening on the server, when we use netstat -an we can see. So please shed some light.

Thanks for your help.

Akash Bharti

unread,
Nov 17, 2009, 6:12:50 AM11/17/09
to
0 new messages