I encounter the same problem, the exception for the no-existing node is raised again 
and again.

Maybe the problem is again related to the Bug: [ 1013153 ] infinite loop in 
LRUAlgorithm.prune

There has been a discussion about this, the related bug has been closed, but I see the 
problematic code again in LRUAlgorithm.removeFromQueue:

    ne.getPrevious().setNext(ne.getPrevious());
    ne.getNext().setPrevious(ne.getNext());

This infinitely blocks the EvictionTimerTask, but maybe I am wrong?
-uwe



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

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


-------------------------------------------------------
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