7 Replies Latest reply on Dec 20, 2002 9:53 AM by slaboure

    Clustering Failure + RMI

    woofergo

      I have two instances of jboss running on two different machines. They know each other, and the cluster seems to ben running. When a new session is created, it seems to be replicated (no message errors at all). However, when the requisition is directed to another server (not the one where the session was originally created) it informs the following error:

      11:55:00,181 ERROR [LogInterceptor] EJBException:
      javax.ejb.EJBException: java.lang.ClassNotFoundException: com.tco.callcenter.presentation.calls.register.reasonscallsessionbean (no security manager: RMI class loader disabled)
      at org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.un
      serializeSession(ClusteredHTTPSessionBeanImpl.java:139)
      at org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.ge
      tSession(ClusteredHTTPSessionBeanImpl.java:79)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)

      Why is the RMI Class Loader disabled? What means that? Where is RMI being used?