[Rabbit-proxy-users] ServerSocket Errors and ./jr issues
Brought to you by:
ernimril
|
From: Sean W. - M. L. I. <se...@ml...> - 2004-01-21 21:34:49
|
Hello,
We are currently trying to run RabbIt on a FreeBSD 5.2 system. =
With some work I have the Java successfully installed and working, =
RabbIt in place and configured. I get the following two errors when =
running ./jr:
From the error log:=20
[21/Jan/2004:19:12:32 GMT][FATAL][Failed to open serversocket on port =
9666]=20
(regardless of which port is specified in the conf)
From CLI running ./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
The port 9666 is specified in /etc/services. There was no information =
on FreeBSD mailing lists regarding this error, several others mentioned =
Java 1.4 but other issues. These errors are in the Rabbit logs which =
leads to some confusion as to if it is RabbIt causing the error or Java. =
Has anyone delt with this? Any Ideas? Maybe I am missing something? =
Any advice would be appreciated.
Sean Woods
se...@ml...
P.S. I also get these errors running this command:
/usr/local/jdk1.4.2/bin/java -classpath $CLASSPATH rabbit.proxy.Proxy $* =
& echo $! > $HOST
|