You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Johnny <ke...@mimos.my> on 2002/07/26 05:49:01 UTC

java.lang.NullPointerException

 when i run the servlet, i received java.lang.NullPointerException
error....do u know why?

 code:
 public class VServlet extends HttpServlet {
        public void service(HttpServletRequest req, HttpServletResponse res)
                        throws IOException, ServletException {

 error message:
 java.lang.NullPointerException
	at com.sr.VServlet.service(VServlet.java:26)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>