Re: [JBoss-user] Memory Leak on Lunix!!!

2002-03-10 Thread Daniel Bruce Lynes

On March 9, 2002 04:23 pm, Nicolai P Guba wrote:

> Makes you wonder.  All these years and still no decent java implementation
> and far too many issues for it to become a serious contender of any sort.
> Garbage collecting garbage.  Give me a real lisp os anytime!

It's just the garbage vm from Sun.  Blackdown and IBM are both fine.

> The fact that j2 runs 2x faster on Windows than on Linux and that there
> have never been any real BSD vm's speaks tomes!

I don't find that at all.  I find Forte runs considerably faster under Linux 
(2.2 kernel) than it does under Windows (2000 Server).  Now that I'm running 
a 2.4 kernel, it should be even faster.

> SUN -- Open Source your bleedin VM or else follow the old motto:
>
> WRITE ONCE DEBUG EVERYWHERE
>
> Get your act together ;)

I'd rather see Blackdown's opensourced...Sun's sucks :)  But, due to 
proprietary library restrictions, and restrictions from Sun's NDA with them 
when they developed the Linux port (it's a port of Sun's Solaris SDK), they 
can't opensource it, even if they wanted to.

Anyways...all this doesn't matter...what matters is that JBoss is a great EJB 
container :)

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



Re: [JBoss-user] Memory Leak on Lunix!!!

2002-03-09 Thread Nicolai P Guba

On Saturday 09 March 2002 8:57 pm, Daniel Bruce Lynes wrote:
> On March 8, 2002 01:15 am, Christian Riege wrote:
> > this is fixed in the forthcoming 2.4.5 release; alternatively you can
> > also grab the lates Branch_2_4 CVS code.
> >
> > An OutOfMemoryException on Linux also occurs because of some issues
> > Linux has with threading; this is also dependent upon the JVM you're
> > using. We've been getting better results by using IBM's implementation
> > rather than the one Sun provides. Win2k and the respective JVM's on
> > Win2k doesn't show this problem.
>
> I haven't been using Sun's JDK 1.2.x/1.3.x under Linux because it's such a
> buggy piece of garbage.  However, Blackdown's seems to work just fine, and
> doesn't seem to suffer from this memory leak you're referring to.  But
> Sun's JVM isn't just buggy as hell under Linux...the same is also true of
> their Windows JVM.  The Hotspot JPDA debugger doesn't work properly in
> either...have to run it in the classic VM all the time.
>
> JDK 1.4 doesn't seem to have any issues from Sun so far, however.

Makes you wonder.  All these years and still no decent java implementation 
and far too many issues for it to become a serious contender of any sort.  
Garbage collecting garbage.  Give me a real lisp os anytime!

The fact that j2 runs 2x faster on Windows than on Linux and that there have 
never been any real BSD vm's speaks tomes!

SUN -- Open Source your bleedin VM or else follow the old motto:

WRITE ONCE DEBUG EVERYWHERE

Get your act together ;)

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



Re: [JBoss-user] Memory Leak on Lunix!!!

2002-03-09 Thread Daniel Bruce Lynes

On March 8, 2002 01:15 am, Christian Riege wrote:

> this is fixed in the forthcoming 2.4.5 release; alternatively you can
> also grab the lates Branch_2_4 CVS code.
>
> An OutOfMemoryException on Linux also occurs because of some issues
> Linux has with threading; this is also dependent upon the JVM you're
> using. We've been getting better results by using IBM's implementation
> rather than the one Sun provides. Win2k and the respective JVM's on
> Win2k doesn't show this problem.

I haven't been using Sun's JDK 1.2.x/1.3.x under Linux because it's such a 
buggy piece of garbage.  However, Blackdown's seems to work just fine, and 
doesn't seem to suffer from this memory leak you're referring to.  But Sun's 
JVM isn't just buggy as hell under Linux...the same is also true of their 
Windows JVM.  The Hotspot JPDA debugger doesn't work properly in 
either...have to run it in the classic VM all the time.

JDK 1.4 doesn't seem to have any issues from Sun so far, however.

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



Re: [JBoss-user] Memory Leak on Lunix!!!

2002-03-08 Thread Christian Riege

hi,

On Wed, 2002-03-06 at 21:19, David Cao wrote:
> We am running JBoss2.4.4 Tomcat 3.2.3 on Linux 7.2 in production, I
> realized there is a memory leak as well, The memory usage seems increase
> pretty fast, out of memory for less than one week, also encounter out of
> memory exception if webserver is running for some time when update jsp.
> we didn't count this problem in our internal website which is using
> Windows 2000. 

pls. see SF Bug #504895 @

http://sourceforge.net/tracker/index.php?func=detail&aid=504895&group_id=22866&atid=376685

this is fixed in the forthcoming 2.4.5 release; alternatively you can
also grab the lates Branch_2_4 CVS code.

An OutOfMemoryException on Linux also occurs because of some issues
Linux has with threading; this is also dependent upon the JVM you're
using. We've been getting better results by using IBM's implementation
rather than the one Sun provides. Win2k and the respective JVM's on
Win2k doesn't show this problem.

Hope this helps,
Christian



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



RE: [JBoss-user] Memory Leak on Lunix!!!

2002-03-06 Thread Lucas McGregor
27;s CPU get down to about 99% idle, the memory never
clears up. I am forced to restart my server.

I have tried this with two different databases and jdbc drivers
(hsql and ms sql) and have gotten similar results, so I don't think it is a
bug in the drivers. 

Am I using the pools incorrectly? Is that a pool configuration
parameter that I should try?

Thanks in advance for any help or clues,
Lucas McGregor, NovaLogic


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



-Original Message-
From: David Cao [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 06, 2002 12:20 PM
To: Jboss Mailing List
Cc: David Cao; Stephen Gesin
Subject: [JBoss-user] Memory Leak on Lunix!!!


We am running JBoss2.4.4 Tomcat 3.2.3 on Linux 7.2 in production, I
realized there is a memory leak as well, The memory usage seems increase
pretty fast, out of memory for less than one week, also encounter out of
memory exception if webserver is running for some time when update jsp.
we didn't count this problem in our internal website which is using
Windows 2000. 

Is this a issue with jdbc pool, or jvm on Linux or jboss related ? or
just some coding is not correct? Any suggestion are welcome.

Thanks
David



-Original Message-
From: John LYC [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 26, 2001 7:43 PM
To: Jboss Mailing List
Subject: [JBoss-user] Memory Leak!!!


HI ,
i'm running JBoss-2.4.3_Tomcat-3.2.3 on redhat linux 7.1.
Jdk1.3.1_01 with j2sdkee1.2.1.

I realized there seem to be a memory leak.
i have not been able to pinpoint exactly where the leak is coming from
at
this point of time and am still investigating...

currently, my application uses Jakarta Struts as well.
the memory usage will slowly increment thru the weeks.
at one point of time, the memory used by jboss was at 100MB!

the java garbage collector seem to be working..
the memory did get restored back whenever the collector is working...

at one point, after many weeks of not restarting Jboss, halfway thru a
deployment, i encounter a out of memory exception.

another colleague of mine has a diff and very simple application that
basically read data  from text file and update the database. his apps is
running on another server altogether and he is having the same issue
too. so
much so that the infra-structure guys are complaining abt the memory
usage.


i also do not know if it is the way the applications is being coded?
but the 2 apps and the developers involved do not work with each other
at
all.

anyway, i will continue my investigation and find out more.

In the meantime, has anyone encounter similar problem?
or know of anything?

thanks
John


___
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

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



[JBoss-user] Memory Leak on Lunix!!!

2002-03-06 Thread David Cao

We am running JBoss2.4.4 Tomcat 3.2.3 on Linux 7.2 in production, I
realized there is a memory leak as well, The memory usage seems increase
pretty fast, out of memory for less than one week, also encounter out of
memory exception if webserver is running for some time when update jsp.
we didn't count this problem in our internal website which is using
Windows 2000. 

Is this a issue with jdbc pool, or jvm on Linux or jboss related ? or
just some coding is not correct? Any suggestion are welcome.

Thanks
David



-Original Message-
From: John LYC [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 26, 2001 7:43 PM
To: Jboss Mailing List
Subject: [JBoss-user] Memory Leak!!!


HI ,
i'm running JBoss-2.4.3_Tomcat-3.2.3 on redhat linux 7.1.
Jdk1.3.1_01 with j2sdkee1.2.1.

I realized there seem to be a memory leak.
i have not been able to pinpoint exactly where the leak is coming from
at
this point of time and am still investigating...

currently, my application uses Jakarta Struts as well.
the memory usage will slowly increment thru the weeks.
at one point of time, the memory used by jboss was at 100MB!

the java garbage collector seem to be working..
the memory did get restored back whenever the collector is working...

at one point, after many weeks of not restarting Jboss, halfway thru a
deployment, i encounter a out of memory exception.

another colleague of mine has a diff and very simple application that
basically read data  from text file and update the database. his apps is
running on another server altogether and he is having the same issue
too. so
much so that the infra-structure guys are complaining abt the memory
usage.


i also do not know if it is the way the applications is being coded?
but the 2 apps and the developers involved do not work with each other
at
all.

anyway, i will continue my investigation and find out more.

In the meantime, has anyone encounter similar problem?
or know of anything?

thanks
John


___
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