my dog learned polymorphism
The moose likes Distributed Java and the fly likes Having problems running RMI client.. NotBoundException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "Having problems running RMI client.. NotBoundException" Watch "Having problems running RMI client.. NotBoundException" New topic
Author

Having problems running RMI client.. NotBoundException

Sudharshan Hebbar
Greenhorn

Joined: Nov 15, 2002
Posts: 1
Hi,
I am a novice as far as distributed computing is concerned. I am having a problem when I try to run my RMI client.
Both client and server are on the same m/c.After having started the rmiregistry and starting the sever when I try to run the client I get a NotBoundException.
I am using IBM's VisualAge 3.5 for development.
Please suggest some solution .
Regards,
Sudharshan
Michael Ernest
High Plains Drifter
Sheriff

Joined: Oct 25, 2000
Posts: 7292

Possibly the client is asking for a registered object by a wrong or incomplete name. The "not bound" exceptino is sometimes the "no object by that name" exception.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Having problems running RMI client.. NotBoundException
 
Similar Threads
UnKnownHost Exception
Do you guys handle the scenario of RMI server down in GUI side?
RMI problem
RMI NotBoundException
NX:Question about RMI registry