Re: Tomcat - Internal Server Error 500



On Sat, 30 Sep 2006 14:20:20 -0500, Raja <rajak27@xxxxxxxxx> wrote:

Hi,

I'm running Tomcat 4.0.1. I've a simple html page which executes a jsp
page upon pressing submit. I'm getting status 500 internal server
error, upon pressing submit. It shows the following exception:

javax.servlet.ServletException: sun/tools/javac/Main
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:484)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:243)

Any ideas on what is causing this? Any help is greatly appreciated.

Thanks.

- Raja.


ServletException error reports usually contain a root cause Exception that
will appear further down the listing - thats the one you should be looking
at. Since it is the compiler throwing the exception, I am betting on a
error in the generated Java code - you may be able to find it under
the work directory.

Bill
.



Relevant Pages

  • Tomcat - Internal Server Error 500
    ... I've a simple html page which executes a jsp ... I'm getting status 500 internal server ... error, upon pressing submit. ...
    (comp.lang.java.help)
  • Re: submitting a form with javascript & image buttons
    ... with the exception that my image button doesn't appear to get sent. ... In my php i'm validating whether or not a user has clicked the submit ... Any browsersubmit the form by pressing touch 'Enter'. ...
    (comp.lang.javascript)
  • Re: submitting a form with javascript & image buttons
    ... with the exception that my image button doesn't appear to get sent. ... In my php i'm validating whether or not a user has clicked the submit ... Any browsersubmit the form by pressing touch 'Enter'. ...
    (comp.lang.javascript)
  • Re: submitting a form with javascript & image buttons
    ... with the exception that my image button doesn't appear to get sent. ... In my php i'm validating whether or not a user has clicked the submit ... Any browsersubmit the form by pressing touch 'Enter'. ...
    (comp.lang.javascript)
  • pressing Ok button exception occurs
    ... I am using a dialog which is being used to provide an interface to call ... the functions of MFC DLL. ... But it gives an exception of "Unhandled ... only pressing 'OK' button even i don't make call to DLL function that ...
    (microsoft.public.vc.mfc)