Any chance you could modify the shutdown method to print a stack trace and
see what it says? Maybe shutdown is getting called but with thread
interactions it gets handed out again anyway?

Something like 
log.info("Shutdown got called on connection: " + this + ", XAConnection: "
+ XACon, new Exception());




On 2001.10.30 19:19:48 -0500 "Ferguson, Doug" wrote:
> I'm not sure this is our problem.
> We've never seen the concurrent access problem.
> 
> We just see the XAConnection come back and the JDBC conneciton inside is
> null.
> Which is not condusiving to getting things to work.
> 
> It seems to be at the thread level or something, cuz it is intermettent
> and when it does happen, it doesn't matter how many times we call get
> conenction
> the XAConnection comes back with a null JDBC connection..

Do you mean that once one breaks, all the connections in the pool are
broken forever after?  Or what?  Please be more specific.

David Jencks
> 
> d.
> 
> -----Original Message-----
> From: Fred Loney [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 30, 2001 5:55 PM
> To: Ferguson, Doug; JBoss User (E-mail)
> Subject: Re: [JBoss-user] Connectin Pool Problem
> 
> 
> Typo corrected below.
> 
> ----- Original Message -----
> From: "Fred Loney" <[EMAIL PROTECTED]>
> To: "Ferguson, Doug" <[EMAIL PROTECTED]>; "JBoss User (E-mail)"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, October 30, 2001 3:31 PM
> Subject: Re: [JBoss-user] Connectin Pool Problem
> 
> 
> > The following description might be related to the GC problem you
> > experienced:
> >
> >
> http://www.mail-archive.com/[email protected]/msg11706.ht
> > ml
> >
> > The sync problem is manifested as an exception and/or stalled
> connection
> > under heavy load.
> > The fix was confirmed to correct the problem by the person reporting
> it.
> > The fix requires recompiling  class with the sync block added as
> > described in the note and updating jboss.xml with the modified
> class...
> 
> *** Should be "jboss.jar", not "jboss.xml".
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to