File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes RMI NotBoundException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "RMI NotBoundException" Watch "RMI NotBoundException" New topic
Author

RMI NotBoundException

Amer Seifeddine
Ranch Hand

Joined: Apr 25, 2002
Posts: 57
Hello Folks,

I have a simple issue:
There is a server running on java version 1.3.1 and it's implementing RMI service on port 1099 (default).

I am trying to connect from the client using 1.3.1 version of java and It's connecting perfectly. However, I have an application using 1.4.2 version of Java (may be different implementation of RMI) and connection to server is failing with the NotBoundException...

Thanks a lot.
Amer.
Daniel Simpson
Ranch Hand

Joined: Sep 02, 2004
Posts: 181
Originally posted by amer seif el dine:
Hello Folks,

I have a simple issue:
There is a server running on java version 1.3.1 and it's implementing RMI service on port 1099 (default).

I am trying to connect from the client using 1.3.1 version of java and It's connecting perfectly. However, I have an application using 1.4.2 version of Java (may be different implementation of RMI) and connection to server is failing with the NotBoundException...

Thanks a lot.
Amer.

Try recompiling both the client and the server in 1.4.2 and recompile the stubs for your remote object, too. I don't know if that will help, but it's worth a try.


SCJP 1.4<br />SCJD 1.4
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: RMI NotBoundException
 
Similar Threads
Struts and Websphere
Problem in starting up J2EE server
RMI Questions
How do I write a String to a java.sql.Clob
Server error handling