• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

anyone want to help me with JSP error?

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
 
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.

 
Back
Top