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) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944968#3944968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944968 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
