Skip to Main Content

New to Java

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.lang.StackOverflowError

807599Nov 28 2006 — edited Nov 28 2006
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 26 2006
Added on Nov 28 2006
15 comments
818 views