[Rabbit-proxy-users] Rabbit error
Brought to you by:
ernimril
From: Dave M. <te...@ml...> - 2004-01-22 00:55:54
|
Hello, I am running a FreeBSD 5.2 system to test the rabbit proxy. I am running java version "1.4.2-p5". If I run the "jr" script that comes with the program, I get the following output: -bash-2.05b$ ./jr domainname: illegal option -- d usage: domainname [ypdomain] hostname: illegal option -- f usage: hostname [-s] [name-of-host] Starting the server... ./jr: cannot create : No such file or directory If I just run the following command directly from the command line: /usr/local/jdk1.4.2/bin/java -classpath $CLASSPATH rabbit.proxy.Proxy $* & I get the following in the error logs: [Failed to open serversocket on port 9666] Any idea on how I can get this working on this system? I have re-compiled the rabbit source, but it doesn't seem to make any difference. Thanks, Dave |