[Rabbit-proxy-users] FreeBSD 5.2 and resource problems
Brought to you by:
ernimril
From: Sam <Sam...@Co...> - 2004-04-17 19:56:02
|
I think I may have figured out the rest. The resource problem appears to be the linux compatability and linux java. FreeBSD being truly UNIX is tough when many apps are written around linux, not UNIX. The answer is to make sure the jdk14 from the ports is installed (Not linux-jdk14). There is actually a bug in ports/jdk14 with FreeBSD 5.2 ports tree. Remove the first line of ... /usr/ports/java/jdk14/work/control/build/bsd-i586/gensrc/java/util/CurrencyData.java and compile/install that way. Then start rabbit and away ya go. I was able to start out fresh and get the "pure" java that was for FreeBSD. This was instead of using the linux compatability. Removing all java programs that were compiled with linux compatability and then building java the pure FreeBSD way fixed the problem. (Not that I don't like Linux) I also got jmp to work! It should not be needed right now but who knows. I will keep watching and see what else happens. If I get more web sites that cause problems or other oddities I will let you know. Thank you. Sam |