Maria Mina

Greenhorn
+ Follow
since Nov 19, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Maria Mina

Hello
I am coding a connection and is not connecting.

Here is my coding:

'lmupums' is my db name
'lmupums' is the username and 'DWA' is the password
Where is my error? Can you please help me?
18 years ago
hello I really need your help. I am writting some codes using jsp,javabeans and mysql database. I have an error page and I don't know how to solve this problem. It compiles and builds successfully my coding. My first page of my project is working correctly and when I want to link to customers page it loads this error. Can you please help me? It is very important and urgent! Thank you



[ERROR MSG]
type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


root cause

java.lang.NullPointerException
org.apache.jsp.customers_jsp._jspService(org.apache.jsp.customers_jsp:64)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


note The full stack trace of the root cause is available in the Apache Tomcat/5.5.7 logs.

[/ERROR MSG]
mariakmina82@yahoo.com
18 years ago
JSP