[
https://jira.jboss.org/jira/browse/GTNPORTAL-690?page=com.atlassian.jira....
]
Thomas Heute resolved GTNPORTAL-690.
------------------------------------
Fix Version/s: 3.0.0-GA
Resolution: Done
Assignee: Julien Viet
IllegalStateException when logout from GateIn portal with clustered
setup
-------------------------------------------------------------------------
Key: GTNPORTAL-690
URL:
https://jira.jboss.org/jira/browse/GTNPORTAL-690
Project: GateIn Portal
Issue Type: Bug
Affects Versions: 3.0.0-CR01
Environment: Sun JDK 1.6,
GateIn-3.0.0-CR01 bundle with JBoss 5.1.0
Reporter: Marek Posolda
Assignee: Julien Viet
Fix For: 3.0.0-GA
Attachments: configuration.properties
1) Edit server/default/conf/gatein/configuration.properties for clustered setup (file
attached)
2) Run it with ./run.sh -Dexo.profiles=cluster
3) When login as root and then logout back I can see IllegalAccessException in server
log.
I tried it also with GateIn deployed in "all" configuration and with GateIn
deployed on EAP-5. I can see this exception in all setups I tried. Nothing seems to be
broken, only the exception in server log is annoying:
java.lang.IllegalStateException: Cannot create a session after the response has been
committed
at org.apache.catalina.connector.Request.doGetSession(Request.java:2338)
at org.apache.catalina.connector.Request.getSession(Request.java:2094)
at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833)
at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:844)
at
org.exoplatform.portal.application.replication.ReplicatingStateManager.getSession(ReplicatingStateManager.java:174)
at
org.exoplatform.portal.application.replication.ReplicatingStateManager.storeUIRootComponent(ReplicatingStateManager.java:120)
at
org.exoplatform.portal.application.PortalStateManager.storeUIRootComponent(PortalStateManager.java:59)
at
org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java:115)
at org.exoplatform.web.WebAppController.service(WebAppController.java:143)
at
org.exoplatform.portal.application.PortalController.onService(PortalController.java:127)
at
org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:116)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira