0 Replies Latest reply on Mar 7, 2005 4:48 PM by amitb.in

    NestedRuntimeException

    amitb.in


      Hello,

      in case of cachemode REPL_ASYNC and REPL_SYNC.......when i m putting 5000 values in cache then in between i m getting this error everytime and then program breaks. but in case of cachemode LOCAL i m not getting any error and performance is excellent in that case. but in case of REPL_ASYNC and REPL_SYNC, performance is very slow. Please rectify the problem.

      i m putting the string(size of 10k)


      Exception in thread "main" org.jboss.util.NestedRuntimeException: rsp=sender=SGN
      SCC397599901:4329, retval=null, received=false, suspected=false; - nested throwa
      ble: (org.jboss.cache.lock.TimeoutException: rsp=sender=SGNSCC397599901:4329, re
      tval=null, received=false, suspected=false)
      at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3248)
      at org.jboss.cache.TreeCache.put(TreeCache.java:1749)
      at org.jboss.cache.TreeCache.put(TreeCache.java:1732)
      at TestTreeView.main(TestTreeView.java:41)
      Caused by: org.jboss.cache.lock.TimeoutException: rsp=sender=SGNSCC397599901:432
      9, retval=null, received=false, suspected=false
      at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:2153)
      at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.java:2175)
      at org.jboss.cache.interceptors.ReplicationInterceptor.invoke(Replicatio
      nInterceptor.java:85)
      at org.jboss.cache.interceptors.Interceptor.invoke(Interceptor.java:43)
      at org.jboss.cache.interceptors.TransactionInterceptor.invoke(Transactio
      nInterceptor.java:55)
      at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3245)
      ... 3 more

      Regards
      Amit