anyone want to help me with JSP error?

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
well i need some help with my JSP program for school, i am doing a login page, but its not working, i am not getting any specific error, or line, just the errors:
exception

org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:346)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

root cause

java.lang.NullPointerException
org.apache.jsp.mbarnard.JSPLab06.login_jsp._jspService(login_jsp.java:82)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:298)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)

now what would be causing that within my code? i dont want to post it on here if a teacher were to assume i was cheating or something this could possibly be considered it and i dont want to be a cheater.

aim: pm me for it.

also, before you scream SOFTWARE, the problem is i need help fast, and we all know how fast that forum moves for programming help, its posted there too if you wanna help in the right forum.

MIKE
 

MikeMike

Lifer
Feb 6, 2000
45,885
66
91
no one wants to help, ive got until 7pm to do this and its gettin annoying as alllllll helllllll i cant figure it out for the life of me.

MIKE
 

Originally posted by: nourdmrolNMT1
also, before you scream SOFTWARE, the problem is i need help fast, and we all know how fast that forum moves for programming help, its posted there too if you wanna help in the right forum.
That's what every software forum violator says, pfft.

Hint: check line 82 of login_jsp.java and figure out what reference is null.