I've seen this type of error using only JSP & Servlets. Others servers have
same problem (A.F.A.I.K. there is a bug reported in JDC by WebLogic user).
This problem is a memory leak of JDK, specially using Server HotSpot VM.
Appear that WebLogic put a path in their product, so they doesn't solve the
problems, but kick them to the future.
Try using JBoss with -hotspot swtich, not -server (that is the default,
correct???). If not, see:

http://developer.java.sun.com/developer/bugParade/bugs/4466510.html
http://developer.java.sun.com/developer/bugParade/bugs/4395735.html
http://developer.java.sun.com/developer/bugParade/bugs/4390238.html

Good luck!

Edson Richter


----- Original Message -----
From: "John LYC" <[EMAIL PROTECTED]>
To: "Jboss Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, November 27, 2001 12:43 AM
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

Reply via email to