0 Replies Latest reply on Dec 13, 2007 3:54 AM by anupamkakade

    NON JRMP Server at Remote End Point Port

      Hi,
      I am doing RMI/SSL. In that i have 2 applications deployed on 2 jboss servers on different machines. These applications should connect and make calls to each other thru RMIS . I have done all the necessary steps for Secure RMI
      But the exception i am getting is java.rmi.ConnectIOException : non-JRMP server at remote end point This exception is when client tries to invoke method on server .

      If i deploy the same applications on one server it works fine . Please help me in this matter.