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.
