Skip to content

Instantly share code, notes, and snippets.

@Eugeny
Created May 31, 2012 17:08
Show Gist options
  • Save Eugeny/2844790 to your computer and use it in GitHub Desktop.
Save Eugeny/2844790 to your computer and use it in GitHub Desktop.
java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 504 Gateway"
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:1384)
at com.ibm.net.ssl.www2.protocol.https.c.connect(c.java:4)
at com.ibm.net.ssl.www2.protocol.https.a.connect(a.java:71)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.connectToServer(FileTransferClientImpl.java:2545)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFileInternal(FileTransferClientImpl.java:535)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFile(FileTransferClientImpl.java:428)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFile(FileTransferClientImpl.java:313)
at com.ibm.ws.management.filetransfer.client.FileTransferClientImpl.uploadFile(FileTransferClientImpl.java:191)
at com.ibm.wps.pe.mgr.appserveradmin.helper.WAS5AdminServiceHelper.uploadFile(WAS5AdminServiceHelper.java:434)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment