Koji, Thanks for the info. I will add a note about that to the Roller Wiki.
--a.
----- Original Message -----
From: "koji lin" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, July 19, 2005 4:07 AM
Subject: Re: deploying on resin2.1.14's problem, about searching and login
Hi.
I have found the problem of halting when login with remember me action.
The problem is ocurred by SecureRandom class. it does not work well in
some environment.
there is the solution,
http://forum.java.sun.com/thread.jspa?forumID=9&threadID=230198
in some linux or bsd, the problem seemed to be that the security
provider used /dev/random as an entropy generator, and it somehow wasn't
working. By editing the $JAVA_HOME/jre/lib/security/java.security file
and changing the property:
so i change the line to /dev/urandom, now, the roller on my system works
pretty well.
--
sincerely,
Kang-Sze Lin(koji),
Network Lab.
Dept. of Computer Science and Engineering
Yuan-Ze University.