aspose file tools
The moose likes Websphere and the fly likes The system cannot create a SOAP connector to connect to host at port 8880 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Websphere
Reply Bookmark "The system cannot create a SOAP connector to connect to host at port 8880" Watch "The system cannot create a SOAP connector to connect to host at port 8880" New topic
Author

The system cannot create a SOAP connector to connect to host at port 8880

Josny Delson
Greenhorn

Joined: Aug 30, 2011
Posts: 1
Hi ,

I am trying to connect to websphere using HTTPClient in many systems . I got connection to first IP only, on giving multiple IP's . The stacktrace is as follows.....

Aug 30, 2011 4:53:40 PM com.ibm.websphere.management.AdminClientFactory
WARNING: ADMC0046W
com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host 192.168.1.131 at port 8880.
at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:618)
at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:121)
at com.ibm.websphere.management.AdminClientFactory$1.run(AdminClientFactory.java:202)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:63)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:198)
at WebsphereSecurity.getConnection(WebsphereSecurity.java:189)
at WebsphereSecurity.main(WebsphereSecurity.java:88)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:445)
... 6 more
Caused by: com.ibm.websphere.management.exception.ConnectorNotAvailableException: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:407)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.<init>(SOAPConnectorClient.java:220)
... 11 more
Caused by: [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target; targetException=java.lang.IllegalArgumentException: Error opening socket: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target]
at org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:469)
at org.apache.soap.rpc.Call.WASinvoke(Call.java:451)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient$4.run(SOAPConnectorClient.java:371)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:118)
at com.ibm.ws.management.connector.soap.SOAPConnectorClient.reconnect(SOAPConnectorClient.java:364)
... 12 more


thanks in advance
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: The system cannot create a SOAP connector to connect to host at port 8880
 
Similar Threads
WAS 6.1 JMX AdminClient.
Not able to connect using SOAP with WAS 6.1 server
Cusom JMX Admin client unable to connect to secured websphere server
JMX Admin client unable to connect to secured Websphere server
Communication Swing Servlet on SSL