lundi 3 août 2015

tomcat7 log keep repeating same error

I'm trying to run javaee maven project using tomcat7. My problem is when I run project I get continuously running tomcat error log. I deleted all catalina logs in
C:\Program Files\Apache Software Foundation\apache-tomcat-7.0.55\logs folder.
Now there is only today log and it doesn't show any errors.

I tried to add error log of tomcat log in netbeans. It is pretty large. This is the one repeating. This is an old error.

 Aug 03, 2015 12:36:02 PM org.apache.catalina.core.ApplicationDispatcher invoke
 SEVERE: Servlet.service() for servlet index threw exception
 org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 16

13:             
14:     </head>
15:     <body>
16:         <jsp:include page="layout"></jsp:include>
17:         <div id="wrapper">   
18:         <div id="page-wrapper">
19:             <div class="container-fluid">


Stacktrace:
at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:568)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:455)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
at 
ect...


There are tons of error generating right now. please help me for god sake. This thing is driving me crazy.
Ps: There is a stackoverflow error too.

Aucun commentaire:

Enregistrer un commentaire