|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

After looking at logs I did found out this ...
Caused by: com.ibm.websphere.management.filetransfer.client.TransferFailedException: Upload retry limit exceeded for file /var/lib/jenkins/jobs/Test-Websphere-Deployment/workspace/EXXXXXXXXXXXXXXXXX.ear. Exception: java.io.IOException: HTTPS hostname wrong: should be <128.0.1.212>
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFileInternal(FileTransferClientImpl.java:595)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFile(FileTransferClientImpl.java:462)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFile(FileTransferClientImpl.java:369)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFile(FileTransferClientImpl.java:293)
at com.ibm.ws.management.application.client.AppInstallHelper.copyToServer(AppInstallHelper.java:1245)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.ibm.websphere.management.application.AppManagementProxy.uploadArchive(AppManagementProxy.java:718)
... 13 more
Caused by: java.io.IOException: HTTPS hostname wrong: should be <128.0.1.212>
at sun.net.www.protocol.https.HttpsClient.checkURLSpoofing(HttpsClient.java:529)
at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:454)
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
at com.sun.net.ssl.internal.www.protocol.https.HttpsURLConnectionOldImpl.connect(HttpsURLConnectionOldImpl.java:142)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.connectToServer(FileTransferClientImpl.java:2947)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.openConnection(FileTransferClientImpl.java:2859)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFileInternal(FileTransferClientImpl.java:547)
... 22 more
Is there any place where we give credentials for https hostname??