0 Replies Latest reply on Sep 29, 2010 9:54 PM by annijos

    org.jboss.cache.pojo.PojoCacheException: Error creating transaction.

    annijos

      Guys,

       

       

      We are using JBOSS POJO Cache in our application. We are loading some data on startup and attaching it to the jboss cache. Data we are trying to attach is a HashMap with 5000 key-value entries. We have two SIT environments.

      SIT1:- 2 server weblogic cluster, (managed servers are running on one physical machine)

      SIT2:-  2 server weblogic cluster (managed servers are running on two seperate machine)

       

      Our application works fine without any issues on SIT1. But on SIT2, we are getting below error.

       

      org.jboss.cache.pojo.PojoCacheException: Error creating transaction.
      org.jboss.cache.pojo.PojoCacheException: Error creating transaction
      at org.jboss.cache.pojo.impl.PojoCacheImpl.setupTransaction(PojoCacheImpl.java:197)
      at org.jboss.cache.pojo.impl.PojoCacheImpl.attach(PojoCacheImpl.java:99)
      at org.jboss.cache.pojo.impl.PojoCacheImpl.attach(PojoCacheImpl.java:93)
      at org.jboss.cache.pojo.collection.CachedMapImpl.attach(CachedMapImpl.java:68)
      at org.jboss.cache.pojo.collection.CachedMapImpl.put(CachedMapImpl.java:96)
      Truncated. see log file for complete stacktrace

      Caused By: weblogic.transaction.RollbackException: Transaction timed out after 499 seconds
      BEA1-006C3FE1E911BF0D0963
      at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1848)
      at weblogic.transaction.internal.ServerTransactionImpl.registerSynchronization(ServerTransactionImpl.java:594)
      at org.jboss.cache.pojo.impl.PojoCacheImpl.setupTransaction(PojoCacheImpl.java:193)
      at org.jboss.cache.pojo.impl.PojoCacheImpl.attach(PojoCacheImpl.java:99)
      at org.jboss.cache.pojo.impl.PojoCacheImpl.attach(PojoCacheImpl.java:93)
      Truncated. see log file for complete stacktrace

       

       

      . Can someone please help?