Skip to Main Content

Java APIs

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!

Unexpected end of file from server

843790Jul 21 2006 — edited Jul 23 2006
Hi all,
I am getting (Unexpected end of file from server)this error when I am connecting to my server via proxy server.
I have done the configuration like this

System.getProperties().put("proxySet", "true");
System.getProperties().put("http.proxyPort", "8080");
System.getProperties().put("http.proxyHost", "192.168.1.34");
URL url=new URL("http://192.168.1.45:8657/someapp/somepage");
URLConnection connection = url.openConnection();

Pls help if anybody have any idea.
with regards,
ajse
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2006
Added on Jul 21 2006
1 comment
199 views