Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

HTTP/1.1 407 Proxy Authentication Required

818594Apr 1 2011 — edited Apr 9 2011
Dear Friends,
While I try to connect client through proxy I am getting error.pls find it and help me...


Writing data to Stream . . . .java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )"
at sun.net.www.protocol.http.HttpURLConnection.doTunneling(HttpURLConnection.java:1353)
at com.ibm.net.ssl.www2.protocol.https.c.connect(c.java:31)
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:865)
at com.ibm.net.ssl.www2.protocol.https.a.getOutputStream(a.java:54)
at xxscc.oracle.apps.xtr.b2b.ssl.utils.MessageSender.sendMessage(MessageSender.java:198)
at xxscc.oracle.apps.xtr.b2b.txn.handlers.MT940StatementRequestHandler.handleTransactionRequest(MT940StatementRequestHandler.java:274)
at xxscc.oracle.apps.xtr.b2b.cp.SccB2BInterface.runProgram(SccB2BInterface.java:91)
at oracle.apps.fnd.cp.request.Run.main(Run.java:157)
RESPONSE CODE : 407
Response Code from Server :407
RESPONSE TEXT : Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
Response String from Server :Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
ERROR : Internal Server Problem
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2011
Added on Apr 1 2011
7 comments
10,174 views