>From time to time, the following error message comes up on our Tomcat
5.5.4 with Sun jdk1.5.0 on Windows Server 2003.  It's almost like
there is an infinite loop somewhere in the code that creates a
bottleneck.  Any ideas?  Here is the error message (it's quite long):

<record>
 <date>2004-12-14T13:41:22</date>
 <millis>1103049682232</millis>
 <sequence>620</sequence>
 <logger>org.apache.jasper.runtime.JspFactoryImpl</logger>
 <level>SEVERE</level>
 <class>org.apache.jasper.runtime.JspFactoryImpl</class>
 <method>internalGetPageContext</method>
 <thread>28</thread>
 <message>Exception initializing page context</message>
 <exception>
   <message>java.lang.StackOverflowError</message>
   <frame>
     <class>org.apache.catalina.connector.Request</class>
     <method>doGetSession</method>
     <line>2159</line>
   </frame>
   <frame>
     <class>org.apache.catalina.connector.Request</class>
     <method>getSession</method>
     <line>2012</line>
   </frame>
   <frame>
     <class>org.apache.catalina.connector.RequestFacade</class>
     <method>getSession</method>
     <line>523</line>
   </frame>
   <frame>
     <class>javax.servlet.http.HttpServletRequestWrapper</class>
     <method>getSession</method>
     <line>215</line>
   </frame>
   <frame>
     <class>org.apache.catalina.core.ApplicationHttpRequest</class>
     <method>getSession</method>
     <line>518</line>
   </frame>
   <frame>
     <class>javax.servlet.http.HttpServletRequestWrapper</class>
     <method>getSession</method>
     <line>215</line>
   </frame>
   <frame>
     <class>org.apache.catalina.core.ApplicationHttpRequest</class>
     <method>getSession</method>
     <line>518</line>
   </frame>
   <frame>
     <class>javax.servlet.http.HttpServletRequestWrapper</class>
     <method>getSession</method>
     <line>215</line>
   </frame>
   <frame>
     <class>org.apache.catalina.core.ApplicationHttpRequest</class>
     <method>getSession</method>
     <line>518</line>
   </frame>
   <frame>
     <class>javax.servlet.http.HttpServletRequestWrapper</class>
     <method>getSession</method>
     <line>215</line>
   </frame>
   .....

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to