PRODUCTS AND SERVICES INDUSTRIES SUPPORT PARTNERS COMMUNITIES ABOUT
  Coherence FAQ
  Why do I get error message "no usable session model for id?"
Added by Rob Misek, last edited by Rob Misek on Oct 25, 2007  (view change)

Labels

 

The error "java.lang.IllegalStateException: no usable session model for id" usually indicates that a session was invalidated by the session reaper thread and accessed by a client thread at the same time. These errors can be prevented by setting coherence-session-thread-locking to true in coherence-web.xml; however this message is generally harmless.

0 Comments