Bug 793221 (JBEPP-306)

Summary: java.io.NotSerializableException: org.exoplatform.webui.organization.UIGroup occurs when having cluster with more GateIn nodes
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: mposolda
Component: unspecifiedAssignee: Thomas Heute <theute>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 5.0.0.ER04   
Target Milestone: ---   
Target Release: 5.0.0.CR01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-306
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
EPP5 CR1 SNAPSHOT 100414 - cluster of 2 server nodes MySQL 5.1 as database, Sun JDK 1.6
Last Closed: 2010-04-15 18:52:32 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:
Attachments:
Description Flags
notSerializable-uiGroup.txt none

Description mposolda 2010-04-15 15:30:28 UTC
project_key: JBEPP

I have a problem when having two GateIn instances on different servers running in cluster. Steps to simulate:

1) Run node1 with -Dexo.profiles=cluster
2) Run node2 with -Dexo.profiles=cluster
3) Login as root in node1 and go to organization -> users and groups managemenet. Now I am seeing exception in server log on cluster node1:

java.io.NotSerializableException: Type TypeModel[name=org.exoplatform.webui.organization.UIGroup] is not serializable

Comment 1 mposolda 2010-04-15 15:33:20 UTC
Attaching exception stacktrace

Comment 2 mposolda 2010-04-15 15:33:20 UTC
Attachment: Added: notSerializable-uiGroup.txt


Comment 3 Thomas Heute 2010-04-15 18:43:06 UTC
Link: Added: This issue is related to GTNPORTAL-1083