-
Bug
-
Resolution: Not A Defect
-
Blocker
-
SUSE Linux Enterprise Server 11 (x86_64)
We are trying to deploy a java j2ee EAR to WebSphere application server(v8.0.0) hosted on a remote host
->We had copied the required jars(com.ibm.ws.admin.client_8.0.0.jar, com.ibm.ws.orb_8.0.0.jar) from that remote host to our Build server where jenkins is hosted.
->We had copied the DummyClientKeyFile.jks, DummyClientTrustFile.jks to Build server and given their path in the Job config.
->When tried to Test Connection, we are getting the following error,
Connection failed: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host <remotehostIP> at port 8879.
at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:634)
at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:126)
........
See the attachment for full error
[JENKINS-21641] The system cannot create a SOAP connector to connect to remote host using websphere deployer plugin
Summary | Original: unable to connect to remote host using websphere deployer plugin | New: The system cannot create a SOAP connector to connect to remote host using websphere deployer plugin |
Description |
Original:
{color:green}*We are trying to deploy a java j2ee EAR to WebSphere application server(v8.0.0) hosted on a remote host*{color} *->We had copied the required jars(com.ibm.ws.admin.client_8.0.0.jar, com.ibm.ws.orb_8.0.0.jar) from that remote host to our Build server where jenkins is hosted.* *->We had copied the DummyClientKeyFile.jks, DummyClientTrustFile.jks to Build server and given their path in the Job config.* ->When tried to Test Connection, we are getting the following error, Connection failed: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host 10.25.4.189 at port 8879. at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:634) at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:126) ........ {color:red} See the attachment for full error {color} |
New:
{color:green}*We are trying to deploy a java j2ee EAR to WebSphere application server(v8.0.0) hosted on a remote host*{color} *->We had copied the required jars(com.ibm.ws.admin.client_8.0.0.jar, com.ibm.ws.orb_8.0.0.jar) from that remote host to our Build server where jenkins is hosted.* *->We had copied the DummyClientKeyFile.jks, DummyClientTrustFile.jks to Build server and given their path in the Job config.* ->When tried to Test Connection, we are getting the following error, Connection failed: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host <remotehostIP> at port 8879. at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:634) at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:126) ........ {color:red} See the attachment for full error {color} |
Assignee | New: Greg Peters [ gpeters ] |
Fix Version/s | New: current [ 10162 ] | |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
PKIX path building failed: means you haven't imported your SSL cert from the administration console to your local jenkins server. See instructions for details.