U have to send ur java code to know the exact proble. Anyway it appears
like the problem is in ur SQL statement.
Check whether its trying to insert some invalid data into a number field
may be.
Chandana.
Rajneesh Garg <[EMAIL PROTECTED]> on 08/02/2000 09:30:28 AM
Please respond to "A mailing list for discussion about Sun Microsystem's
Java Servlet API Technology."
<[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc: (bcc: Chandana Srihari/LTITLVSH)
Subject: 500 Internal Server Error
Hi there!
I am trying to execute an insert query on Access database. I am using JWS
2.0.
However, when I submit my form, it accesses web server and throws 500
Error. I am using Windows NT Workstation.
I am trying to print some trival sentences, but even those are not being
displayed. Can somebody plz help me in solving this riddle.
Regards,
Rajneesh Garg
Keep Smiling. It does improve your face value. :-))
500 Internal Server Error
The servlet named executeInsert at the requested URL
http://rajneesh:8080/servlet/executeInsert
reported this exception: null. Please report this to the administrator of
the web server.
java.lang.NumberFormatException: null at java.lang.Throwable.(Compiled
Code) at java.lang.Exception.(Compiled Code) at
java.lang.RuntimeException.(RuntimeException.java:50) at
java.lang.IllegalArgumentException.(IllegalArgumentException.java:46) at
java.lang.NumberFormatException.(NumberFormatException.java:46) at
java.lang.Integer.parseInt(Compiled Code) at
java.lang.Integer.parseInt(Compiled Code) at executeInsert.doPost(Compiled
Code) at javax.servlet.http.HttpServlet.service(HttpServlet.java:747) at
javax.servlet.http.HttpServlet.service(Compiled Code) at
com.sun.server.ServletState.callService(Compiled Code) at
com.sun.server.ServletManager.callServletService(Compiled Code) at
com.sun.server.http.servlet.InvokerServlet.service(Compiled Code) at
javax.servlet.http.HttpServlet.service(Compiled Code) at
com.sun.server.ServletState.callService(Compiled Code) at
com.sun.server.ServletManager.callServletService(Compiled Code) at
com.sun.server.ProcessingState.invokeTargetServlet(Compiled Code) at
com.sun.server.http.HttpProcessingState.execute(Compiled Code) at
com.sun.server.http.stages.Runner.process(Compiled Code) at
com.sun.server.ProcessingSupport.process(Compiled Code) at
com.sun.server.Service.process(Compiled Code) at
com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
com.sun.server.http.HttpServiceHandler.handleRequest(Compiled Code) at
com.sun.server.HandlerThread.run(Compiled Code)
|
Hi there!
I am trying to execute an insert query on Access
database. I am using JWS 2.0.
However, when I submit my form, it accesses web
server and throws 500 Error. I am using Windows NT Workstation.
I am trying to print some trival sentences, but
even those are not being displayed. Can somebody plz help me in solving this
riddle.
Regards,
Rajneesh Garg
Keep Smiling. It does improve your face
value. :-))
500 Internal Server ErrorThe servlet named executeInsert at the requested URL http://rajneesh:8080/servlet/executeInsertreported this exception: null. Please report this to the administrator of the web server.
|
