| 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.
|
 |
 |
|
|
subject: Having problems running RMI client.. NotBoundException
|
|
|