1 Reply Latest reply on Jul 27, 2006 10:52 AM by brian.stansberry

    RMI Clustering using JGroups

    sivasharma


      Hai ! I had tried to replicate my RMI Server using JGroups API. I had follow the codes and import the same class which i taken from (net.sf.extrme
      .multicast) sourceforge.net.
      I had open two rmi servers in two differnet registries.
      But Client is not able to contact our replicated rmi. It throws error like


      java.lang.StackOverflowError
      com.netphone.server.ClientRMIMessageInterceptorControl.invoke(ClientRMIMessageInterceptorControl.java:149)
      $Proxy0.toString(Unknown Source)
      java.lang.String.valueOf(String.java:2131)
      java.lang.StringBuffer.append(StringBuffer.java:370)
      com.netphone.server.ClientRMIMessageInterceptorControl.invoke(ClientRMIMessageInterceptorControl.java:149)
      $Proxy0.toString(Unknown Source)...
      ...........


      How to solve this

      Thanks