3 Replies Latest reply on May 22, 2006 9:42 PM by bdecoste

    clustering sfsb cache problem - eviction errors infinite loo

    lazybeans

      I get this error from jboss spitting out in an infinite loop. Investigating this a bit, it's coming from the stateful session bean clustering eviction StatefulEvicitonPolicy class. What is it trying to do? Is it trying to evict a stateful session bean that no longer exists? How can I prevent this and stop it from infinitely spitting this out over and over again.



      2006-05-19 00:48:10,745 ERROR [STDERR] java.lang.NullPointerException
      2006-05-19 00:48:10,745 ERROR [STDERR] at org.jboss.ejb3.cache.tree.StatefulEvictionPolicy.evict(StatefulEvictionPolicy.java:48)
      2006-05-19 00:48:10,745 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.evictCacheNode(LRUAlgorithm.java:197)
      2006-05-19 00:48:10,745 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:303)
      2006-05-19 00:48:10,745 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:55)
      2006-05-19 00:48:10,745 ERROR [STDERR] at org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:37)
      2006-05-19 00:48:10,745 ERROR [STDERR] at java.util.TimerThread.mainLoop(Timer.java:512)
      2006-05-19 00:48:10,745 ERROR [STDERR] at java.util.TimerThread.run(Timer.java:462)
      2006-05-19 00:48:11,749 ERROR [STDERR] java.lang.NullPointerException
      2006-05-19 00:48:11,749 ERROR [STDERR] at org.jboss.ejb3.cache.tree.StatefulEvictionPolicy.evict(StatefulEvictionPolicy.java:48)
      2006-05-19 00:48:11,749 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.evictCacheNode(LRUAlgorithm.java:197)
      2006-05-19 00:48:11,749 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:303)
      2006-05-19 00:48:11,749 ERROR [STDERR] at org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:55)
      2006-05-19 00:48:11,749 ERROR [STDERR] at org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:37)
      2006-05-19 00:48:11,749 ERROR [STDERR] at java.util.TimerThread.mainLoop(Timer.java:512)
      2006-05-19 00:48:11,749 ERROR [STDERR] at java.util.TimerThread.run(Timer.java:462)