This sounds like something that was fixed in 1.4.3.

http://www.stripesframework.org/jira/browse/STS-319

-Ben

On Sat, Apr 4, 2009 at 10:28 AM, dbrownell83 <[email protected]>wrote:

>
> 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
------------------------------------------------------------------------------
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to