[jboss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException thrown in second i

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Jan 8 10:56:00 EST 2008


Request to fail?  The stack trace shows that this is happening on a put.  Specifically, a putFailFast(), which Hibernate calls when it reads data from a DB and attempts to cache it.

Since this put is a non-critical one, it is performed with a 0ms timeout and any exceptions are caught and not propagated to the caller.  So this is why I find it strange that it causes the request to fail.  Does your Hibernate call throw an exception? 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117961#4117961

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117961



More information about the jboss-user mailing list