Hi Doug,

Error 500 Internal Server Error, is an error within your servlet/JSP that
was not handled and was caught by the servlet container (the part of the
server that actually
runs the java program you write).
In this case, servlet SurveyList has thrown a typical
java.lang.NullPointerException that
you didn't handle.

Regards,
Oren
www.mannainc.com


-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of doug
Sent: Wednesday, July 12, 2000 4:21 PM
To: [EMAIL PROTECTED]
Subject: another servlet error


Thanks for all the help on the path problem I have. You guys were right,
it wasn't in my Jrun Class path. In any case, has anyone seen this
error:


500 Internal Server Error

SurveyList:

java.lang.NullPointerException

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to