Bug 794229 (JBEPP-1286)

Summary: WebApplicationException when expanding gadget category in page editor
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Matt Wringe <mwringe>
Component: unspecifiedAssignee: Matt Wringe <mwringe>
Status: CLOSED WORKSFORME QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.2.0.ER04   
Target Milestone: ---   
Target Release: 5.2.0.ER04   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-1286
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-11 17:54:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Matt Wringe 2011-10-11 16:52:41 UTC
Steps to Reproduce: 1) log in as root
2) import all applications
3) create a new page
4) click on 'Gadgets' category in the Page Editor
5) notice error message in the logs
project_key: JBEPP

javax.ws.rs.WebApplicationException when expanding the 'Gadget' category in the Page Editor.

12:48:00,293 ERROR [[RestServer]] Servlet.service() for servlet RestServer threw exception
javax.ws.rs.WebApplicationException
	at org.exoplatform.services.rest.impl.ContainerResponse.writeResponse(ContainerResponse.java:195)
	at org.exoplatform.services.rest.impl.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:249)
	at org.exoplatform.services.rest.servlet.RestServlet.onService(RestServlet.java:85)
	at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.exoplatform.services.rest.servlet.RestEncodingFilter.doFilter(RestEncodingFilter.java:58)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.exoplatform.frameworks.jcr.web.ThreadLocalSessionProviderInitializedFilter.doFilter(ThreadLocalSessionProviderInitializedFilter.java:116)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
	at org.exoplatform.services.security.web.SetCurrentIdentityFilter.doFilter(SetCurrentIdentityFilter.java:88)

Comment 1 Matt Wringe 2011-10-11 17:54:44 UTC
hmm, seems to have been an issue with the browser cache being out of date. But seems strange that it causes issues to be logged in the portal itself...

Comment 2 Jared MORGAN 2011-11-22 04:09:49 UTC
Release Notes Docs Status: Added: Not Required