my dog learned polymorphism
The moose likes JForum and the fly likes session expires, then shows error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JForum
Reply Bookmark "session expires, then shows error" Watch "session expires, then shows error" New topic
Author

session expires, then shows error

Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
After I visit the site for the first time in the day or end a session shows this error:


[originally posted on jforum.net by triplox-xxx]
Migrated From Jforum.net
Ranch Hand

Joined: Apr 22, 2012
Posts: 17424
Jforum uses pooled db connections. Errors like this generally indicate that the DB is closing the connection before the pool has "refreshed it". Try lowering the database.ping.delay value in your configuration file.
[originally posted on jforum.net by monroe]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: session expires, then shows error
 
Similar Threads
MySQLNonTransientConnectionException
MySQL Deployment Problem
Hibernate code not working on Linux Server
java.lang.SecurityException: access denied
java.security.AccessController.doPrivileged(Native Method)