Re: java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-12 Thread Prabhu Gurunathan
; >> Tomcat/lib directory like log4j , commons-fileupload ,xerces , Xalan > >> .. etc > >> > >> The problem here is When we try to undeploy and deploy same > >> applications multiple time we are getting into > >> java.lang.OutOfMemoryError: PermGen s

Re: java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-12 Thread Manuel Dominguez Sarmiento
into java.lang.OutOfMemoryError: PermGen space very quickly . Want to know is it very generic problem on this deployment model or is this can be fixed anyway ? The memory leak could be in any of: - the application code - a library the application depends on - the JVM - Tomcat In all cases, it should be possible t

Re: java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-12 Thread Prabhu Gurunathan
oy and deploy same > > applications multiple time we are getting into > > java.lang.OutOfMemoryError: PermGen space very quickly . Want to know > > is it very generic problem on this deployment model or is this can be > > fixed anyway ? > > The memory leak could be in a

Re: java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-12 Thread Mark Thomas
ib directory like log4j , commons-fileupload ,xerces , Xalan > .. etc > > The problem here is When we try to undeploy and deploy same > applications multiple time we are getting into > java.lang.OutOfMemoryError: PermGen space very quickly . Want to know > is it very generic pr

java.lang.OutOfMemoryError: PermGen space when we redeploy same application multiple times

2020-10-10 Thread Prabhu Gurunathan
The problem here is When we try to undeploy and deploy same applications multiple time we are getting into java.lang.OutOfMemoryError: PermGen space very quickly . Want to know is it very generic problem on this deployment model or is this can be fixed anyway ? Thanks , Pra

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-12-03 Thread 侯树成
Hi, Kaushal If you want to view the classes loaded in memory, the Visualvm as Chris mentioned above. It don't need download separeately. In Oracle JDK, the jvisualVm is already present. you can click second button [memory] and click stop after a few seconds. Then all classes loaded will display

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Román Valoria
Get the JDK launch the tool and look it up yourself. It has tons of issues, am I sure it has that. On Tue, Nov 29, 2016 at 2:56 PM, Kaushal Shriyan wrote: > Thanks Roman and Chris for the detailed explanation. Is there a way to find > out what all java classes are loaded during runtime? > > Than

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Kaushal Shriyan
Thanks Roman and Chris for the detailed explanation. Is there a way to find out what all java classes are loaded during runtime? Thanks in Advance. Regards, Kaushal On Tue, Nov 29, 2016 at 10:47 AM, Román Valoria wrote: > Sun, or should I say Oracle now, seems to be including the exact same t

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Román Valoria
Sun, or should I say Oracle now, seems to be including the exact same tool on the JDK. It is already pre-packaged, so it may be customized by Oracle. It has the same look and feel as in the screenshot. On Tue, Nov 29, 2016 at 11:17 AM, Kaushal Shriyan wrote: > On Tue, Nov 29, 2016 at 7:40 AM, Ro

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kaushal, On 11/28/16 1:09 PM, Kaushal Shriyan wrote: > Hi, > > I am seeing the below PermGen space issue in tomcat catalina.out > file. Currently i am running Apache Tomcat Version 7.0.59 on > CentOS release 6.8 (Final) java -versi

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Kaushal Shriyan
On Tue, Nov 29, 2016 at 7:40 AM, Román Valoria wrote: > Use Java VisualVM to see PermGen memory allocation and troubleshoot. It > would also let you validate that your sizing parameters are properly set. > > Hi Roman, Thanks for your reply. Are you referring to https://visualvm.github.io/? Pleas

Re: Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Román Valoria
Use Java VisualVM to see PermGen memory allocation and troubleshoot. It would also let you validate that your sizing parameters are properly set. On Tue, Nov 29, 2016 at 2:09 AM, Kaushal Shriyan wrote: > Hi, > > I am seeing the below PermGen space issue in tomcat catalina.out file. &g

Exception in thread "http-bio-8080-exec-120" java.lang.OutOfMemoryError: PermGen space

2016-11-28 Thread Kaushal Shriyan
Hi, I am seeing the below PermGen space issue in tomcat catalina.out file. Currently i am running Apache Tomcat Version 7.0.59 on CentOS release 6.8 (Final) java -version java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (b

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread Christopher Schultz
garbage compared to a proper "grep". I had never even heard of FINDSTR before. - -chris > -Original Message- From: Christopher Schultz > [mailto:ch...@christopherschultz.net] Sent: 20 October 2016 17:40 > To: Tomcat Users List Subject: Re: java.lang.OutOfMemoryErro

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread Christopher Schultz
age > may vary.. > > There may be more to find out searching Google for "java default > memory settings" or similar. > > This link provides an example of a setting for Java 6 / Tomcat 7 : > http://stackoverflow.com/questions/21104340/increase-windows-installer - -base

RE: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread Berneburg, Cris J. - US
Hi Jon -Original Message- From: Moore, Jon, Vodafone UK [mailto:jon.mo...@vodafone.com] Sent: Thursday, October 20, 2016 6:00 AM To: users@tomcat.apache.org Subject: java.lang.OutOfMemoryError: PermGen space > I have a problem where our customers application server stops > w

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread tomcat
ease-windows-installer-based-tomcat-permgen-space I saw something somewhere which mentioned 64 MB as the default PermGen (no guarantees). Another proviso : at this point, I am not quite sure if the PermGen is or not a part of the Heap (Chuck ?). If it is, and you increase the PermGen, you may

RE: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread Moore, Jon, Vodafone UK
Sent: 21 October 2016 09:34 To: users@tomcat.apache.org Subject: Re: java.lang.OutOfMemoryError: PermGen space On 21.10.2016 09:46, Moore, Jon, Vodafone UK wrote: > Thanks Chris. (and to everyone else who has replied) > > Yes I am a novice at Java as well. I support the IVR system that po

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread tomcat
topher Schultz [mailto:ch...@christopherschultz.net] Sent: 20 October 2016 17:40 To: Tomcat Users List Subject: Re: java.lang.OutOfMemoryError: PermGen space -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 10/20/16 6:00 AM, Moore, Jon, Vodafone UK wrote: I have a problem where our customers

RE: java.lang.OutOfMemoryError: PermGen space

2016-10-21 Thread Moore, Jon, Vodafone UK
List Subject: Re: java.lang.OutOfMemoryError: PermGen space -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 10/20/16 6:00 AM, Moore, Jon, Vodafone UK wrote: > I have a problem where our customers application server stops working > intermittently and when we check the Tomcat logs

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jon, On 10/20/16 6:00 AM, Moore, Jon, Vodafone UK wrote: > I have a problem where our customers application server stops > working intermittently and when we check the Tomcat logs we get the > message " java.lang.OutOfMemoryError:

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-20 Thread tomcat
On 20.10.2016 12:00, Moore, Jon, Vodafone UK wrote: I have a problem where our customers application server stops working intermittently and when we check the Tomcat logs we get the message " java.lang.OutOfMemoryError: PermGen space" but the Tomcat service is still running, and

Re: java.lang.OutOfMemoryError: PermGen space

2016-10-20 Thread Román Valoria
, Jon, Vodafone UK < jon.mo...@vodafone.com> wrote: > I have a problem where our customers application server stops working > intermittently and when we check the Tomcat logs we get the message " > java.lang.OutOfMemoryError: PermGen space" but the Tomcat service is still

java.lang.OutOfMemoryError: PermGen space

2016-10-20 Thread Moore, Jon, Vodafone UK
I have a problem where our customers application server stops working intermittently and when we check the Tomcat logs we get the message " java.lang.OutOfMemoryError: PermGen space" but the Tomcat service is still running, and we have to restart the Tomcat service. I am a complete n

Re: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Mark Eggers
Cris, On 7/25/2016 6:17 AM, Berneburg, Cris J. - US wrote: > Mark (Eggers) > > -Original Message- From: Mark Eggers > [mailto:its_toas...@yahoo.com.INVALID] Sent: Friday, July 22, 2016 > 1:28 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen > space -

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Berneburg, Cris J. - US
Mark (Eggers) -Original Message- From: Mark Eggers [mailto:its_toas...@yahoo.com.INVALID] Sent: Friday, July 22, 2016 1:28 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space - SOLVED > Cris, > > On 7/22/2016 10:15 AM, Berneburg, Cris wrote: > > Mark

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Berneburg, Cris J. - US
Mark/T, Román, Guido, and Mark/DE -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, July 22, 2016 4:54 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space - SOLVED On 22/07/2016 19:15, Berneburg, Cris wrote: > > Mark (Thomas), Román,

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-25 Thread Berneburg, Cris J. - US
Hi Guido -Original Message- From: Guido Jäkel [mailto:g.jae...@dnb.de] Sent: Saturday, July 23, 2016 8:38 AM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space - SOLVED On 22.07.2016 19:15, Berneburg, Cris wrote: > > The OutOfMemoryError in Tomcat Manager was cau

Re: OutOfMemoryError: PermGen space - SOLVED

2016-07-23 Thread Guido Jäkel
On 22.07.2016 19:15, Berneburg, Cris J. - US wrote: > The OutOfMemoryError in Tomcat Manager was caused by a memory leak when Log4J > did not terminate properly. This was due to my mistake of neglecting to set > up the necessary Log4J shutdown procedures. > > Adding Log4jServletContextListener

Re: OutOfMemoryError: PermGen space - SOLVED

2016-07-22 Thread Mark Thomas
Original Message- > From: Berneburg, Cris [mailto:cberneb...@caci.com] > Sent: Thursday, July 14, 2016 2:27 PM > To: Tomcat Users List > Subject: OutOfMemoryError: PermGen space > >> Hi Folks >> >> I got this error from the Tomcat Web Application Manager after

Re: OutOfMemoryError: PermGen space - SOLVED

2016-07-22 Thread Mark Eggers
our help. :-) > > -- Cris Berneburg CACI Lead Software Engineer > > -Original Message- From: Berneburg, Cris > [mailto:cberneb...@caci.com] Sent: Thursday, July 14, 2016 2:27 PM > To: Tomcat Users List Subject: OutOfMemoryError: PermGen space > >> Hi Folks >>

RE: OutOfMemoryError: PermGen space - SOLVED

2016-07-22 Thread Berneburg, Cris J. - US
ly 14, 2016 2:27 PM To: Tomcat Users List Subject: OutOfMemoryError: PermGen space > Hi Folks > > I got this error from the Tomcat Web Application Manager after having > stopped and started one of the applications multiple times. (This was > after repeatedly deploying the app

RE: OutOfMemoryError: PermGen space

2016-07-22 Thread Berneburg, Cris J. - US
Subject: Re: OutOfMemoryError: PermGen space > > From the log4j2 web site: > > > > https://logging.apache.org/log4j/2.x/manual/webapp.html [SNIP] > > If you are using Log4j in a Servlet 2.5 web application, or if you > > have disable

RE: OutOfMemoryError: PermGen space

2016-07-22 Thread Berneburg, Cris J. - US
Users List Subject: Re: OutOfMemoryError: PermGen space > Mark and Cris, > > On 7/21/2016 12:47 PM, Mark Thomas wrote: > > On 21/07/2016 18:17, Berneburg, Cris wrote: > >> From: Mark Thomas [mailto:ma...@apache.org] > > > > > > > >> > >&g

RE: OutOfMemoryError: PermGen space

2016-07-22 Thread Berneburg, Cris J. - US
Guido Thanks for following up with me: -Original Message- From: Jäkel, Guido [mailto:g.jae...@dnb.de] Sent: Friday, July 22, 2016 4:31 AM To: Berneburg, Cris Subject: RE: OutOfMemoryError: PermGen space > >-Original Message- > >From: Berneburg, Cris [mailto:cberneb

RE: OutOfMemoryError: PermGen space

2016-07-22 Thread Berneburg, Cris J. - US
: PermGen space > On 21/07/2016 18:17, Berneburg, Cris wrote: > > From: Mark Thomas [mailto:ma...@apache.org] > > > > > > > Used the Java Visual VM to pull a heap dump after the app > > restart and GC. Used Eclipse Memory Analyzer to analyze > > the hea

RE: OutOfMemoryError: PermGen space

2016-07-22 Thread Jäkel , Guido
>-Original Message- >From: Berneburg, Cris J. - US [mailto:cberneb...@caci.com] >Sent: Thursday, July 21, 2016 6:18 PM >To: Tomcat Users List >Subject: RE: OutOfMemoryError: PermGen space > >Mark > >Thanks again for taking the time to assist with the OutOfMem

Re: OutOfMemoryError: PermGen space

2016-07-21 Thread Mark Eggers
Mark and Cris, On 7/21/2016 12:47 PM, Mark Thomas wrote: > On 21/07/2016 18:17, Berneburg, Cris J. - US wrote: >> From: Mark Thomas [mailto:ma...@apache.org] > > > >> Using the Find Leaks button on the Tomcat Manager page on old app >> versions to trigger full garbage collection revealed that t

Re: OutOfMemoryError: PermGen space

2016-07-21 Thread Mark Thomas
On 21/07/2016 18:17, Berneburg, Cris J. - US wrote: > From: Mark Thomas [mailto:ma...@apache.org] > Using the Find Leaks button on the Tomcat Manager page on old app versions to > trigger full garbage collection revealed that the memory leak started to > happen in the release when Log4J2 was a

RE: OutOfMemoryError: PermGen space

2016-07-21 Thread Berneburg, Cris J. - US
, 2016 12:17 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space > On 20/07/2016 17:31, Berneburg, Cris wrote: > > Mark > > > > Thanks again for taking the time to educate me and answer my > > questions. My lengthy replies below. To summarize, ou

Re: OutOfMemoryError: PermGen space

2016-07-20 Thread Mark Thomas
On 20/07/2016 17:31, Berneburg, Cris J. - US wrote: > Mark > > Thanks again for taking the time to educate me and answer my > questions. My lengthy replies below. To summarize, our app does not > seem to commit any egregious memory leak offenses, from what I can > tell so far. I plan to heap du

RE: OutOfMemoryError: PermGen space

2016-07-20 Thread Berneburg, Cris J. - US
libraries for comparison purposes. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, July 19, 2016 3:15 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space > On 19/07/2016 17:19, Berneburg, Cris J. - US wrote: > > > > >

RE: OutOfMemoryError: PermGen space

2016-07-20 Thread Berneburg, Cris J. - US
Hi Guido Thanks for taking the time to answer my questions and make suggestions. My replies below. -Original Message- From: Jäkel, Guido [mailto:g.jae...@dnb.de] Sent: Tuesday, July 19, 2016 10:31 AM To: 'Tomcat Users List' Subject: RE: OutOfMemoryError: PermGen space &g

Re: OutOfMemoryError: PermGen space

2016-07-19 Thread Román Valoria
:28 PM > To: Tomcat Users List > Subject: Re: OutOfMemoryError: PermGen space > > > Cris: > > > > Couple of things here. > > > > First, you can use in any Java 6 Update 45 and above the Java Visual VM, > > to monitor in real time the memory utilization done by

Re: OutOfMemoryError: PermGen space

2016-07-19 Thread Mark Thomas
On 19/07/2016 17:19, Berneburg, Cris J. - US wrote: >> This is probably a useful read: >> http://people.apache.org/~markt/presentations/2010-11-04-Memory-Leaks-60mins.pdf >> >> Despite the age, it is still very relevant today. > > > Thanks for reminding me about that document. It does sound r

RE: OutOfMemoryError: PermGen space

2016-07-19 Thread Berneburg, Cris J. - US
Mark Thanks for taking the time to answer my questions. Please see my response and questions below. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Thursday, July 14, 2016 2:58 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space > On 14/07/2

RE: OutOfMemoryError: PermGen space

2016-07-19 Thread Jäkel , Guido
>In Visual VM, under File, Compare Memory Snapshots, it does not see the >snapshots I generated. The snapshots appear to >be extension *.apps, but the compare function looks for files with extension >*.nps. I don't know how to get the compare >function to work. > >Not sure where to go from here

RE: OutOfMemoryError: PermGen space

2016-07-19 Thread Berneburg, Cris J. - US
Román Thanks for taking the time to reply and educate me. :-) Please see my ramblings below. -Original Message- From: Román Valoria [mailto:romanvalo...@gmail.com] Sent: Thursday, July 14, 2016 11:28 PM To: Tomcat Users List Subject: Re: OutOfMemoryError: PermGen space > C

Re: OutOfMemoryError: PermGen space

2016-07-14 Thread Román Valoria
JDK. Second, you can issue some Java parameters to actually enlarge the PermGen memory allocation upon startup. Please refer to your java version documentation on Oracle and lookup for the -XX parameters. You can start by enlarging your PermGen space and the monitor on the Visual VM the behavior

Re: OutOfMemoryError: PermGen space

2016-07-14 Thread Mark Thomas
out of the app folder using file manager, copying the new > files and folders in, then starting the app from the Tomcat manager. > > Here's the error: > > FAIL - Application at context path /someapp could not be started > FAIL - Encountered exception java.lang.OutOfMemoryError

OutOfMemoryError: PermGen space

2016-07-14 Thread Berneburg, Cris J. - US
Tomcat manager. Here's the error: FAIL - Application at context path /someapp could not be started FAIL - Encountered exception java.lang.OutOfMemoryError: PermGen space Is this likely due to a memory leak in my application? Or does it have something to do with me doing so many rep

Re: permgen space increases every day

2013-05-23 Thread fachhoch
Thanks for the reply. do you ever actually run out of PermGen space, or are you just particularly worried about it happening? Yes I did ran out of PermGen space. So I am checking frequently whats the perm gen size and I see its increasing every day. Thanks I will try out you suggestion

Re: permgen space increases every day

2013-05-22 Thread Christopher Schultz
d-PermGen doesn't grow without bound. You never answered my question: do you ever actually run out of PermGen space, or are you just particularly worried about it happening? - -chris -BEGIN PGP SIGNATURE- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.

Re: permgen space increases every day

2013-05-21 Thread fachhoch
best way I can force tomcat to garbage collect my permgen, I am running tomcat with -Xmx1024m -Xmx1024m -XX:MaxPermSize=1024m -- View this message in context: http://tomcat.10.x6.nabble.com/permgen-space-increases-every-day-tp4999275p4999284.html Sent from the Tomcat - User mailing list

Re: permgen space increases every day

2013-05-21 Thread Jess Holle
/21/13 10:53 AM, fachhoch wrote: My application running on tomcat ,every day I see an increase in permgen space What was PermGen usage after your webapp reached a steady-state (usually a few minutes after launch)? How much does it grow every day? Have you ever run out of PermGen or are you just con

Re: permgen space increases every day

2013-05-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Fachhoch, On 5/21/13 10:53 AM, fachhoch wrote: > My application running on tomcat ,every day I see an increase in > permgen space What was PermGen usage after your webapp reached a steady-state (usually a few minutes after launch)? How muc

permgen space increases every day

2013-05-21 Thread fachhoch
My application running on tomcat ,every day I see an increase in permgen space, does this ever garbage collected? how can I see whats in the permgen space? I guess Heap dump shows whats in the heap memory, how about permgen space , I want to know why its increasing everyday? Tomcat 6.35 jdk 1.6

Re: PermGen space errors

2013-02-24 Thread André Warnier
Leo Donahue - RDSA IT wrote: ...> Since my last post, upgrading to 7.0.37 and to the latest Java 1.6.0_39, nothing in the logs out of the ordinary. Except for this in catalina. What are these? Are these attempts to log into manager/html? Feb 23, 2013 7:37:16 PM org.apache.catalina.realm.Loc

RE: PermGen space errors

2013-02-23 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: RE: PermGen space errors You should start a new thread for a new topic, which this clearly is. > nothing in the logs out of the ordinary. Except for this in catalina. > What are these? Are these att

Re: PermGen space errors

2013-02-23 Thread Howard W. Smith, Jr.
ter doFilter > SEVERE: Unable to process request > java.lang.OutOfMemoryError: PermGen space > at java.util.Formatter.parse(Formatter.java:2480) > at java.util.Formatter.format(Formatter.java:2414) > at java.util.Formatter.format(Fo

Re: PermGen space errors

2013-02-23 Thread Howard W. Smith, Jr.
On Sat, Feb 23, 2013 at 11:11 PM, Leo Donahue - RDSA IT < leodona...@mail.maricopa.gov> wrote: > > From: Leo Donahue - RDSA IT [leodona...@mail.maricopa.gov] > Sent: Saturday, February 23, 2013 9:08 PM > To: Tomcat Users List > Subje

Re: PermGen space errors

2013-02-23 Thread Howard W. Smith, Jr.
On Sat, Feb 23, 2013 at 11:08 PM, Leo Donahue - RDSA IT < leodona...@mail.maricopa.gov> wrote: > > > From: Caldarale, Charles R [chuck.caldar...@unisys.com] > Subject: RE: PermGen space errors > > > From: Leo Donahu

RE: PermGen space errors

2013-02-23 Thread Leo Donahue - RDSA IT
From: Leo Donahue - RDSA IT [leodona...@mail.maricopa.gov] Sent: Saturday, February 23, 2013 9:08 PM To: Tomcat Users List Subject: RE: PermGen space errors Since my last post, upgrading to 7.0.37 and to the latest Java 1.6.0_39, nothing in the logs out

RE: PermGen space errors

2013-02-23 Thread Leo Donahue - RDSA IT
From: Caldarale, Charles R [chuck.caldar...@unisys.com] Subject: RE: PermGen space errors > From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: PermGen space errors > Deploying a third party app is causing Out of Memory

RE: PermGen space errors

2013-02-23 Thread Caldarale, Charles R
> From: Leo Donahue - RDSA IT [mailto:leodona...@mail.maricopa.gov] > Subject: PermGen space errors > Deploying a third party app is causing Out of Memory errors on > our web server. > Will increasing these: -Xms1024m -Xmx1024m -XX:PermSize=256m > -XX:MaxPermSize=35

Re: Tomcat uses more and more PermGen space

2011-01-03 Thread Pid
On 1/3/11 2:13 PM, Mikolaj Rydzewski wrote: >> So Tomcat, with no webapps, uses more PermGen over time? > > Yes. My 6.0.29 doesn't. It just sits there using ~18Mb of PermGen. No webapps, or just the example webapps? Is there any traffic to the Tomcat instance? p 0x62590808.asc Description:

RE: Tomcat uses more and more PermGen space

2011-01-03 Thread Caldarale, Charles R
> From: Mikolaj Rydzewski [mailto:m...@ceti.pl] > Subject: RE: Tomcat uses more and more PermGen space > I thought, that PermGen data cannot be garbage collected... I don't know what idiot started that rumor, but it has never been true - unless you change the GC settings to util

RE: Tomcat uses more and more PermGen space

2011-01-03 Thread Mikolaj Rydzewski
On Mon, 3 Jan 2011 08:13:20 -0600, "Caldarale, Charles R" wrote: I suspect you're not using the word "instantly" appropriately here... You're right, should be constantly rather. PermGen can steadily increase if there's something in your environment that creates new, typically anonymous,

RE: Tomcat uses more and more PermGen space

2011-01-03 Thread Caldarale, Charles R
> From: Mikolaj Rydzewski [mailto:m...@ceti.pl] > Subject: Tomcat uses more and more PermGen space > While investigating OOM issue I discovered, that Tomcat instantly > uses more and more PermGen space. I suspect you're not using the word "instantly" appropriately he

Re: Tomcat uses more and more PermGen space

2011-01-03 Thread Mikolaj Rydzewski
rsion is 6.0.29. It runs on JDK 6.0_21. I used apache-tomcat-6.0.29.exe installer bundled by apache team. I use jconsole to monitor PermGen space and I can observe that it slowly increases. There are no other webapps deployed, nor any requests to tomcat. Is it normal? So Tomcat, with no web

Re: Tomcat uses more and more PermGen space

2011-01-03 Thread Pid
On 1/3/11 1:48 PM, Mikolaj Rydzewski wrote: > > Hi all, > > While investigating OOM issue I discovered, that Tomcat instantly uses > more and more PermGen space. > At this moment I have access to one environemnt only, this is: > > Windows XP > Java 1.6.0_22 > Vanil

Tomcat uses more and more PermGen space

2011-01-03 Thread Mikolaj Rydzewski
Hi all, While investigating OOM issue I discovered, that Tomcat instantly uses more and more PermGen space. At this moment I have access to one environemnt only, this is: Windows XP Java 1.6.0_22 Vanilla Tomcat 6.0.21 I use jconsole to monitor PermGen space and I can observe that it slowly

Re: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-14 Thread Pid
On 14/12/2010 11:40, Luca Gervasi wrote: > On 12/13/2010 01:14 PM, Pid wrote: >> On 13/12/2010 10:13, Luca Gervasi wrote: >>> Hello, >>> >>> I know that my problem is with the application my tomcat 5.5 powered by >> >> 5.5.x, where x is what? > > Tomcat 5.5.26, i omitted because i'm sure it's a we

Re: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-14 Thread Luca Gervasi
On 12/13/2010 01:14 PM, Pid wrote: > On 13/12/2010 10:13, Luca Gervasi wrote: >> Hello, >> >> I know that my problem is with the application my tomcat 5.5 powered by > > 5.5.x, where x is what? Tomcat 5.5.26, i omitted because i'm sure it's a webapp fault. For instance, JVM Version:1.5.0_17-b

RE: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Caldarale, Charles R
> From: Rainer Jung [mailto:rainer.j...@kippdata.de] > Subject: Re: [Mostly OT] Sweeping the permgen space: is that a good thing? > GC in Perm Gen whenever tenured gets GC'd: >it might depend on the GC algo and JVM version, >but that's off by default at least

Re: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca, On 12/13/2010 5:13 AM, Luca Gervasi wrote: > I have this supposely leeking application that keeps saturating the > permanent generation. > > The problem is an out of memory on the permgen. > > Studying the JVM, i understand that the permgen is

Re: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Rainer Jung
On 13.12.2010 14:40, Caldarale, Charles R wrote: From: Luca Gervasi [mailto:tom...@ashetic.net] Subject: [Mostly OT] Sweeping the permgen space: is that a good thing? Studying the JVM, i understand that the permgen is never sweeped by GC. Not sure whether you mean that GC ignores PermGen

RE: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Caldarale, Charles R
> From: Luca Gervasi [mailto:tom...@ashetic.net] > Subject: [Mostly OT] Sweeping the permgen space: is that a good thing? > Studying the JVM, i understand that the permgen is never sweeped by GC. Not sure whether you mean that GC ignores PermGen, or just that in your particular situ

RE: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Martin Gainty
le contenu fourni. > Date: Mon, 13 Dec 2010 11:13:53 +0100 > From: tom...@ashetic.net > To: users@tomcat.apache.org > Subject: [Mostly OT] Sweeping the permgen space: is that a good thing? > > Hello, > > I know that my problem is with the application my tomcat 5.5 p

Re: [Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Pid
On 13/12/2010 10:13, Luca Gervasi wrote: > Hello, > > I know that my problem is with the application my tomcat 5.5 powered by 5.5.x, where x is what? > java 1.5.0_b4 is running. That's a really old JVM. Each minor release can contain improvements to garbage collection algorithms - even new fea

[Mostly OT] Sweeping the permgen space: is that a good thing?

2010-12-13 Thread Luca Gervasi
Hello, I know that my problem is with the application my tomcat 5.5 powered by java 1.5.0_b4 is running. I have this supposely leeking application that keeps saturating the permanent generation. The problem is an out of memory on the permgen. Studying the JVM, i understand that the permgen is n

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 abhi, On 9/16/2010 3:21 AM, abhishek jain wrote: > hi > ps axf --cols 1000 | grep java returns > > 29807 pts/2S+ 0:00 \_ grep java > 19511 ?Ss 0:00 jsvc.exec -user tomcat -cp ./bootstrap.jar > -Djava.endorsed.dirs=../comm

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-16 Thread André Warnier
abhishek jain wrote: hi ps axf --cols 1000 | grep java returns 29807 pts/2S+ 0:00 \_ grep java 19511 ?Ss 0:00 jsvc.exec -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose org.a

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-16 Thread abhishek jain
hi ps axf --cols 1000 | grep java returns 29807 pts/2S+ 0:00 \_ grep java 19511 ?Ss 0:00 jsvc.exec -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose org.apache.catalina.startup.

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-15 Thread Pid
On 15/09/2010 07:28, abhishek jain wrote: > Hi, > i have the following in bin/catalina.sh > > JAVA_OPTS="$JAVA_OPTS -server -Xms512M -Xmx1024M -XX:MaxPermSize=1024M > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" > > still i get the permgen error exception everyday, pl. som

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-15 Thread Edmund Urbani
en error exception everyday, pl. someone help, i have > about 7 applications in struts running on the server, the applications are > in struts 1.2 , mysql, tomcat 5.5, and are not big applications with about > only a few jsps. > > I consider the applications written properly, pl. help,

Re: OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-15 Thread Peter McNeil
Check the process for java has the correct max perm size set. If you're using linux do a ps axf --cols 1000 | grep java A max PermSize of 1024m is pretty big... My tomcat 6 instance running several apps returns:- /usr/java/latest/bin/java -Djava.util.logging.config.file=/home/pmcneil/apps/to

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Leon Rosenberg
d be designed in such a way that the content > is fetched dynamically based on the params/etc.. - but since that cannot be > changed as of now - was searching for quick short term alternatives. > > - Shivani. > -- > View this message in context: > http://old.nabble.com/Class-un

OutOfMemoryError: PermGen space!!!! Dont know why?

2010-09-14 Thread abhishek jain
Hi, i have the following in bin/catalina.sh JAVA_OPTS="$JAVA_OPTS -server -Xms512M -Xmx1024M -XX:MaxPermSize=1024M -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" still i get the permgen error exception everyday, pl. someone help, i have about 7 applications in struts running

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Wesley Acheson
On Wed, Sep 15, 2010 at 5:53 AM, shivanic wrote: > was searching for quick short term alternatives. > Short term increae permgen size again. Discuss your problem with the external company, If they refuse then look at buying more hardware as a medium term solution Wes ---

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread shivanic
this message in context: http://old.nabble.com/Class-unloading-in-tomcat---PermGen-Space-tp29707680p29715039.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-uns

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Christopher Schultz
ng but I think you might want to >>>> take a look at it anyway. > > ...and possibly switch to Velocity/Freemarker/whatever, which won't bust > your PermGen space. > > -chris >> - - To u

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Pid
On 14/09/2010 15:36, shivanic wrote: > 2. As of now, for version Tomcat 5.5.9 FAIL (or Tomcat 5.X) (FAIL) I'm curious: I didn't spot in the thread so far, are you precompiling your JSPs or is Tomcat doing that for you? p 0x62590808.asc Description: application/pgp-keys signature.asc De

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Wesley Acheson
k at it anyway. > > ...and possibly switch to Velocity/Freemarker/whatever, which won't bust > your PermGen space. > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ >

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 9/14/2010 2:44 PM, Wesley Acheson wrote: > I'm not saying your structure is wrong but I think you might want to > take a look at it anyway. ...and possibly switch to Velocity/Freemarker/whatever, which won't bust yo

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shivani, On 9/14/2010 12:21 PM, shivanic wrote: > We have already increased the max perm gen size - but that is not a > permanent solution. As in, if the count of jsp's in the application which is > already in a few thousands - increases twicefold - a

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Wesley Acheson
On Tue, Sep 14, 2010 at 6:21 PM, shivanic wrote: > > Hello, > > We have already increased the max perm gen size - but that is not a > permanent solution. As in, if the count of jsp's in the application which is > already in a few thousands - increases twicefold - again the same problem > would ari

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Juha Laiho
your application, this sounds like a need to be able to visit all (or at least majority of) JSPs included in the application. One thing to the list, however; would it be possible to have something in the code to cause a memory leak that would eat up permgen space? -- .

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread Mark Thomas
On 14/09/2010 17:21, shivanic wrote: > > Hello, > > We have already increased the max perm gen size - but that is not a > permanent solution. As in, if the count of jsp's in the application which is > already in a few thousands - increases twicefold - again the same problem > would arise. > > He

Re: Class unloading in tomcat - PermGen Space

2010-09-14 Thread shivanic
ny of your other proposed settings changing anything at > all about the PermGen space. It doesn't matter what GC you use if your > PermGen space is too small. > > - -chris > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (MingW32) > Comment: Using GnuPG with Moz

  1   2   3   >