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

HELP!! ADMC0053E 'unknown certificate' when trying to stop server.

32 views
Skip to first unread message

cber...@gmail.com

unread,
Dec 30, 2005, 9:04:18 AM12/30/05
to
Hi

Have been running a 5.0.2 WAS for quite some time now.
Earlier this week I needed to restart it after installing the
WorkOrderManager.ear (webservice tutorial from IBM).
Now the stopServer.bat gives ADMC0053E 'unknown certificate'.

Ive found several other instances of this problem, but none of them
really fit in on what happened to my server.
I did not alter any ssl certificates or ssl settings.
The issue with the expiration of the dummycertificates that were
installed with the server seems farfetched since Ive had no problems
previously and they expired in March.

This is a productionserver and I dont dare to 'kill' it, then I fear it
wont be starting again.

all help appreciated!

Claes


Copy of the log follows:


************ Start Display Current Environment ************
Host Operating System is Windows 2000, version 5.0
Java version = J2RE 1.3.1 IBM Windows 32 build cn131-20030618 (JIT
enabled: jitc), Java Compiler = jitc, Java VM name = Classic VM
was.install.root = C:\appl\WebSphere\AppServer
user.install.root = null
Java Home = C:\appl\WebSphere\AppServer\java\jre
ws.ext.dirs =
C:\appl\WebSphere\AppServer\java/lib;C:\appl\WebSphere\AppServer/classes;C:\appl\WebSphere\AppServer/lib;C:\appl\WebSphere\AppServer/lib/ext;C:\appl\WebSphere\AppServer/web/help;C:\appl\WebSphere\AppServer\deploytool\itp/plugins/com.ibm.etools.ejbdeploy/runtime;C:\appl\WebSphere
MQ\java\lib
Classpath =
C:\appl\WebSphere\AppServer/properties;C:\appl\WebSphere\AppServer/lib/bootstrap.jar;C:\appl\WebSphere\AppServer/lib/j2ee.jar;C:\appl\WebSphere\AppServer/lib/lmproxy.jar;C:\appl\WebSphere\AppServer/lib/urlprotocols.jar
Java Library path =
C:\appl\WebSphere\AppServer\java\bin;.;C:\WINNT\system32;C:\WINNT;C:\appl\WebSphere\AppServer\bin;C:\appl\WebSphere\AppServer\java\bin;C:\appl\WebSphere\AppServer\java\jre\bin;C:\appl\WebSphere
MQ\Java\lib;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\appl\WebSphere
MQ\WEMPS\bin;C:\appl\WebSphere MQ\bin;C:\appl\WebSphere
MQ\bin;C:\appl\WebSphere MQ\java\bin;C:/appl/WebSphere MQ/WEMPS\bin
Current trace specification = *=all=disabled
************* End Display Current Environment *************
[30.12.05 13:39:32:359 CET] 333f8578 ManagerAdmin I TRAS0017I: The
startup trace state is *=all=disabled.
[30.12.05 13:39:32:391 CET] 333f8578 AdminTool A ADMU3100I: Reading
configuration for server: server1
[30.12.05 13:40:01:203 CET] 333f8578 WsServerStop E ADMU3002E:
Exception attempting to process server server1
[30.12.05 13:40:01:219 CET] 333f8578 WsServerStop E ADMU3007E:
Exception com.ibm.websphere.management.exception.ConnectorException:
ADMC0053E: Could not create SOAP Connector to connect to host sw2osl99
at port 8880 with SOAP Connector security enabled.
[30.12.05 13:40:01:219 CET] 333f8578 WsServerStop A ADMU3007E:
Exception com.ibm.websphere.management.exception.ConnectorException:
ADMC0053E: Could not create SOAP Connector to connect to host sw2osl99
at port 8880 with SOAP Connector security enabled.
at
com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:344)
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:173)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:86)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
---- Begin backtrace for nested exception
java.lang.reflect.InvocationTargetException:
com.ibm.websphere.management.exception.ConnectorNotAvailableException
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:242)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:175)
at java.lang.reflect.Constructor.newInstance(Native Method)
at
com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:285)
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:173)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:86)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)
---- Begin backtrace for nested exception
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket:
javax.net.ssl.SSLHandshakeException: unknown certificate;
targetException=java.lang.IllegalArgumentException: Error opening
socket: javax.net.ssl.SSLHandshakeException: unknown certificate]
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:225)
at java.security.AccessController.doPrivileged(Native Method)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:222)
at
com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:175)
at java.lang.reflect.Constructor.newInstance(Native Method)
at
com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:285)
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:173)
at com.ibm.ws.management.tools.WsServerStop.main(WsServerStop.java:86)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

[30.12.05 13:40:01:375 CET] 333f8578 AdminTool A ADMU0509I: The
server "server1" cannot be reached. It appears to be stopped.
[30.12.05 13:40:01:375 CET] 333f8578 AdminTool A ADMU0211I: Error
details may be seen in the file:
C:\appl\WebSphere\AppServer\logs\server1\stopServer.log

0 new messages