-
Bug
-
Resolution: Not A Defect
-
Blocker
-
Jenkins - 2.13
Websphere Application Server 8.5.5.9
WebSphere Deployer Plugin - 1.3.4
Windows machine 64-bit
Java 8
I am trying to deploy application on a remote websphere application server(WAS). By remote I mean the WAS server is on different windows machine and Jenkins is installed on different windows machine. I am using websphere deployer plugin to connect to WAS server and deploy application(.ear file).
I had two scenarios:
1. Jenkins and WAS on same windows machine --> This works well for me. I have done all the required configurations.
2. Jenkins and WAS on different windows machine --> Here I am facing soap connectivity problem. Please find following error message:
Jul 12, 2016 4:11:16 PM com.ibm.websphere.management.AdminClientFactory
WARNING: ADMC0046W: The system failed to load properties from com.ibm.SOAP.configURL: file:null/properties/soap.client.props
Now what I am thinking, the file path is not correct and we have only one supported type -SOAP. So need your help, please assist.
NOTE: it's urgent to resolve this issue to proceed forward.
Thanks
[JENKINS-36621] Websphere Deployer plugin - SOAP connectivity Issue
Description |
Original:
I am trying to deploy application on a remote websphere application server(WAS). By remote I mean the WAS server is on different windows machine and Jenkins is installed on different windows machine. I am using websphere deployer plugin to connect to WAS server and deploy application(.ear file). I had two scenarios: 1. Jenkins and WAS on same windows machine --> This works well for me. I have done all the required configurations. 2. Jenkins and WAS on different windows machine --> Here I am facing soap connectivity problem. Please find following error message: Jul 12, 2016 4:11:16 PM com.ibm.websphere.management.AdminClientFactory WARNING: ADMC0046W: The system failed to load properties from com.ibm.SOAP.configURL: file:null/properties/soap.client.props Now what I am thinking, the file path is not correct and we have only one supported type -SOAP. So need your help, please assist. NOTE: it's urgent Thanks |
New:
I am trying to deploy application on a remote websphere application server(WAS). By remote I mean the WAS server is on different windows machine and Jenkins is installed on different windows machine. I am using websphere deployer plugin to connect to WAS server and deploy application(.ear file). I had two scenarios: 1. Jenkins and WAS on same windows machine --> This works well for me. I have done all the required configurations. 2. Jenkins and WAS on different windows machine --> Here I am facing soap connectivity problem. Please find following error message: Jul 12, 2016 4:11:16 PM com.ibm.websphere.management.AdminClientFactory WARNING: ADMC0046W: The system failed to load properties from com.ibm.SOAP.configURL: file:null/properties/soap.client.props Now what I am thinking, the file path is not correct and we have only one supported type -SOAP. So need your help, please assist. NOTE: it's urgent to resolve this issue to proceed forward. Thanks |
Assignee | New: Greg Peters [ gpeters ] |
Workflow | Original: JNJira [ 173342 ] | New: JNJira + In-Review [ 185076 ] |
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
The null path is an erroneous message in the logs and can safely be ignored. Your SOAP issue is either related for a firewall or the WebSphere port for SOAP is not what you expected.