-
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