java.lang.StackOverflowError
807599Nov 28 2006 — edited Nov 28 2006Hi,
we are querying a table and displaying a summary line and a detail column.detail column is text column. we are using web service deployed on apache-tomcat server and using jsp pages to query the database and display the results. if we have too many line breakes in the detail column am getting the following error.
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
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:682)
org.apache.jsp.jsp.isbn.index_jsp._jspService(index_jsp.java:214)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:136)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:320)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:293)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:240)
javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
root cause
java.lang.StackOverflowError
note The full stack trace of the root cause is available in the Tomcat logs.
Less stack size may be causing the issue here? how can i check the current stack size settings used and how can i increase it?
OS= unix(sun solaris 2.6 )
Thanks,
Kevin