Hide Forgot
Help Desk Ticket Reference: https://na7.salesforce.com/500A0000003jVBw project_key: JBEPP During the IDM testing in cluster portal mode (two nodes), i was using these selenium tests: https://svn.devel.redhat.com/repos/jboss-qa/epp/gatein-selenium-tests/qa.gatein.selenium/src/test/java/org/jboss/gatein/selenium/ldap/TestIdentityManagement.java which are testing basic IDM functionality. With correct timeout they all pass, but in the log, I have expections about "Error while marshalling object". I'm attatching the log to this JIRA and i will comment after i will know more.
attaching the (server.log) log file
Attachment: Added: server-marshalling_error.log
Help Desk Ticket Reference: Added: https://na7.salesforce.com/500A0000003jVBw
Security: Removed: RHT+eXo Added: Public
how to reproduce the error: 1. run epp in cluster mode, even 1 node cluster is enough; i.e.: sh bin/run.sh -c node1 -Dexo.profiles=cluster -g IDMPartition -u 239.255.88.92 -b 10.13.14.16 -Djboss.messaging.ServerPeerID=1 2. login as root, create new user, i.e.: userx01, lougout, login as root again. go to group->organization->users and groups management 3. search for newly created usex01, click on "edit user info" 4. exception is now thrown in the log
Attached patch should fix the issue. Viliam is doing additional tests
Attachment: Added: JBEPP-448.patch
after applying the patch, i'm unable to reproduce the issue. patch seems to be working well
Sync with GateIn: https://jira.jboss.org/browse/GTNPORTAL-1479
patch for this issue was applied in GateIn trunk in svn revision: 4209
Link: Added: This issue is related to GTNPORTAL-1479