0 Replies Latest reply on Jul 27, 2006 2:37 AM by sivasharma

    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.NullPointerException
      at com.netphone.server.ClientRMIMessageInterceptorControl.invoke(ClientR
      MIMessageInterceptorControl.java:220)
      at $Proxy0.login(Unknown Source)

      How to solve this. Pl provide solution

      Thanks