You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2009/09/22 20:26:19 UTC

[jira] Commented: (HUPA-4) [bug] logout action fails

    [ https://issues.apache.org/jira/browse/HUPA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12758340#action_12758340 ] 

Norman Maurer commented on HUPA-4:
----------------------------------

Hi Manuel,

was it an error in your enviroment or do need futher checkin of this issue ?

> [bug] logout action fails
> -------------------------
>
>                 Key: HUPA-4
>                 URL: https://issues.apache.org/jira/browse/HUPA-4
>             Project: JAMES Hupa
>          Issue Type: Bug
>          Components: server
>         Environment: tomcat
>            Reporter: Manuel Carrasco
>            Assignee: Norman Maurer
>         Attachments: Screenshot.png
>
>
> Clicking on the logout link nothing happens.
> This was that I did:
> - The user's session was expired
> - I deployed last hupa war
> - I clicked the logout action
> This is the server log:
> 2009-09-06 08:10:46.965:/hupa:WARN:  Key[type=net.customware.gwt.dispatch.server.service.DispatchServiceServlet, annotation=[none]]: An IncompatibleRemoteServiceException was thrown while processing this call.
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: Type 'org.apache.hupa.shared.rpc.LogoutUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.  For security purposes, this type will not be deserialized.
> 	at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:298)
> 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:164)
> 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:86)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:231)
> 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:142)
> 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:93)
> 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:63)
> 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:122)
> 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1178)
> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:433)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:118)
> 	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:456)
> 	at org.eclipse.jetty.server.session.SessionHandler.handle(SessionHandler.java:179)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:928)
> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:370)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:862)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:116)
> 	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:243)
> 	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:115)
> 	at org.eclipse.jetty.server.Server.handle(Server.java:330)
> 	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:557)
> 	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:947)
> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:736)
> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209)
> 	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:413)
> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:438)
> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:435)
> 	at java.lang.Thread.run(Thread.java:619)
> Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'org.apache.hupa.shared.rpc.LogoutUser' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.  For security purposes, this type will not be deserialized.
> 	at com.google.gwt.user.server.rpc.impl.LegacySerializationPolicy.validateDeserialize(LegacySerializationPolicy.java:123)
> 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java:490)
> 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:61)
> 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader$ValueReader$8.readValue(ServerSerializationStreamReader.java:131)
> 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserializeValue(ServerSerializationStreamReader.java:372)
> 	at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:287)
> 	... 31 more
> 2009-09-06 08:11:00.453:/hupa:WARN:  Key[type=net.customware.gwt.dispatch.server.service.DispatchServiceServlet, annotation=[none]]: An IncompatibleRemoteServiceException was thrown while processing this call.
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: Type 'org.apache.hupa.shared.rpc.Noop' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.  For security purposes, this type will not be deserialized.
> 	at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:298)
> 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:164)
> 	at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:86)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
> 	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
> 	at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:231)
> 	at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:142)
> 	at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:93)
> 	at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:63)
> 	at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:122)
> 	at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110)
> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1178)
> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:433)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:118)
> 	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:456)
> 	at org.eclipse.jetty.server.session.SessionHandler.handle(SessionHandler.java:179)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:928)
> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:370)
> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:862)
> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:116)
> 	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:243)
> 	at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:126)
> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:115)
> 	at org.eclipse.jetty.server.Server.handle(Server.java:330)
> 	at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:557)
> 	at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:947)
> 	at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:736)
> 	at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:209)
> 	at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:413)
> 	at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:438)
> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:435)
> 	at java.lang.Thread.run(Thread.java:619)
> Caused by: com.google.gwt.user.client.rpc.SerializationException: Type 'org.apache.hupa.shared.rpc.Noop' was not assignable to 'com.google.gwt.user.client.rpc.IsSerializable' and did not have a custom field serializer.  For security purposes, this type will not be deserialized.
> 	at com.google.gwt.user.server.rpc.impl.LegacySerializationPolicy.validateDeserialize(LegacySerializationPolicy.java:123)
> 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserialize(ServerSerializationStreamReader.java:490)
> 	at com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:61)
> 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader$ValueReader$8.readValue(ServerSerializationStreamReader.java:131)
> 	at com.google.gwt.user.server.rpc.impl.ServerSerializationStreamReader.deserializeValue(ServerSerializationStreamReader.java:372)
> 	at com.google.gwt.user.server.rpc.RPC.decodeRequest(RPC.java:287)
> 	... 31 more

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org