Search the Community
Showing results for tags 'java servlets jsp'.
-
Hi. I'm softlab on johnny and I get this exception wher I try to load my index.jsp page. What could be the problem? Thank you exception org.apache.jasper.JasperException: PermGen space org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:473) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:395) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) root cause javax.servlet.ServletException: PermGen space org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:965) org.apache.jsp.index_jsp._jspService(index_jsp.java:110) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:371) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:308) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:259) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) root cause java.lang.OutOfMemoryError: PermGen space
-
Hi. The first time I posted my problem was in May; then I reposted it various times, because I got no reasonable answer. Till now, no replies. When I give a service to the public, be it free or not, I think I have to satisfy any help request for errors, doubts and so on. Here I did not have any of these things; my problem remains my problem, no one gave me a solution for it. Do you think it is reasonable? For complete information, I append the problem to this post, hoping that someone could (and would) help me. --------------------------------------------------------------------- Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below: Not Found The requested URL /infoPar/ServletUtenti was not found on this server. The servlet is in the web.xml file as below ServletUtenti it.fp.servlets.ServletUtenti ServletUtenti /ServletUtenti and is present in the WEB-inf\classes folder, in a package named "it.fp.servlets" under the named folder. In addition, I deployed the same application on a desktop under Tomcat 6.0.35 and it works perfectly. Which could be the problem?
-
Hi. Pointing my java application (http://studiofp.heliohost.org/infoPar/index.jsp) and clicking the link "Accesso" I get the result below: Not Found The requested URL /infoPar/ServletUtenti was not found on this server. The servlet is in the web.xml file as below ServletUtenti it.fp.servlets.ServletUtenti ServletUtenti /ServletUtenti and is present in the WEB-inf\classes folder, in a package named "it.fp.servlets" under the named folder. In addition, I tried to deploy the same application under Tomcat 6.0.35 and it works perfectly. Which could be the problem? Thanks
- 5 replies
-
- java servlet jsp
- java servlet jsp
- (and 2 more)