What is the setting
java.rmi.server.useCodebaseOnly
on your client jvms? The default was changed to true recently which keeps code
downloading from happening. Set it to false to make sure that your client can
download needed classes from the servers' codebases!
Gregg
Sent from my iPhone
Folks;
I am trying to start a reggie lookup service with Apache River 3.0.0 on a
unix machine. Below is the error message followed by the script and its
two configuration files that I used. I get a ClassNotFoundException but
I don't know what jar in what directory I should include where.
Regard