It should be. Please file a new bug report:
http://code.google.com/p/googleappengine/issues/list

- Jason

On Sat, Aug 15, 2009 at 1:07 PM, barak <barak.ya...@gmail.com> wrote:

>
> Well, HtmlDataTable is not serializable, but how come this error is
> not seen on the development server?
>
>
> On Aug 13, 8:30 pm, "Jason (Google)" <apija...@google.com> wrote:
> > Can you verify whether HtmlDataTable extends Serializable?
> > The discussion athttp://
> groups.google.com/group/google-appengine-java/browse_thread/th...
> > how to build a session cleanup servlet to verify whether old
> > session data is the source of the problem.
> >
> > - Jason
> >
> >
> >
> > On Wed, Aug 12, 2009 at 4:54 AM, barak <barak.ya...@gmail.com> wrote:
> >
> > > Hello all,
> >
> > > I'm using myfaces-1.1.7 and tomahawk-1.1.9.
> >
> > > The application has a jsp displays t:dataTable, backed by session
> > > scope bean. Everything is working as expected when deployed on the
> > > development server.
> >
> > > But, when uploading to GAE, the following errors appear:
> >
> > > java.lang.RuntimeException: java.io.NotSerializableException:
> > > org.apache.myfaces.component.html.ext.HtmlDataTable
> > >        at com.google.apphosting.runtime.jetty.SessionManager.serialize
> > > (SessionManager.java:334)
> > >        at
> > >
> com.google.apphosting.runtime.jetty.SessionManager.createEntityForSession
> > > (SessionManager.java:314)
> > >        at com.google.apphosting.runtime.jetty.SessionManager
> > > $AppEngineSession.save(SessionManager.java:153)
> > >        at
> com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter
> > > (SaveSessionFilter.java:41)
> > >        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
> > > (ServletHandler.java:1084)
> > >        at
> > > com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter
> > > (TransactionCleanupFilter.java:43)
> > >        at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter
> > > (ServletHandler.java:1084)
> > >        at org.mortbay.jetty.servlet.ServletHandler.handle
> > > (ServletHandler.java:360)
> > >        at org.mortbay.jetty.security.SecurityHandler.handle
> > > (SecurityHandler.java:216)
> > >        at org.mortbay.jetty.servlet.SessionHandler.handle
> > > (SessionHandler.java:181)
> > >        at org.mortbay.jetty.handler.ContextHandler.handle
> > > (ContextHandler.java:712)
> > >        at
> org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
> > > 405)
> > >        at
> com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle
> > > (AppVersionHandlerMap.java:237)
> > >        at org.mortbay.jetty.handler.HandlerWrapper.handle
> > > (HandlerWrapper.java:139)
> > >        at org.mortbay.jetty.Server.handle(Server.java:313)
> > >        at
> > > org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
> > > 506)
> > >        at
> org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete
> > > (HttpConnection.java:830)
> > >        at
> > > com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable
> > > (RpcRequestParser.java:76)
> > >        at
> org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:381)
> > >        at
> >
> > >
> com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceReques­t
> > > (JettyServletEngineAdapter.java:139)
> > >        at com.google.apphosting.runtime.JavaRuntime.handleRequest
> > > (JavaRuntime.java:235)
> > >        at com.google.apphosting.base.RuntimePb$EvaluationRuntime
> > > $6.handleBlockingRequest(RuntimePb.java:4823)
> > >        at com.google.apphosting.base.RuntimePb$EvaluationRuntime
> > > $6.handleBlockingRequest(RuntimePb.java:4821)
> > >        at
> com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest
> > > (BlockingApplicationHandler.java:24)
> > >        at
> com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:
> > > 359)
> > >        at com.google.net.rpc.impl.Server$2.run(Server.java:820)
> > >        at com.google.tracing.LocalTraceSpanRunnable.run
> > > (LocalTraceSpanRunnable.java:56)
> > >        at com.google.tracing.LocalTraceSpanBuilder.internalContinueSpan
> > > (LocalTraceSpanBuilder.java:516)
> > >        at com.google.net.rpc.impl.Server.startRpc(Server.java:775)
> > >        at
> com.google.net.rpc.impl.Server.processRequest(Server.java:348)
> > >        at com.google.net.rpc.impl.ServerConnection.messageReceived
> > > (ServerConnection.java:436)
> > >        at com.google.net.rpc.impl.RpcConnection.parseMessages
> > > (RpcConnection.java:319)
> > >        at com.google.net.rpc.impl.RpcConnection.dataReceived
> > > (RpcConnection.java:290)
> > >        at
> com.google.net.async.Connection.handleReadEvent(Connection.java:
> > > 428)
> > >        at com.google.net.async.EventDispatcher.processNetworkEvents
> > > (EventDispatcher.java:762)
> > >        at com.google.net.async.EventDispatcher.internalLoop
> > > (EventDispatcher.java:207)
> > >        at
> com.google.net.async.EventDispatcher.loop(EventDispatcher.java:
> > > 101)
> > >        at com.google.net.rpc.RpcService.runUntilServerShutdown
> > > (RpcService.java:251)
> > >        at com.google.apphosting.runtime.JavaRuntime$RpcRunnable.run
> > > (JavaRuntime.java:374)
> > >        at java.lang.Thread.run(Unknown Source)
> > > Caused by: java.io.NotSerializableException:
> > > org.apache.myfaces.component.html.ext.HtmlDataTable
> > >        at java.io.ObjectOutputStream.writeObject0(Unknown Source)
> > >        at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source)
> > >        at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
> > >        at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown
> Source)
> > >        at java.io.ObjectOutputStream.writeObject0(Unknown Source)
> > >        at java.io.ObjectOutputStream.writeObject(Unknown Source)
> > >        at java.util.HashMap.writeObject(Unknown Source)
> > >        at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source)
> > >        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source)
> > >        at java.lang.reflect.Method.invoke(Unknown Source)
> > >        at java.io.ObjectStreamClass.invokeWriteObject(Unknown Source)
> > >        at java.io.ObjectOutputStream.writeSerialData(Unknown Source)
> > >        at java.io.ObjectOutputStream.writeOrdinaryObject(Unknown
> Source)
> > >        at java.io.ObjectOutputStream.writeObject0(Unknown Source)
> > >        at java.io.ObjectOutputStream.writeObject(Unknown Source)
> > >        at com.google.apphosting.runtime.jetty.SessionManager.serialize
> > > (SessionManager.java:331)
> > >        ... 39 more
> >
> > > Maybe there are previous persisted sessions, somehow persisted wrong?
> > > Is there a way to delete sessions from previous runs?
> > > Why this not happening in the development server?
> >
> > > Thanks!- Hide quoted text -
> >
> > - Show quoted text -
> >
>

--~--~---------~--~----~------------~-------~--~----~
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 google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to