6 Replies Latest reply on Mar 6, 2006 1:51 PM by manik

    EvictionException with JBossCache-1.2.4

    jaikiran

      Hi,
      We are seeing the following logs frequently, with Hibernate-3.1.2 and JBossCache-1.2.4 in JBoss-3.2.3:

      13:30:50,233 WARN [LRUAlgorithm] DataNode not found with this fqn: /com/dbdata/core/hibernateobject/SmSegmentPlan/com.dbdata.core.hibernateobject.SmSegmentPlan#com.dbdata.core.hibernateobject.SmSegmentPlanId[id=55804, versionId=1] Could have been evicted earlier already
      13:30:50,249 ERROR [EvictionTimerTask] run(): error processing eviction with exception: org.jboss.cache.eviction.EvictionException: internal error. Can't find fqn in nodeMap. fqn: /com/dbdata/core/hibernateobject/SmSegmentPlan/com.dbdata.core.hibernateobject.SmSegmentPlan#com.dbdata.core.hibernateobject.SmSegmentPlanId[id=55804, versionId=1] wi
      ll reset the eviction queue list.
      13:30:50,249 INFO [Region] reseteEvictionQueues(): node queue size: 73 region name: /_default_/
      13:30:50,249 ERROR [STDERR] org.jboss.cache.eviction.EvictionException: internal error. Can't find fqn in nodeMap. fqn: /com/dbdata/core/hibernateobject/SmSegmentPlan/com.dbdata.core.hibernateobject.SmSegmentPlan#com.dbdata.core.hibernateobject.SmSegmentPlanId[id=55804, versionId=1]
      13:30:50,265 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.removeFromQueue(LRUAlgorithm.java:215)
      13:30:50,265 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.processRemovedNodes(LRUAlgorithm.java:107)
      13:30:50,265 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.processQueues(LRUAlgorithm.java:80)
      13:30:50,265 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:53)
      13:30:50,265 ERROR [STDERR] at org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:37)
      13:30:50,265 ERROR [STDERR] at java.util.TimerThread.mainLoop(Timer.java:432)
      13:30:50,265 ERROR [STDERR] at java.util.TimerThread.run(Timer.java:382)


      Any idea, what is causing this?