Re: memory leaks (Tomcat 5.5.20 and JDK 1.6)

2007-08-14 Thread Ronald Klop

Do you monitor the memory usage over time?
Is it steadily increasing? Or does it peak at one moment?
Ronald.

On Fri Aug 10 20:36:44 CEST 2007 Tomcat Users List  
wrote:

Hello Tomcat Users ,
Our web application uses Tomcat 5.5.20 with Java
1.6. The application's front end is designed in Flex and back end is web
servcies deployed on axis.
The application id running out of memory in about 2 days.
We are optimizing the code and fixing memory leaks . is there a way to
find out if Tomcat 5.5.20 has any inherent memory leaks. We are using J
profiler and J probe for determining the memory usage of the appliocation
during run time.

Found this JIRa issue regaring memory leaks in functional tests (Tomcat
5.5.20)
http://jira.atlassian.com/browse/JRA-12524?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel

Please let me know, if you found any memory leak issues in Tomcat 5.5.20 . I
think that 5.5.20 is a stable version of Tomcat, just wanted to know if
there are any memory issues in this version.

thank you,
Suchitha.


Re: memory leaks (Tomcat 5.5.20 and JDK 1.6)

2007-08-10 Thread suchitha koneru
Thank you so  Chris , I  missed the part which talks about jira's memory
leak issue. Will try to increase the heap memory  and detect more memory
leaks.



On 8/10/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Suchitha,
>
> suchitha koneru wrote:
> > The application id running out of memory in about 2 days.
> >
> > We are optimizing the code  and fixing memory leaks .  is there a way to
> > find out if Tomcat 5.5.20 has any inherent memory leaks.
>
> Many people are using various Tomcat versions without any apparent
> memory leaks. I would guess that either:
>
> 1. You simply need more memory to support the numbers of users you
>   have.
> 2. Your application is leaking objects or resources.
>
> > Found this JIRa issue  regaring memory leaks in functional tests (Tomcat
> > 5.5.20)
> >
> http://jira.atlassian.com/browse/JRA-12524?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel
>
> If you read past the description of the bug, you'd see:
>
> 1. This was a bug logged against JIRA, which is a bug-tracking tool.
> 2. The issue was identified as a problem with JIRA and corrected.
>
> > Please let me know, if you found any memory leak issues in Tomcat 5.5.20. I
> > think that 5.5.20 is a stable version of Tomcat, just wanted to know if
> > there are any memory issues in this version.
>
> You should upgrade to 5.5.23 if possible, since that is the latest 5.5
> version available.
>
> - -chris
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFGvMnM9CaO5/Lv0PARAk/1AKC55XkD04fjgfliobXpsl6W0I7RJACfaiCm
> iVKULZJEn1h7Bpp89hdWFLo=
> =p7FV
> -END PGP SIGNATURE-
>
> -
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


Re: memory leaks (Tomcat 5.5.20 and JDK 1.6)

2007-08-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Suchitha,

suchitha koneru wrote:
> The application id running out of memory in about 2 days.
>
> We are optimizing the code  and fixing memory leaks .  is there a way to
> find out if Tomcat 5.5.20 has any inherent memory leaks.

Many people are using various Tomcat versions without any apparent
memory leaks. I would guess that either:

1. You simply need more memory to support the numbers of users you
   have.
2. Your application is leaking objects or resources.

> Found this JIRa issue  regaring memory leaks in functional tests (Tomcat
> 5.5.20)
> http://jira.atlassian.com/browse/JRA-12524?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel

If you read past the description of the bug, you'd see:

1. This was a bug logged against JIRA, which is a bug-tracking tool.
2. The issue was identified as a problem with JIRA and corrected.

> Please let me know, if you found any memory leak issues in Tomcat 5.5.20 . I
> think that 5.5.20 is a stable version of Tomcat, just wanted to know if
> there are any memory issues in this version.

You should upgrade to 5.5.23 if possible, since that is the latest 5.5
version available.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGvMnM9CaO5/Lv0PARAk/1AKC55XkD04fjgfliobXpsl6W0I7RJACfaiCm
iVKULZJEn1h7Bpp89hdWFLo=
=p7FV
-END PGP SIGNATURE-

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



memory leaks (Tomcat 5.5.20 and JDK 1.6)

2007-08-10 Thread suchitha koneru
Hello Tomcat Users ,
Our  web application  uses Tomcat 5.5.20 with Java
1.6.  The application's front end is designed in Flex and back end  is web
servcies deployed on axis.
The application id running out of memory in about 2 days.
We are optimizing the code  and fixing memory leaks .  is there a way to
find out if Tomcat 5.5.20 has any inherent memory leaks.  We are using J
profiler and J probe for determining the memory usage of the appliocation
during run time.

Found this JIRa issue  regaring memory leaks in functional tests (Tomcat
5.5.20)
http://jira.atlassian.com/browse/JRA-12524?page=com.atlassian.jira.plugin.system.issuetabpanels:changehistory-tabpanel

Please let me know, if you found any memory leak issues in Tomcat 5.5.20 . I
think that 5.5.20 is a stable version of Tomcat, just wanted to know if
there are any memory issues in this version.

thank you,
Suchitha.