[JBoss-user] [Installation & Configuration] - Exceptions thrown to console causing Memory Leak

2005-06-21 Thread outskiing
We're using JBoss 4.0.1 in a Windows 2003 environment and have a slow leak. JBoss is installed as a service. Using the -Xloggc switch when installing the service, we get garbage collection logs. In the course of 3-5 days, the logs show memory can no longer be collected and maxes out at the 1gb

[JBoss-user] [Clustering/JBoss] - Re: Big Memory Leak when Clustering

2005-06-16 Thread outskiing
Thank you for your response! Alright, I will make all the objects placed on httpSession serializable. Coming from a commercial app server environment, we were spoiled by it's ability to simply igore these objects on the session, not forwarding them to other cluster member nodes. So, if we are

[JBoss-user] [Clustering/JBoss] - Re: Big Memory Leak when Clustering

2005-06-15 Thread outskiing
forgot to mention that to deploy clustered I also included additional jar files in the server/deployment/lib folder: jboss-cache.jar, jgroups.jar and jboss-remoting.jar. So, if Clustering now uses jgroups, does that mean it is not using a lick of ejb under the covers? If our application has no

[JBoss-user] [Clustering/JBoss] - Big Memory Leak when Clustering

2005-06-15 Thread outskiing
I've set up clustering in JBoss 4.0.1 per the documents and we have tested successfully in staging. The day we first tried this in production, a memory leak occurred and crashed the system within 8 minutes ! The original release used JDK 1.5.0_02. I built the environment by using the "defaul