Skip to Main Content

SQL Developer

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!

SQL Developer fails to access update center via http proxy

496376Mar 8 2006 — edited Mar 27 2006
Hi,

I've configured HTTP Proxy exactly like MS-IE. Anyway, sql developer fails to access web. This is the error message:

java.io.IOException: Server returned HTTP response code: 407 for URL: http://htmldb.oracle.com/pls/otn/f?p=38606:2
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1149)
at oracle.ideimpl.webupdate.CheckMasterListRunnable.run(CheckMasterListRunnable.java:131)
at java.lang.Thread.run(Thread.java:595)


Using the same URL in IE gives the following result:

<?xml version="1.0" encoding="UTF-8" ?>
- <centers xmlns="http://xmlns.oracle.com/jdeveloper/update/master">
- <center id="oracle.sqldeveloper.webupdate.internal">
<url>http://htmldb.oracle.com/pls/otn/f?p=raptor:internal</url>
<name>Internal Update Cetner</name>
<domain>.*\.us.oracle.com</domain>
</center>
- <center id="oracle.sqldeveloper.webupdate.otncenter">
<url>http://htmldb.oracle.com/pls/otn/f?p=raptor:center</url>
<name>Official Oracle Extensions</name>
</center>
</centers>

What's wrong?

I'm using sql developer 1.0.0.14.22.

Martin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2006
Added on Mar 8 2006
6 comments
5,944 views