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!

java.io.IOException: Server returned HTTP response code:500 for URL

843790Jan 6 2009 — edited Jan 8 2009
I have an Applet which is communicating to the servlet well.
I converted Applet to JApplet(Swing Components) then I am getting a problem

java.io.IOException: Server returned HTTP response code:500 for URL
http://localhost:8081/pkj/servlet/pkj22.ourwork.objectiveServlet?opcode=init&procid=131
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at pkj22.ourwork.ObjectTransmit.readObject(ObjectTransmit.java :33)
at pkj22.ourwork.WfApplet12.initUI(wfApplet12.java :892)
at pkj22.ourwork.WfApplet12.init(wfApplet12.java :172)
at sun. applet.AppletPanel.sun(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Please Reply
ASAP
Parveen Kumar Jamdagni
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2009
Added on Jan 6 2009
12 comments
16,678 views