Incident #4878
closed
Workspace tree not displaying user's name
Added by Gianpaolo Coro over 8 years ago.
Updated over 8 years ago.
Infrastructure:
Production
Description
The WS displays "undefined" instead of the user's name in the right-hand-side tree. Please, see the attachment.
Files
- Status changed from New to In Progress
The problem is due to following exception:
SEVERE: Exception while dispatching incoming RPC call
com.google.gwt.user.server.rpc.UnexpectedException:
Service method 'public abstract org.gcube.portlets.user.workspace.shared.UserBean org.gcube.portlets.user.workspace.client.rpc.GWTWorkspaceService.getMyLogin()'
threw an unexpected exception: java.lang.NoClassDefFoundError: Could not initialize class com.sun.xml.internal.ws.fault.SOAPFaultBuilder
at com.google.gwt.user.server.rpc.RPC.encodeResponseForFailure(RPC.java:389)
at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:579)
at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServ
The UserBean object is not serializable from GWT because it was updated by a new property (the cataloguePermission) which is not serializable, I'm going to fix the issue
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Also available in: Atom
PDF