7 Replies Latest reply on Mar 17, 2003 2:35 PM by slaboure

    Replicated Session State problem

    brall

      I am using jboss 3.0.3 with Tomcat 4.x on Linux jdk 1.3.1. I have had good luck with the clustering and load balancing with jboss/tomcat, however I have getting an error when the server tires to replicate the https session information (I think):


      11:26:06,710 ERROR [LogInterceptor] EJBException:
      javax.ejb.EJBException: java.lang.ClassNotFoundException: election.data.UserSession (no security manager: RMI class loader disab
      led)
      at org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.unserializeSession(ClusteredHTTPSessionBeanImpl.java:139)
      at org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.getSession(ClusteredHTTPSessionBeanImpl.java:79)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.ejb.EntityContainer$ContainerInterceptor.invoke(EntityContainer.java:1194)
      at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:335)
      at org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:152)
      at org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:107)
      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:203)

      My application is deployed as a ear file on both the servers. Even though I get this error the application
      seems to run. The class in question election.data.UserSession is part of my war and is Serializable. It seems strange that I am getting an EJBException? Any pointers?