Two Laptop Bag
The moose likes Servlets and the fly likes HTTP response code : 500 for URL : http://...etc... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "HTTP response code : 500 for URL : http://...etc..." Watch "HTTP response code : 500 for URL : http://...etc..." New topic
Author

HTTP response code : 500 for URL : http://...etc...

achana chan
Ranch Hand

Joined: Jul 29, 2002
Posts: 277
Hi.
I am still trying to invoke the applet from the browser to "tunnel" thru to the servlet.
Although the browser throws up the web-page, I can't get it to talk to the servlet and I am getting this error :
Record Sent
java.io.IOException: Server returned HTTP response code: 500 for URL: http://cacophonix/saysit/RemoteMathLiteServer
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getHeaderFields(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.checkCookieHeader(Unknown Source)
at sun.plugin.net.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.developer.Tunnel.client.BaseTunnelClient._invokeMethod(BaseTunnelClient.java:189)
at com.developer.Tunnel.client.BaseTunnelClient._initialize(BaseTunnelClient.java:93)
at com.developer.Tunnel.RemoteMathLiteClient.<init>(RemoteMathLiteClient.java:31)
at com.developer.Tunnel.MathLiteApplet.init(MathLiteApplet.java:115)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
com.developer.Tunnel.client.BaseTunnelClient$TunnelException: Server returned HTTP response code: 500 for URL: http://cacophonix/saysit/RemoteMathLiteServer
at com.developer.Tunnel.client.BaseTunnelClient._invokeMethod(BaseTunnelClient.java:216)
at com.developer.Tunnel.client.BaseTunnelClient._initialize(BaseTunnelClient.java:93)
at com.developer.Tunnel.RemoteMathLiteClient.<init>(RemoteMathLiteClient.java:31)
at com.developer.Tunnel.MathLiteApplet.init(MathLiteApplet.java:115)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


humanum errare est.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HTTP response code : 500 for URL : http://...etc...
 
Similar Threads
applet-to-servlet : making it work ...
Applet only works with one Java version
HELP : SocketPermission proxy-iap...
Apache-Tomcat 500 and 503 Errors.
Displaying an Oracle BLOB image.