Re: [JBoss-user] AbstractInstanceCache deadlock

2003-07-21 Thread Andrew May
Andrew May Sent: Friday, July 18, 2003 10:06 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] AbstractInstanceCache deadlock We patched this into production about half and hour ago, and went back to 300 for the overager period. If you don't hear from me on Monday you'll know it's worked

RE: [JBoss-user] AbstractInstanceCache deadlock

2003-07-18 Thread Bill Burke
July 18, 2003 10:06 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] AbstractInstanceCache deadlock > > > We patched this into production about half and hour ago, and went > back to 300 for the > overager period. > > If you don't hear from me on Monday you'

Re: [JBoss-user] AbstractInstanceCache deadlock

2003-07-18 Thread Andrew May
EMAIL PROTECTED] Subject: Re: [JBoss-user] AbstractInstanceCache deadlock It can be disabled by a large number that will cause overflow of the 2^31 value when converted from seconds to milliseconds as this will result in a negative period. For example: 214748364 -- Sc

RE: [JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Bill Burke
Ok, it is fixed in Branch_3_2 and HEAD. The fix is in LRUEnterpriseContextCachePolicy.java Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Scott M > Stark > Sent: Thursday, July 17, 2003 1:26 PM > To: [EMAIL PROTECTED] > Sub

Re: [JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Scott M Stark
It can be disabled by a large number that will cause overflow of the 2^31 value when converted from seconds to milliseconds as this will result in a negative period. For example: 214748364 -- Scott Stark Chief Technology Officer JBoss Group, LLC

RE: [JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Bill Burke
ECTED] > Subject: Re: [JBoss-user] AbstractInstanceCache deadlock > > > Thanks, > > We've changed the config for stateful session beans, > unfortunately it doesn't seem to like > that: > > Caused by: org.jboss.deployment.Deploy

Re: [JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Andrew May
drew May Sent: Thursday, July 17, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] AbstractInstanceCache deadlock Hi, We've just release a production service using JBoss 3.2.1 on Solaris with Sun's 1.4.2 JVM, and we're seeing a deadlock on the AbstractInstanceCache for one of

RE: [JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Bill Burke
EMAIL PROTECTED] > Subject: [JBoss-user] AbstractInstanceCache deadlock > > > Hi, > > We've just release a production service using JBoss 3.2.1 on > Solaris with Sun's 1.4.2 JVM, > and we're seeing a deadlock on the AbstractInstanceCache for one > of our

RE: [JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Bill Burke
Examining now. Thanks for the thread dump as I would not be able to investigate without. Bill > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Andrew May > Sent: Thursday, July 17, 2003 9:32 AM > To: [EMAIL PROTECTED] > Su

[JBoss-user] AbstractInstanceCache deadlock

2003-07-17 Thread Andrew May
Hi, We've just release a production service using JBoss 3.2.1 on Solaris with Sun's 1.4.2 JVM, and we're seeing a deadlock on the AbstractInstanceCache for one of our stateful session beans that's used heavily. Over a period of time more and more threads become locked trying to insert or get fr