Bugs item #987389, was opened at 2004-07-08 08:58 Message generated for change (Comment added) made by starksm You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987389&group_id=22866
Category: JBossServer Group: v3.2 >Status: Closed >Resolution: Out of Date Priority: 5 Submitted By: wtam (wtam) Assigned to: Nobody/Anonymous (nobody) Summary: Deadlock in AbstractInstanceCache.tryToPassivate() Initial Comment: The background thread that passivates an aged bean is deadlocking with the EntityLockInterceptor also trying to passivate the same bean. See the attached thread dump. 11:24:15,822 INFO [ServerInfo] Java version: 1.4.2_02,Sun Microsystems Inc. 11:24:15,823 INFO [ServerInfo] Java VM: Java HotSpot (TM) Server VM 1.4.2_02-b03,Sun Microsystems Inc. 11:24:15,823 INFO [ServerInfo] OS-System: Linux 2.4.20-24.7smp,i386 ---------------------------------------------------------------------- >Comment By: Scott M Stark (starksm) Date: 2004-07-18 21:37 Message: Logged In: YES user_id=175228 This is a conflict between the age and size based cache eviction policies, however, this has been fixed as of 3.2.2 and the thread dump you have for the LRUEnterpriseContextCachePolicy does not match that version. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=987389&group_id=22866 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
