Java Problem? "500 Servlet Exception"

  • Thread starter Thread starter KhanNoonienSingh
  • Start date Start date
K

KhanNoonienSingh

Any help will be greatly appreciated!

When I try to log into my Lycos e-mail account at home, I
get the following message:

500 SERVLET EXCEPTION

java.lang.NullPointerException
at _index_jsp._jspservice(/WWW/index.jsp:489)
at com.caucho.jsp.JavaPage.service(JavaPage.java:75)
at com.caucho.jsp.Page.subservice(Page.java:506)
at com.caucho.server.http.FilterChainPage.doFilter
(FilterChainPage.java:182)
at com.caucho.server.http.Invocation.service
(Invocation.java:315)
at com.caucho.server.http.RunnerRequest.handleRequest
(RunnerRequest.java:346)
at com.caucho.server.http.RunnerRequest.handleConnection
(RunnerRequest.java:274)
at com.caucho.server.TcpConnection.run
(TcpConnection.java:139)
at java.lang.Thread.run(Thread.java:534)
-----------------------------------------------------------
Resin 2.1.12 (built Tue Dec 9 14:58:25 PST 2003)


Any ideas? Lycos has ignored my pleas for help. My only
thought is that the cause is a Java patch I downloaded
from microsoft.com (can't remember which one it was)
because everything was all right before then. I also have
trouble logging into my ISP's e-mail service now.

SOS!
 
Hi KhanNoonienSingh :-)

Try the following and see if it helps.

500 errors

Click Tools > Click Internet Options > Click Advanced Tab > Under Browsing
uncheck the "Show Friendly HTTP Errors" checkbox.
Then refresh the page. You should then see a more detailed error.

See the Event log and what it says is the real problem.

Also see the information below:

Index Server Returns HTTP 500 Error
http://support.microsoft.com/defaul...port/kb/articles/q160/3/50.asp&NoWebContent=1
or
http://snipurl.com/77b5

Look for articles with your exact error message here.
http://www.colba.net/~hlebo49/500.htm

Error HTTP 500 - Internal Server Error
http://www.surfersofdubai.com/500.shtml

See if anything here will help.
http://forums.aspfree.com/showthread.php?s=739dc4b7ebb0856626bc36c8f3246827&p=67213#post67213

Also, if you have Java installed, try unchecking it - Internet Options |
Tools | Advanced | scroll down to the section Java Sun and uncheck the box
next to Use Java.

Hope this helps.

Jan :)
 
When I try to log into my Lycos e-mail account at home, I

Jan,

Not all 500's are the same. ;)

This is going to be a problem with the Sun Java support.
The user should go to the Sun site for support
or in case the site was written for only MS Java support
install/switch to that instead.


FYI

Robert Aldwinckle
 
Hi Robert :-)
Jan,

Not all 500's are the same. ;)

This is going to be a problem with the Sun Java support.
The user should go to the Sun site for support
or in case the site was written for only MS Java support
install/switch to that instead.

Thank you for information. I somewhat suspected it would not help, but,
thought I'd give it a shot. The code itself was somewhat of a clue, but,
wasn't sure. Still only up to my ankles with Java yet. ;-))

I truly appreciate your input and help. :)

Jan :)
 
Back
Top