How to clean leaks in Tomcat?

How to resolve HTTP status 500 while using an apache tomcat 5.5.9 and JBOSS server.?

  • screen shot: 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: 1 org.apache.struts.action.RequestProce… org.apache.struts.action.RequestProce… org.apache.struts.action.RequestProce… org.apache.struts.action.ActionServle… org.apache.struts.action.ActionServle… javax.servlet.http.HttpServlet.servic… javax.servlet.http.HttpServlet.servic… org.jboss.web.tomcat.filters.ReplyHea… root cause java.lang.ArrayIndexOutOfBoundsExcepti… 1 com.gridweb.struts.action.AssignmentA… org.apache.struts.action.RequestProce… org.apache.struts.action.RequestProce… org.apache.struts.action.ActionServle… org.apache.struts.action.ActionServle… javax.servlet.http.HttpServlet.servic… javax.servlet.http.HttpServlet.servic… org.jboss.web.tomcat.filters.ReplyHea… note The full stack trace of the root cause is available in the Apache Tomcat/5.5.9 logs. --------------------------------------… Apache Tomcat/5.5.9

  • Answer:

    In this case, your code running in jboss is generating the exception by accessing a non-existent array entry. Apache is just reporting the 500 generated by jboss. Fix the application code.

push v at Yahoo! Answers Visit the source

Was this solution helpful to you?

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.