2 Replies Latest reply on Mar 11, 2005 8:56 AM by shaogang

    When is next release to come out?

    shaogang

      We are using JBoss Cache in production environment. The log file always get something like:

      WARN [org.jboss.cache.TreeCache] status is 3 (not ACTIVE or PREPARING); returning null)

      And:
      ERROR [org.jboss.cache.lock.IdentityLock] write lock for //net/sf/hibernate/cache/UpdateTimestampsCache/Customer could not be acquired after 15000 ms. Lock map ownership Read lock owners: []
      Write lock owner: <odms-dev-svr1:3939>:2030
      (caller=Thread[TP-Processor1,5,jboss])
      2005-03-10 11:23:51,035 ERROR [net.sf.hibernate.impl.SessionImpl] could not release a cache lock
      net.sf.hibernate.cache.CacheException: org.jboss.cache.lock.TimeoutException: write lock for //net/sf/hibernate/cache/UpdateTimestampsCache/Customer could not be acquired after 15000 ms. Lock map ownership Read lock owners: []
      Write lock owner: <odms-dev-svr1:3939>:2030
      (caller=Thread[TP-Processor1,5,jboss])

      Notice some bug has been fixed in the CVS. When is next release to come out so we could try to see what happens?

        • 1. Re: When is next release to come out?
          belaban

          The first error typically means that you're trying to do some work on JBossCache on a transaction that is in the process of being rolled back, or committing, or on a TX marked as rolled back.
          The second error has been corrected in the Hibernate-3/JBossCache-1.2.1 release.

          • 2. Re: When is next release to come out?
            shaogang

            Where could I find the Hibernate-3/JBossCache-1.2.1 release?

            The first is warning that happened using with hibernate. How to avoid this warning to come out?