Re: [JBoss-user] memory leaks during redeployment

2003-08-01 Thread Simone Milani
Hi Scott, What I am trying to say is that the memory leaks affect the finders method as well. Does it makes sense? Thanks Simone - Original Message - From: "Scott M Stark" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 28, 2003 2:33 PM Su

Re: [JBoss-user] memory leaks during redeployment

2003-07-31 Thread Scott M Stark
576913 -- Scott Stark Chief Technology Officer JBoss Group, LLC Keysers, Wonne wrote: What's the associated SourceForge bug-id? I'd like to follow up, since we're experiencing the same issue. We tried several VMs with different options and memory

RE: [JBoss-user] memory leaks during redeployment

2003-07-31 Thread Keysers, Wonne
ED] > [mailto:[EMAIL PROTECTED] Namens Scott M Stark > Verzonden: zondag 27 juli 2003 2:31 > Aan: [EMAIL PROTECTED] > Onderwerp: Re: [JBoss-user] memory leaks during redeployment > > > Its a known issue I'm looking into. > > -- > >

Re: [JBoss-user] memory leaks during redeployment

2003-07-28 Thread Scott M Stark
No, as no finders need be executed, only redeployment. -- Scott Stark Chief Technology Officer JBoss Group, LLC Simone Milani wrote: Hi Scott, Would you please confirm (as I think) that this problem is also causing the following bug? https://

Re: [JBoss-user] memory leaks during redeployment

2003-07-28 Thread Simone Milani
L PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 1:30 AM Subject: Re: [JBoss-user] memory leaks during redeployment > Its a known issue I'm looking into. > > -- > > Scott Stark > Chief Technology Officer > JBoss Group, LLC >

Re: [JBoss-user] memory leaks during redeployment

2003-07-27 Thread Simone Milani
(ThreadPool.jav a:619) at java.lang.Thread.run(Thread.java:536) - Original Message - From: "Ingo Bruell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 2:59 PM Subject: AW: [JBoss-user] memory leaks during redeployment > -BEGIN PGP SIGNED

Re: [JBoss-user] memory leaks during redeployment

2003-07-26 Thread Scott M Stark
Its a known issue I'm looking into. -- Scott Stark Chief Technology Officer JBoss Group, LLC Alexey Yudichev wrote: In Jboss 3.2.1 I often encounter OutOfMemoryErrors on our jboss installations. I realized that if no redeployments happen the JB

AW: [JBoss-user] memory leaks during redeployment

2003-07-25 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My Jboss Server crashed the first time after some redeploys, too. My Environment: JBoss 3.2.1 (with the standard startup skript) Windows 2000 Sp4 jdk1.4.1 best regards Ingo Bruell - - --- <[EMAIL PROTECTED]> Oldenburg PGP-Fingerprint: CB01 AE12

Re: [JBoss-user] memory leaks during redeployment

2003-07-25 Thread Simone Milani
Hi, I keep having the same problem with 3.2.2RC1. Regards Simone - Original Message - From: "Alexey Yudichev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 1:16 PM Subject: [JBoss-user] memory leaks during redeployment In Jboss 3

[JBoss-user] memory leaks during redeployment

2003-07-25 Thread Alexey Yudichev
In Jboss 3.2.1 I often encounter OutOfMemoryErrors on our jboss installations. I realized that if no redeployments happen the JBoss instance even being on heavy load works great forever. Once I begin to often redeploy applications I finally get OutOfMemoryError no matter if I specified -Xmx300

Re: [JBoss-user] Memory Leaks

2002-10-09 Thread Michael Bartmann
Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Michael >Bartmann >Sent: Wednesday, October 09, 2002 4:59 AM >To: [EMAIL PROTECTED] >Subject: Re: [JBoss-user] Memory Leaks > > >We had/have big problems with 3.2, some of which should b

RE: [JBoss-user] Memory Leaks

2002-10-09 Thread Eric Kaplan
topics? Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Michael Bartmann Sent: Wednesday, October 09, 2002 4:59 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Memory Leaks We had/have big problems with 3.2, some of which should be present in 3.0.x

Re: [JBoss-user] Memory Leaks

2002-10-09 Thread Michael Bartmann
We had/have big problems with 3.2, some of which should be present in 3.0.x also. See (still unfixed) bug report 614313 (TxManager memory leak), which costs us 1.6kb per transaction. Beside that 1.4.0 itself has compilation leak which kicks in when (re-)deploying. I heard 1.4.1 fixes this issue

Re: [JBoss-user] Memory Leaks

2002-10-09 Thread marius
We also experience the same problems using JB 3.0.2 and JDK 1.4.0 from sun. On Wed, Oct 09, 2002 at 09:31:49AM +0200, Vittorio Ballestra wrote: > I'm experiencing BIG problems with JB3.0.2/3 due to memory leaks. As nobody > else seams affected by these, judging from this mainling list, I'm askin

[JBoss-user] Memory Leaks

2002-10-09 Thread Vittorio Ballestra
I'm experiencing BIG problems with JB3.0.2/3 due to memory leaks. As nobody else seams affected by these, judging from this mainling list, I'm asking the question explicitly : - does anyone else experience memory leaks with jb3.0.2/3 ? The reason I'm asking this is that the answer can g

Re: [JBoss-user] Memory leaks redeploying ear files inJboss-2.4.8_Tomcat-4.0.3

2002-09-30 Thread Pete Beck
Try switching to JDK 1.4.1. According to the docs there was a "leak" in the javac compiler when invoked from code. This is likely to manifest itself when deploying an application. Apparently the problem is fixed in 1.4.1. On Thu, 2002-09-26 at 13:49, Weiqi Gao wrote: > Hi, > > I'm trying to t

[JBoss-user] Memory leaks redeploying ear files in Jboss-2.4.8_Tomcat-4.0.3

2002-09-26 Thread Weiqi Gao
Hi, I'm trying to track down an memory leak when redeploying my ear file. My setup is: Jboss-2.4.8_Tomcat-4.0.3 bundle J2SE SDK 1.4.0_01 Oracle 9i, thin driver Windows 2000 Server The symptoms: We run a Ant hourly build script to redeploy our application to Jboss. The momory usage goes up on ev