HI , I am facing the below error while saving the configuration details for websphere 7.0 .
2011-02-28 18:07:59,646 INFO [Thread-3] [RuntimeAutodiscoverer] Running runtime autodiscovery for WebSphere 7.0
2011-02-28 18:07:59,943 ERROR [Thread-3] [RuntimeAutodiscoverer] Unexpected error running autodiscoverer for plugin: WebSphere 7.0: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
org.hyperic.hq.product.PluginException: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
at org.hyperic.hq.plugin.websphere.jmx.WebsphereRuntimeDiscoverer.discoverServices(WebsphereRuntimeDiscoverer.java:157)
at org.hyperic.hq.plugin.websphere.WebsphereDetector.discoverServices(WebsphereDetector.java:89)
at org.hyperic.hq.product.ServerDetector.discoverResources(ServerDetector.java:226)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan_internal(RuntimeAutodiscoverer.java:272)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan(RuntimeAutodiscoverer.java:205)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:165)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
Caused by:
org.hyperic.hq.product.MetricUnreachableException: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
at org.hyperic.hq.plugin.websphere.WebsphereUtil.getMBeanServer(WebsphereUtil.java:143)
at org.hyperic.hq.plugin.websphere.jmx.WebsphereRuntimeDiscoverer.discoverServices(WebsphereRuntimeDiscoverer.java:136)
... 7 more
Caused by:
com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:529)
at org.hyperic.hq.plugin.websphere.WebsphereUtil.getMBeanServer(WebsphereUtil.java:132)
... 8 more
Caused by:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:358)
... 9 more
Caused by:
com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.); targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.)]
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:377)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:197)
... 14 more
Caused by:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.); targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.)]
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$4.run(SOAPConnectorClient.java:349)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:334)
... 15 m
agent.properties: Values specified in this file are mentioned below.
agent.setup.camIP=10.80.131.163
agent.setup.camPort=7080
agent.setup.camSSLPort=7443
agent.setup.camSecure=yes
agent.setup.camLogin=hqadmin
agent.setup.camPword=hqadmin
agent.setup.agentIP=10.80.131.164
agent.setup.agentPort=2144
agent.setup.resetupTokens=no
# required to find websphere jars
#websphere.installpath=/opt/WebSphere/AppServer
websphere.installpath=/C:/Program Files/IBM/SDP/runtimes/base_v7
can someone please let me know what should be done to resolve this issue
NOTE:-I have checked serverindex.xml file for port and host name they are correct.
Thanks ans Regards,
Shalani
2011-02-28 18:07:59,646 INFO [Thread-3] [RuntimeAutodiscoverer] Running runtime autodiscovery for WebSphere 7.0
2011-02-28 18:07:59,943 ERROR [Thread-3] [RuntimeAutodiscoverer] Unexpected error running autodiscoverer for plugin: WebSphere 7.0: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
org.hyperic.hq.product.PluginException: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
at org.hyperic.hq.plugin.websphere.jmx.WebsphereRuntimeDiscoverer.discoverServices(WebsphereRuntimeDiscoverer.java:157)
at org.hyperic.hq.plugin.websphere.WebsphereDetector.discoverServices(WebsphereDetector.java:89)
at org.hyperic.hq.product.ServerDetector.discoverResources(ServerDetector.java:226)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan_internal(RuntimeAutodiscoverer.java:272)
at org.hyperic.hq.autoinventory.agent.server.RuntimeAutodiscoverer.doRuntimeScan(RuntimeAutodiscoverer.java:205)
at org.hyperic.hq.autoinventory.ScanManager.mainRunLoop(ScanManager.java:165)
at org.hyperic.hq.autoinventory.ScanManager.access$000(ScanManager.java:41)
at org.hyperic.hq.autoinventory.ScanManager$1.run(ScanManager.java:107)
Caused by:
org.hyperic.hq.product.MetricUnreachableException: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
at org.hyperic.hq.plugin.websphere.WebsphereUtil.getMBeanServer(WebsphereUtil.java:143)
at org.hyperic.hq.plugin.websphere.jmx.WebsphereRuntimeDiscoverer.discoverServices(WebsphereRuntimeDiscoverer.java:136)
... 7 more
Caused by:
com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host B2MD12964.mindtree.com at port 8880.
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:529)
at org.hyperic.hq.plugin.websphere.WebsphereUtil.getMBeanServer(WebsphereUtil.java:132)
... 8 more
Caused by:
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:45)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:39)
at java.lang.reflect.Constructor.newInstance(Constructor.java:515)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:358)
... 9 more
Caused by:
com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.); targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.)]
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:377)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:197)
... 14 more
Caused by:
[SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.); targetException=java.lang.IllegalArgumentException: Error opening socket: java.net.SocketException: java.io.FileNotFoundException: C:\Program%20Files\IBM\SDP\runtimes\base_v7\plugins\com.ibm.ws.security.crypto.jar (The system cannot find the path specified.)]
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$4.run(SOAPConnectorClient.java:349)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:334)
... 15 m
agent.properties: Values specified in this file are mentioned below.
agent.setup.camIP=10.80.131.163
agent.setup.camPort=7080
agent.setup.camSSLPort=7443
agent.setup.camSecure=yes
agent.setup.camLogin=hqadmin
agent.setup.camPword=hqadmin
agent.setup.agentIP=10.80.131.164
agent.setup.agentPort=2144
agent.setup.resetupTokens=no
# required to find websphere jars
#websphere.installpath=/opt/WebSphere/AppServer
websphere.installpath=/C:/Program Files/IBM/SDP/runtimes/base_v7
can someone please let me know what should be done to resolve this issue
NOTE:-I have checked serverindex.xml file for port and host name they are correct.
Thanks ans Regards,
Shalani