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

RMI.NotBoundException

Cameron Park
Ranch Hand

Joined: Apr 06, 2001
Posts: 371
Hi, I have a question about the rmi.NotBoundException. What is it and why can it not be found by JRE? (I assume it's a run time exception since it's thrown in run time).
Aleksey Matiychenko
Ranch Hand

Joined: Apr 03, 2001
Posts: 178
The exception happens when you are tring to locate an RMI server that has not been bound.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: RMI.NotBoundException
 
Similar Threads
test standard java application performance
Java Cookbook : Performance question
java.lang.NoClassDefFoundError: initialization failure
Accessing a JSP inside a war file
How the objects are constructed at the time of de-serialization?