Skip to Main Content

New to Java

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!

Help needed: java.net.SocketException: Unexpected end of file from server

807599Apr 9 2007 — edited Apr 9 2007
Here is the error I am getting from the java console. Appreciate it if you can help provide resolution.

Apr 4, 2007 2:15:38 PM com.omgeo.ctm.ui.cmd.CommandManager$1 run

SEVERE: Command: Info Request

com.omgeo.ctm.ui.cmd.CommunicationsException: sendAndReceive failed!

at com.omgeo.ctm.ui.cmd.MessageCommand.exec(MessageCommand.java:132)

at com.omgeo.ctm.ui.cmd.CommandManager$1.run(CommandManager.java:104)

at com.omgeo.ctm.ui.cmd.MessageThread.run(MessageThread.java:32)

Caused by: java.net.SocketException: Unexpected end of file from server

at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)

at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)

at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)

at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection.doTunneling(Unknown Source)

at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)

at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)

at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)

at com.omgeo.dci.DCIWebSessionImpl._writeRequestOutput(DCIWebSessionImpl.java:541)

at com.omgeo.dci.DCIWebSessionImpl._send(DCIWebSessionImpl.java:1004)

at com.omgeo.dci.DCIWebSessionImpl.send(DCIWebSessionImpl.java:942)

at com.omgeo.dci.DCIAppletWebSession.submit(DCIAppletWebSession.java:366)

at com.omgeo.dci.DCIAppletWebSession.sendAndReceiveMessage(DCIAppletWebSession.java:433)

at com.omgeo.ctm.ui.cmd.MessageCommand.exec(MessageCommand.java:126)

... 2 more
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 7 2007
Added on Apr 9 2007
1 comment
767 views