|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Error
i get his error when i the web page is loaded:
HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: begin (1) > end (0) at org.apache.jasper.runtime.PageContextImpl.handlePa geException(PageContextImpl.java:495) at org.apache.jsp.F00001_content_jsp._jspService(F000 01_content_jsp.java:488) at org.apache.jasper.runtime.HttpJspBase.service(Http JspBase.java:92) at javax.servlet.http.HttpServlet.service(HttpServlet .java:809) at org.apache.jasper.servlet.JspServletWrapper.servic e(JspServletWrapper.java:162) at org.apache.jasper.servlet.JspServlet.serviceJspFil e(JspServlet.java:240) at org.apache.jasper.servlet.JspServlet.service(JspSe rvlet.java:187) at javax.servlet.http.HttpServlet.service(HttpServlet .java:809) at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:247) at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:193) at mibs.bds.ParameterFilter.doFilter(ParameterFilter. java:71) at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:213) at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:193) at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve _____________________________ what should i do? |
|
#2
|
||||
|
||||
|
looking up the error in your JSP
The error message mentions the following
Quote:
Every JSP is translated into a java file before being compiled to a .class file. So, I suppose you've written an content.jsp which is translated into content_jsp.java. You should take a look at the file content_jsp.java at line number 488. This should give you enough information about the statement which caused the error. About the location of the translated JSP's : I work with Tomcat and alle the different web applications have got their own folder. In this folder is a folder named work. It's there that the translated JSP's are being saved. So, in my case, the _jsp.java files are in folder C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\gco\work\org\apache\jsp |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Java Development > Error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|