Thanks. It fails the same way without any session scoped beans. Looks
like it is from what JSF stores in the session context. I raised an
issue with JSF. Meanwhile it works with
<context-param>
<param-name>javax.faces.STATE_SAVING_METHOD</param-name>
<param-value>client</param-value>
</context-param>
On Aug 12, 6:32 am, "Jason (Google)" <[email protected]> wrote:
> Can you include the definition of your bean?
>
> Also, take a look at this thread (third post from the top) to see if it
> helps :
>
> http://groups.google.com/group/google-appengine-java/browse_thread/th...
>
> - Jason
>
> On Fri, Aug 7, 2009 at 5:29 AM, eddyd <[email protected]> wrote:
>
> > My JSF application runs fine on the development server and fails on
> > the real one - when deserializing session context.
> > My only session scoped bean has several Strings and a byte array.
> > The deserialization fails when some real content appears in the byte
> > array. The message is bellow.
> > Does anybody know anything about this?
>
> > Caused by: java.lang.RuntimeException:
> > java.lang.ClassNotFoundException: void
> > at com.google.apphosting.runtime.jetty.SessionManager.deserialize
> > (SessionManager.java:362)
> > at com.google.apphosting.runtime.jetty.SessionManager.loadSession
> > (SessionManager.java:280)
> > at com.google.apphosting.runtime.jetty.SessionManager.getSession
> > (SessionManager.java:255)
> > at org.mortbay.jetty.servlet.AbstractSessionManager.getHttpSession
> > (AbstractSessionManager.java:237)
> > at org.mortbay.jetty.Request.getSession(Request.java:998)
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---