Hi there,

My Stripes 1.4 program has worked for months on my computer at home,
and I am now extremely close to getting it working online.

But for some reason, it encounters a problem on the website:

------------------------
It looks like a scoping problem.  This is the root cause:

java.lang.IllegalStateException: The request object has been recycled and is
no longer associated with this facade
        at
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:840)
        at
javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:224)
        at
com.quickcram.stripes.QuizActionBeanContext.getQueue(QuizActionBeanContext.java:25)

------------------------
The error occurs after this code, when rendering the
QuestionAnswerLayout.jsp:

        CramQueue q = new CramQueue(cs); 
        context.setQueue(q);
        return new RedirectResolution("/QuestionAnswerLayout.jsp").flash(this);

------------------------

Does anyone know why this might work at home, but not online?

Regards,
Daniel
-- 
View this message in context: 
http://www.nabble.com/Flash-Scope-%27request-object-recycled%27--tp22883960p22883960.html
Sent from the stripes-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to