4 Replies Latest reply on Jul 18, 2005 2:53 AM by ruchiahuja10

    Timeout problem in TreeCache

    ruchiahuja10

      I have plugged in TreeCache in hibernate and set the usage to transactional. I have configured Node A and B to form a cluster.

      When i call my retrieve method on Node A and B simultaneously i get the following exception -

      [7/15/05 10:19:07:207 IST] 7323dad7 RegisteredSyn E WTRN0074E: Exception caught from before_completion synchronization operation: org.jboss.util.NestedRuntimeException: ; - nested throwable: (org.jboss.cache.lock.TimeoutException: rsp=sender=B:1311, retval=null, received=false, suspected=false)
       at org.jboss.cache.interceptors.ReplicationInterceptor$SynchronizationHandler.beforeCompletion(ReplicationInterceptor.java:400)


      Also if i see cache logs, i see a warning -
      2005-07-15 04:49:07,476 [Servlet.Engine.Transports : 0] WARN - runPreparePhase() failed. Transaction is marked as rolled back
      org.jboss.cache.lock.TimeoutException: rsp=sender=A:1313, retval=null, received=false, suspected=false


      Can you tell me how do fix this issue.