I've just put latest jboss-cache.jar into jboss and run my application testunit. It's 
about the same I used above. It puts as much as possible my cached objects to cache. 
Shortly after start I noticed that number of cached object keep rising far above limit 
(10000). I stopped my testcase. 
Then, while there's no any activity with cache, it jboss stdout I see that on each 
eviction step the same exception it thrown.
By the way, according to printDetails() called from jmx console,  this particular key 
[ChartRequest 425, 60, 41, candle] does not exist in cache while eviction process 
keeps trying to remove it.


  | 13:52:05,867 INFO  [STDOUT] Tue Aug 24 13:52:05 CEST 2004 New eviction task 
started.
  | 13:52:05,867 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:05,867 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:05,882 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:05,882 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:05,882 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:05,882 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:05,898 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:05,898 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:05,898 INFO  [STDOUT] Tue Aug 24 13:52:05 CEST 2004 Eviction task finished.
  | 13:52:10,870 INFO  [STDOUT] Tue Aug 24 13:52:10 CEST 2004 New eviction task 
started.
  | 13:52:10,870 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:10,885 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:10,885 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:10,901 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:10,901 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:10,901 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:10,901 INFO  [CurrentTimeService] Current time updated. New value: 
1093348340 (Tue Aug 24 13:52:20 CEST 2004)
  | 13:52:10,901 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:10,916 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:10,916 INFO  [STDOUT] Tue Aug 24 13:52:10 CEST 2004 Eviction task finished.
  | 13:52:15,873 INFO  [STDOUT] Tue Aug 24 13:52:15 CEST 2004 New eviction task 
started.
  | 13:52:15,873 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:15,888 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:15,888 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:15,888 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:15,904 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:15,904 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:15,904 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:15,904 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:15,904 INFO  [STDOUT] Tue Aug 24 13:52:15 CEST 2004 Eviction task finished.
  | 13:52:20,003 INFO  [CurrentTimeService] Current time updated. New value: 
1093348350 (Tue Aug 24 13:52:30 CEST 2004)
  | 13:52:20,876 INFO  [STDOUT] Tue Aug 24 13:52:20 CEST 2004 New eviction task 
started.
  | 13:52:20,876 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:20,891 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:20,891 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:20,891 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:20,891 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:20,907 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:20,907 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:20,907 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:20,907 INFO  [STDOUT] Tue Aug 24 13:52:20 CEST 2004 Eviction task finished.
  | 13:52:25,879 INFO  [STDOUT] Tue Aug 24 13:52:25 CEST 2004 New eviction task 
started.
  | 13:52:25,895 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:25,895 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:25,910 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:25,910 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:25,910 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:25,910 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:25,910 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:25,926 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:25,926 INFO  [STDOUT] Tue Aug 24 13:52:25 CEST 2004 Eviction task finished.
  | 13:52:28,903 INFO  [CurrentTimeService] Current time updated. New value: 
1093348360 (Tue Aug 24 13:52:40 CEST 2004)
  | 13:52:30,882 INFO  [STDOUT] Tue Aug 24 13:52:30 CEST 2004 New eviction task 
started.
  | 13:52:30,882 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:30,898 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:30,898 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:30,898 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:30,913 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:30,913 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:30,913 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:30,913 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:30,913 INFO  [STDOUT] Tue Aug 24 13:52:30 CEST 2004 Eviction task finished.
  | 13:52:35,885 INFO  [STDOUT] Tue Aug 24 13:52:35 CEST 2004 New eviction task 
started.
  | 13:52:35,885 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:35,901 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:35,901 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:35,916 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:35,916 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:35,916 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:35,916 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:35,916 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:35,932 INFO  [STDOUT] Tue Aug 24 13:52:35 CEST 2004 Eviction task finished.
  | 13:52:40,888 INFO  [STDOUT] Tue Aug 24 13:52:40 CEST 2004 New eviction task 
started.
  | 13:52:40,888 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:40,888 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:40,904 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:40,904 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:40,904 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:40,904 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:40,920 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:40,920 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:40,920 INFO  [STDOUT] Tue Aug 24 13:52:40 CEST 2004 Eviction task finished.
  | 13:52:40,935 INFO  [CurrentTimeService] Current time updated. New value: 
1093348370 (Tue Aug 24 13:52:50 CEST 2004)
  | 13:52:45,891 INFO  [STDOUT] Tue Aug 24 13:52:45 CEST 2004 New eviction task 
started.
  | 13:52:45,891 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:45,891 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:45,907 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:45,907 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:45,907 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:45,907 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:45,923 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:45,923 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:45,923 INFO  [STDOUT] Tue Aug 24 13:52:45 CEST 2004 Eviction task finished.
  | 13:52:49,866 INFO  [CurrentTimeService] Current time updated. New value: 
1093348380 (Tue Aug 24 13:53:00 CEST 2004)
  | 13:52:50,895 INFO  [STDOUT] Tue Aug 24 13:52:50 CEST 2004 New eviction task 
started.
  | 13:52:50,895 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:50,910 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:50,910 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:50,926 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:50,926 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:50,926 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:50,926 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:50,926 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:50,941 INFO  [STDOUT] Tue Aug 24 13:52:50 CEST 2004 Eviction task finished.
  | 13:52:55,898 INFO  [STDOUT] Tue Aug 24 13:52:55 CEST 2004 New eviction task 
started.
  | 13:52:55,898 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:52:55,898 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:52:55,898 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:52:55,898 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:52:55,898 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:52:55,898 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:52:55,898 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:52:55,898 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:52:55,898 INFO  [STDOUT] Tue Aug 24 13:52:55 CEST 2004 Eviction task finished.
  | 13:52:59,140 INFO  [CurrentTimeService] Current time updated. New value: 
1093348390 (Tue Aug 24 13:53:10 CEST 2004)
  | 13:53:03,379 INFO  [STDOUT] Tue Aug 24 13:53:03 CEST 2004 New eviction task 
started.
  | 13:53:03,395 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:03,395 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:03,395 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:03,395 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:03,395 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:03,395 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:03,395 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:03,395 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:03,395 INFO  [STDOUT] Tue Aug 24 13:53:03 CEST 2004 Eviction task finished.
  | 13:53:08,382 INFO  [STDOUT] Tue Aug 24 13:53:08 CEST 2004 New eviction task 
started.
  | 13:53:08,398 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:08,398 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:08,413 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:08,413 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:08,413 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:08,429 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:08,429 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:08,429 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:08,429 INFO  [STDOUT] Tue Aug 24 13:53:08 CEST 2004 Eviction task finished.
  | 13:53:10,938 INFO  [CurrentTimeService] Current time updated. New value: 
1093348400 (Tue Aug 24 13:53:20 CEST 2004)
  | 13:53:13,385 INFO  [STDOUT] Tue Aug 24 13:53:13 CEST 2004 New eviction task 
started.
  | 13:53:16,409 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:16,424 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:16,424 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:16,440 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:16,440 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:16,440 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:16,440 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:16,456 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:16,471 INFO  [STDOUT] Tue Aug 24 13:53:16 CEST 2004 Eviction task finished.
  | 13:53:18,388 INFO  [STDOUT] Tue Aug 24 13:53:18 CEST 2004 New eviction task 
started.
  | 13:53:18,388 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:18,388 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:18,388 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:18,388 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:18,388 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:18,388 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:18,388 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:18,388 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:18,388 INFO  [STDOUT] Tue Aug 24 13:53:18 CEST 2004 Eviction task finished.
  | 13:53:19,900 INFO  [CurrentTimeService] Current time updated. New value: 
1093348410 (Tue Aug 24 13:53:30 CEST 2004)
  | 13:53:23,391 INFO  [STDOUT] Tue Aug 24 13:53:23 CEST 2004 New eviction task 
started.
  | 13:53:23,391 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:23,391 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:23,391 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:23,407 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:23,407 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:23,407 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:23,407 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:23,407 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:23,407 INFO  [STDOUT] Tue Aug 24 13:53:23 CEST 2004 Eviction task finished.
  | 13:53:28,394 INFO  [STDOUT] Tue Aug 24 13:53:28 CEST 2004 New eviction task 
started.
  | 13:53:28,394 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:28,394 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:28,394 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:28,394 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:28,394 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:28,394 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:28,394 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:28,394 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:28,394 INFO  [STDOUT] Tue Aug 24 13:53:28 CEST 2004 Eviction task finished.
  | 13:53:28,862 INFO  [CurrentTimeService] Current time updated. New value: 
1093348420 (Tue Aug 24 13:53:40 CEST 2004)
  | 13:53:33,398 INFO  [STDOUT] Tue Aug 24 13:53:33 CEST 2004 New eviction task 
started.
  | 13:53:33,398 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:33,398 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:33,398 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:33,398 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:33,398 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:33,398 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:33,398 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:33,398 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:33,413 INFO  [STDOUT] Tue Aug 24 13:53:33 CEST 2004 Eviction task finished.
  | 13:53:38,401 INFO  [STDOUT] Tue Aug 24 13:53:38 CEST 2004 New eviction task 
started.
  | 13:53:38,401 ERROR [EvictionTimerTask] run(): error processing eviction with 
exception: org.jboss.cache.eviction.Eviction
  | Exception: LRUAlgorith.evict(). Node not found with this fqn: 
//charts/[ChartRequest 425, 60, 41, candle] will reset the
  | eviction list.
  | 13:53:38,401 INFO  [STDOUT] org.jboss.cache.eviction.EvictionException: 
LRUAlgorith.evict(). Node not found with this fqn
  | : //charts/[ChartRequest 425, 60, 41, candle]
  | 13:53:38,401 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.evict(LRUAlgorithm.java:623)
  | 13:53:38,401 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.prune(LRUAlgorithm.java:565)
  | 13:53:38,401 INFO  [STDOUT]     at 
org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:111)
  | 13:53:38,401 INFO  [STDOUT]     at 
org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:70)
  | 13:53:38,401 INFO  [STDOUT]     at java.util.TimerThread.mainLoop(Timer.java:432)
  | 13:53:38,401 INFO  [STDOUT]     at java.util.TimerThread.run(Timer.java:382)
  | 13:53:38,401 INFO  [STDOUT] Tue Aug 24 13:53:38 CEST 2004 Eviction task finished.
  | 
  | 
  | ..... the same exception forever.
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846004#3846004

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846004


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to