java.rmi.ConnectIOException: non-JRMP server at remote endpoint
843793Nov 20 2007 — edited Nov 20 2007Hi ,
I implement an application using Java RMI, and I deployed this application under JBoss (in the directory deploy JBoss format. Jar).
When I lauch JBoss and the client program that calls a remote methods, error messages will be displayed.
Someone has to help me solve this problem?
Here are the mistakes I get:
java.rmi.ConnectIOException: non-JRMP server at remote endpoint
at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
at sun.rmi.server.UnicastRef.newCall(Unknown Source)
at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
at java.rmi.Naming.lookup(Unknown Source)
at UIGestionMembre.<init>(UIGestionMembre.java:36)
at MenuPrincipal$FenetreCard1.<init>(MenuPrincipal.java:182)
........
Thank you in advance