Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

java.rmi.ConnectIOException: non-JRMP server at remote endpoint

843793Nov 20 2007 — edited Nov 20 2007
Hi ,
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 18 2007
Added on Nov 20 2007
1 comment
2,269 views