Hello,
I have just finished building a new system to run RabbIT on, and am
attempting to start the proxy. It will start fine, but any attempt to use it
will generate the following error:
java.version: 1.3.1-p9
java.vendor: Sun Microsystems Inc.
os.name: FreeBSD
os.version: 4.10-RELEASE
os.arch: i386
error is:
java.lang.NoClassDefFoundError: java/net/SocketTimeoutException
at rabbit.proxy.Connection.doWork(Connection.java:266)
at rabbit.util.RestartableThread.run(RestartableThread.java:28)
|