Actions
Incident #4878
closedWorkspace tree not displaying user's name
Status:
Closed
Priority:
Normal
Assignee:
Category:
Data Management
Target version:
Start date:
Aug 25, 2016
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
The WS displays "undefined" instead of the user's name in the right-hand-side tree. Please, see the attachment.
Files
Updated by Francesco Mangiacrapa over 8 years ago
- 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
Updated by Francesco Mangiacrapa over 8 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
The bug has been fixed and workspace patched version has been deployed in preprod:
https://pre.d4science.org/group/pre/workspace
It will be deployed in production ASAP
I'm going to close this incident.
Actions