Hi
finally I did this:
rm /dev/random; ln -s /dev/urandom /dev/random
... and Tomcat starts up fine.
Since I do not require "good" random numbers (no SSL used), this seems to be
okay.
Regards,
Stefan
Am Montag, 2. April 2007 21:09 schrieb Stefan Armbruster:
> Hi,
>
> the
Hi,
the machine is diskless, so entropy for /dev/random might not be enough.
"cat /dev/random > dummy" results in a empty dummy file even if it runs for
several minutes. "cat /proc/sys/kernel/random/entropy_avail" returns 23.
Anyway, I do not need SSL stuff here. Is there a way to compile libtcna
x2ba129fba000)
/lib64/ld-linux-x86-64.so.2 (0x4000)
libz.so.1 => /usr/lib/libz.so.1 (0x2ba12a1fa000)
Regards,
Stefan
Am Mittwoch, 28. März 2007 21:02 schrieb Mladen Turk:
> Stefan Armbruster wrote:
> > Hi,
> >
> > Tomcat hangs on startup
Hi,
Tomcat hangs on startup when I try to enable the APR native library.
After setting java.library.path to /usr/local/apr/lib/, catalina.out gets just
these two lines:
28.03.2007 16:14:00 org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded Apache Tomcat Native library 1.1.8.
... an