[jboss-jira] [JBoss JIRA] Commented: (JBSEAM-332) javabeans in session are not distributable

Gavin King (JIRA) jira-events at jboss.com
Thu Oct 12 14:19:44 EDT 2006


    [ http://jira.jboss.com/jira/browse/JBSEAM-332?page=comments#action_12345168 ] 
            
Gavin King commented on JBSEAM-332:
-----------------------------------

Note that same problem now affects session beans because of the client-side interceptors.

> javabeans in session are not distributable
> ------------------------------------------
>
>                 Key: JBSEAM-332
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-332
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Core
>         Environment: Seam 1.0, JBoss 4.0.4GA, Windows Server 2003, Cluster of 4 nodes on 2 machines.
>            Reporter: Keith Naas
>         Assigned To: Gavin King
>            Priority: Blocker
>             Fix For: 1.1
>
>         Attachments: itpa.ear, itpa.ear
>
>
> We have an application that makes use of JavaBeans for a lot of our JSF "actions".  When one of our nodes is brought down, the session should Seamlessly failover to another node.  The user is sent  to a different node, but the entire session appears to be in a clean state.   We looked through the server logs and saw the following:
> 2006-08-15 10:47:36,658 ERROR [org.jboss.web.tomcat.tc5.session.JBossCacheService] [.......] loadSession(): id: GWrcdSJEASvXSJnX6fNHNg**exception occurred during serialization: java.lang.ClassNotFoundException: No ClassLoaders found for: com.ourapp.web.beans.WorksheetBean$$EnhancerByCGLIB$$bf40374c
> All of our beans are Serializable, but it appears that there is an issue with the cache sync of the CGLib proxy classes.  This specific bean does have some service properties that are transients.  It also has properties that refer to other Web JavaBeans.  
> We will be investigating this some more, but we wanted to get this logged since it appears to be a major issue that prevents us from clustering our Seam apps.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list