5 Replies Latest reply on Apr 7, 2004 8:57 AM by ben.wang

    Problem with org.jboss.cache.TreeCache using Hibernate

    rchristy63

      We had a problem with TreeCache using Hibernate where the get on the HashMap seem to hang and never return. This caused several other threads to hang waiting for get to complete, which it never does. We are using JBoss 3.2.3RC 1 and using the TreeCache JBoss jar that is distributed with Hibernate 2.1.2 (I couldn't seem to find this class in the 3.2.3RC1 distribution).

      If anyone can provide any insight into why this would be happening it would be appreciated.

      Thanks in advance,

      Rich C.

      "RMI TCP Connection(16198)-10.0.82.49" daemon prio=1 tid=0xa359b030
      nid=0x7369 runnable [9c97f000..9c9808c8]
      at java.util.HashMap.get(HashMap.java:325)
      at
      org.jboss.cache.TreeCache.getGlobalTransactionFromThread(TreeCache.java:2402)
      at org.jboss.cache.TreeCache.releaseLocks(TreeCache.java:2424)
      at org.jboss.cache.TreeCache.get(TreeCache.java:850)
      at net.sf.hibernate.cache.TreeCache.get(TreeCache.java:58)
      at net.sf.hibernate.cache.ReadOnlyCache.get(ReadOnlyCache.java:26)