Can you try deleting parts of your JSP page until you see the real error?
You might try removing error.jsp from web.xml to see if you can get a better
stack trace from the server.  Either that, or try putting a debugger in the
getSession() or getRequest() calls in BaseAction - it looks like it might be
happening there.

Matt

On 1/3/07, Matt Finholt <[EMAIL PROTECTED]> wrote:


I'm in the process of migrating an app that I build using AppFuse 1.9.3 to
Struts 2.0.1.  With the exception of a few minor bumps in the road I've
*almost* completed the migration...  I'm currently stumped on this issue
and
I'm hoping someone can help.

As of right now, every page request returns a correct response with
everything completely loaded properly. The issue is that the sever throws
a
stack overflow exception on every page request.

I get:

[OLT] FATAL [http-8080-Processor22]
JspFactoryImpl.internalGetPageContext(109) | Exception initializing page
context
java.lang.StackOverflowError
        at
javax.servlet.http.HttpServletRequestWrapper.getSession(
HttpServletRequestWrapper.java:215)
        at
org.apache.catalina.core.ApplicationHttpRequest.getSession(
ApplicationHttpRequest.java:544)
        at
javax.servlet.http.HttpServletRequestWrapper.getSession(
HttpServletRequestWrapper.java:215)
        at
org.apache.catalina.core.ApplicationHttpRequest.getSession(
ApplicationHttpRequest.java:544)

.......  and this continues for 400 lines or so ....

It appears that there is some sort of recursive call happening and at a
loss
of where to look next.

For a full log dump from a page request, please look @
http://www.nabble.com/file/5274/olt.log olt.log

Thanks in advance for any help!
-Matt
--
View this message in context:
http://www.nabble.com/AppFuse-1.9.3---WebWork-2.2.4-migrate-to-Struts2-tf2915402s2369.html#a8146797
Sent from the AppFuse - User mailing list archive at Nabble.com.

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




--
http://raibledesigns.com

Reply via email to