2 Replies Latest reply on Jan 12, 2005 11:05 AM by pksoft

    [CacheStoreInterceptor]failed committing transaction to cach

    pksoft

      Hi, I am working with jbosscache 1.2 and jboss 4.0.1 and I got the following message everytime I get a node from the cache and don't put anyone.

      [CacheStoreInterceptor] failed committing transaction to cache loader
      java.lang.Exception: transaction <null>:2 not found in transaction table
       at org.jboss.cache.loader.FileCacheLoader.commit(FileCacheLoader.java:195)
       at org.jboss.cache.interceptors.CacheStoreInterceptor$SynchronizationHandler.afterCompletion(CacheStoreInterceptor.java:251)


      The problem dissapears when I put (with put method) a node before doing a get. It seems a transaction problem.

      Does any body know what happens?
      Thanks all.