Re: [JBoss-dev] JMS thread usage

2001-06-26 Thread Peter Antman
] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JMS thread usage Date: Sun, 24 Jun 2001 23:10:28 +0200 (CEST) On Fri, 22 Jun 2001, Hiram Chirino wrote: Well, there's nothing like being embarsed to get my lazy but workin. I've

Re: [JBoss-dev] JMS thread usage

2001-06-26 Thread Hiram Chirino
PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JMS thread usage Date: Mon, 25 Jun 2001 21:35:03 -0700 This looks good now. I have tried 3 runs and the threads stay fixed at around 108 after the first run. The only little problem is that there appears to be a leak of ASF Session Pool

Re: [JBoss-dev] JMS thread usage

2001-06-25 Thread Hiram Chirino
[EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JMS thread usage Date: Fri, 22 Jun 2001 19:12:38 -0700 Its much better now but there are still DistributedJMSServerOIL and ConnectionReceiverOIL threads around. There is an 8-12 thread leak on each run

Re: [JBoss-dev] JMS thread usage

2001-06-25 Thread Scott M Stark
. What classes in the jboss module are required to use the latest jbossmq module code? - Original Message - From: Hiram Chirino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 25, 2001 8:23 PM Subject: Re: [JBoss-dev] JMS thread usage Scott, I think I got them all now. Part

Re: [JBoss-dev] JMS thread usage

2001-06-24 Thread Peter Antman
PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 10:57 PM Subject: Re: [JBoss-dev] JMS thread usage Chris' nightly test runs have only been failing with these OutOfMemory exceptions for the last couple of nights. Either it was a recent change that caused this or a recently

Re: [JBoss-dev] JMS thread usage

2001-06-24 Thread Peter Antman
: [JBoss-dev] JMS thread usage Scott, Thanks for verifying the changes. I have feeling those connections are not closing themselfs out properly. How is it the you get the thread dumps?? Are you running it in a debugger??? Regards, Hiram

Re: [JBoss-dev] JMS thread usage

2001-06-24 Thread Scott M Stark
Ok. I'll take a look there. - Original Message - From: Peter Antman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 24, 2001 2:23 PM Subject: Re: [JBoss-dev] JMS thread usage Hi, I know this was not really the correct mail to answer, but I am on a bad and excpensive line

Re: [JBoss-dev] JMS thread usage

2001-06-24 Thread Hiram Chirino
:/INVMXATopicConnectionFactory /attribute /mbean Which means you could access a remote JBossMQ server by adjusting the config. From: Peter Antman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JMS thread usage Date: Sun, 24 Jun 2001

Re: [JBoss-dev] JMS thread usage

2001-06-23 Thread Scott M Stark
By sending a SIGQUIT go the IBM VM. The Sun VM is crashing after 1 or 2 dumps so I am using the IBM 1.3 version. - Original Message - From: Hiram Chirino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 10:22 PM Subject: Re: [JBoss-dev] JMS thread usage Scott

Re: [JBoss-dev] JMS thread usage

2001-06-23 Thread Hiram Chirino
PROTECTED] To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] JMS thread usage Date: Sat, 23 Jun 2001 00:03:42 -0700 By sending a SIGQUIT go the IBM VM. The Sun VM is crashing after 1 or 2 dumps so I am using the IBM 1.3 version. - Original Message - From: Hiram Chirino [EMAIL PROTECTED

Re: [JBoss-dev] JMS thread usage

2001-06-23 Thread Scott M Stark
(TotalHandleCtr); } - Original Message - From: Hiram Chirino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, June 23, 2001 5:41 PM Subject: Re: [JBoss-dev] JMS thread usage Darn, I was hoping you had some other quick trick. Well, since I figured that viewing thread dumps would

Re: [JBoss-dev] JMS thread usage

2001-06-22 Thread Scott M Stark
: Re: [JBoss-dev] JMS thread usage I have updated jboss to to include the latest fixes that I have just maked to jbossqm for those threading issues. Could you update the jars in the jbosstest module and test again and let me know if the situation improved? Regards, Hiram

Re: [JBoss-dev] JMS thread usage

2001-06-22 Thread Scott M Stark
: org.jboss.util.WorkerQueue.getJobImpl HSQL 10: org.hsql.ServerConnection.run(ServerConnection.java:53) - Original Message - From: Hiram Chirino [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 10:31 PM Subject: Re: [JBoss-dev] JMS thread usage I have updated jboss

Re: [JBoss-dev] JMS thread usage

2001-06-22 Thread Hiram Chirino
PROTECTED] Sent: Friday, June 22, 2001 10:12 PM Subject: Re: [JBoss-dev] JMS thread usage Its much better now but there are still DistributedJMSServerOIL and ConnectionReceiverOIL threads around. There is an 8-12 thread leak on each run of the jbosstest suite needs to be tracked down and eliminated

RE: [JBoss-dev] JMS thread usage

2001-06-21 Thread marc fleury
Time to seriously look into what is up with that :) marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott |M Stark |Sent: Thursday, June 21, 2001 8:05 PM |To: JBoss Dev |Subject: [JBoss-dev] JMS thread usage | | |I have been running the

Re: [JBoss-dev] JMS thread usage

2001-06-21 Thread Hiram Chirino
I'm embarased. I'll look into it right away. Since the JMS client and server stuff is running in the same VM when using ASF I should be able to get rid of the socket calls and thus free up the threads that are polling the sockets. I'll also see if I can get rid of the SpySession Threads when

Re: [JBoss-dev] JMS thread usage

2001-06-21 Thread danch
Chris' nightly test runs have only been failing with these OutOfMemory exceptions for the last couple of nights. Either it was a recent change that caused this or a recently added test that brought it into the open -danch Hiram Chirino wrote: I'm embarased. I'll look into it right away.

Re: [JBoss-dev] JMS thread usage

2001-06-21 Thread Hiram Chirino
: Re: [JBoss-dev] JMS thread usage Chris' nightly test runs have only been failing with these OutOfMemory exceptions for the last couple of nights. Either it was a recent change that caused this or a recently added test that brought it into the open -danch Hiram Chirino wrote: I'm

Re: [JBoss-dev] JMS thread usage

2001-06-21 Thread Hiram Chirino
I have updated jboss to to include the latest fixes that I have just maked to jbossqm for those threading issues. Could you update the jars in the jbosstest module and test again and let me know if the situation improved? Regards, Hiram - Original Message - From: Scott M Stark [EMAIL