Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
How to solve this error "HTTP Status 500"?
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
org.apache.catalina.manager.HTMLManagerServlet.list(HTMLManagerServlet.java:423)
org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:161)
javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
note The full stack trace of the root cause is available in the Tomcat logs.
--------------------------------------------------------------------------------
Apache Tomcat/5.0.14
Profile Answers by mythilikumar Questions by mythilikumar
Questions by mythilikumar
Editorial / Best Answer
Answered by: murali
NullPointer Exception is a typical exception thrown when you tries to set incompatible datatypes without casting them
Related Answered Questions
Related Open Questions