Re: reggie exception

2017-02-23 Thread Gregg Wonderly
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

reggie exception

2017-02-23 Thread Timothy C Haas
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