Re: PermGen space

2016-10-25 Thread Michael Lasevich
stacktrace.jenkins-ci.org/search?query=java.lang.OutOfMemoryError>: > PermGen space > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClass(ClassLoader.java:800) > at > java.security.SecureClassLoader.defineClass(SecureClassLoader.

PermGen space

2016-10-25 Thread GBANE FETIGUE
ideas that might help ? FATAL: PermGen spacejava.lang.OutOfMemoryError <http://stacktrace.jenkins-ci.org/search?query=java.lang.OutOfMemoryError>: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:800)

Re: OOME PermGen space

2015-08-04 Thread James Nord
sources.*06:39:22* Consult the following > stack trace for details.*06:39:22* java.lang.OutOfMemoryError: PermGen > space*06:39:22* at java.lang.ClassLoader.defineClass1(Native > Method)*06:39:22* at > java.lang.ClassLoader.defineClass(ClassLoader.java:800)*06:3

Fwd: OOME PermGen space

2015-07-28 Thread Zsolt Kúti
e for details.*06:39:22* java.lang.OutOfMemoryError: PermGen space*06:39:22* at java.lang.ClassLoader.defineClass1(Native Method)*06:39:22* at java.lang.ClassLoader.defineClass(ClassLoader.java:800)*06:39:22* at java.lang.ClassLoader.defineClass(ClassLoader.java:643)*06:39:22*

Re: M2 Release Plugin - MAVE_OPTS not picked up and getting java.lang.OutOfMemoryError: PermGen space

2015-07-04 Thread James Nord
<mailto:jenkinsci-users@googlegroups.com>> Subject: Re: M2 Release Plugin - MAVE_OPTS not picked up and getting java.lang.OutOfMemoryError: PermGen space The memory arguments don't get injected randomly - so I would track down where the values 384m and 192m are set and work backwards.

Re: M2 Release Plugin - MAVE_OPTS not picked up and getting java.lang.OutOfMemoryError: PermGen space

2015-06-22 Thread Indra Gunawan (ingunawa)
mailto:jenkinsci-users@googlegroups.com>> Date: Friday, April 17, 2015 at 11:28 AM To: "jenkinsci-users@googlegroups.com<mailto:jenkinsci-users@googlegroups.com>" mailto:jenkinsci-users@googlegroups.com>> Subject: Re: M2 Release Plugin - MAVE_OPTS not picked up and getting

Re: M2 Release Plugin - MAVE_OPTS not picked up and getting java.lang.OutOfMemoryError: PermGen space

2015-04-17 Thread James Nord
r build (clean install) everything works as expected, > however if I try running a Maven Release Build I'm getting the dreaded > "java.lang.OutOfMemoryError: > PermGen space" error. So I have tried setting up my Maven project as best > possible, setting JVM args on the a

PermGen space build failure

2014-12-05 Thread chrisb . business . email
ot every time. Could I be missing some other configuration? Any ideas? [ERROR] Failed to execute goal com.liferay.maven.plugins:liferay-maven-plugin:6.2.0-ga1:build-css (default) on project contacts: null: MojoExecutionException: InvocationTargetException: PermGen space -> [Help 1] org.apache.maven.

"java.lang.OutOfMemoryError: PermGen space" error in latest Jenkins(v1.585) war in Tomcat

2014-10-27 Thread Lahiru Gamage
Hi all, I have been investigating a memory leak of Jenkins server(Jenkins war deployed in Tomcat server). I have done some profiling and it seems "org/apache/catalina/loader/WebappClassLoader@0x0006fb9aac68" class loaders are kept in live status even after the webapp is undeployed, and G

On new server, suddenly getting out of memory PermGen space and heap exceptions with Jenkins while running unit tests

2014-07-13 Thread Shibani
ntually going to use. On the new server, we are running into issues when Jenkins runs the unit tests. I should also mention that both servers access the same code base on our Subversion server. The problem is the tests run very slowly and we eventually get out of memory exceptions with respect

Re: checkout PermGen space error

2014-03-19 Thread 敬錞潘
I just disable some plugin to fix it -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit http

checkout PermGen space error

2014-03-19 Thread 敬錞潘
/.jenkins/jobs/Test/workspace Checking out a fresh workspace because there's no workspace at /Users/peter/.jenkins/jobs/Test/workspace Cleaning local Directory . Checking out *https://202.181.246.196/svn/test/trunk* at revision '2014-03-20T11:32:46.435 +0800' FATAL: PermGen space FATAL

PermGen space heap dumps triggered by FindBugs analysis

2014-01-27 Thread jenkins.carnegielearning
I opened Issue 21414 on Jenkins JIRA a few days ago, describing a problem I am having with Jenkins hitting a PermGen space error, causing it to lock up and become functionless. I have since found that I can trigger it on demand, on an otherwise idle, just-restarted, Jenkins JVM, by attempting

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-19 Thread Thomas
-Djava.awt.headless=true -XX:MaxPermSize=200m -XX:+CMSClassUnloadingEnabled >>> -XX:+CMSPermGenSweepingEnabled -jar C:\path\to\jenkins.war >>> >>> 200m should be more than enough for MaxPermSize. Play with that value if >>> this doesn't work immediately. >

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-16 Thread Richard Bywater
or MaxPermSize. Play with that value if >> this doesn't work immediately. >> >> -- Jerry >> >> >> >> On Thursday, September 12, 2013 3:48:26 AM UTC-4, Thomas wrote: >>> >>> Hi All, >>> >>> I am repeatedly facing Pe

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-16 Thread Thomas
abled -jar C:\path\to\jenkins.war >> >> 200m should be more than enough for MaxPermSize. Play with that value if >> this doesn't work immediately. >> >> -- Jerry >> >> >> >> On Thursday, September 12, 2013 3:48:26 AM UTC-4, Thomas wrote: >>

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-16 Thread Thomas
; > > On Thursday, September 12, 2013 3:48:26 AM UTC-4, Thomas wrote: >> >> Hi All, >> >> I am repeatedly facing PermGen space errors with my jenkins server. >> My server is installed as a windows service, scheduling build jobs to 4 >> slave nod

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-16 Thread Thomas
>> this doesn't work immediately. >> > > I recommend installing the Monitoring plugin which uses JavaMelody to > provide a detailed dashboard that will, among many other things, show you > how much PermGen space you're using. > > Peace, > David > >

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-15 Thread Manoj Kumar Bardhan
, Thomas wrote: > > Hi All, > > I am repeatedly facing PermGen space errors with my jenkins server. > My server is installed as a windows service, scheduling build jobs to 4 > slave nodes (windows and mac). > > I have found this link: > https://wiki.jenkins-ci.org/

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-13 Thread David Harkness
y other things, show you how much PermGen space you're using. Peace, David -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr.

Re: java.lang.OutOfMemoryError: PermGen space

2013-09-13 Thread Jerry
:48:26 AM UTC-4, Thomas wrote: > > Hi All, > > I am repeatedly facing PermGen space errors with my jenkins server. > My server is installed as a windows service, scheduling build jobs to 4 > slave nodes (windows and mac). > > I have found this link: > https://wiki.

java.lang.OutOfMemoryError: PermGen space

2013-09-12 Thread Thomas Diligent
Hi All, I am repeatedly facing PermGen space errors with my jenkins server. My server is installed as a windows service, scheduling build jobs to 4 slave nodes (windows and mac). I have found this link: https://wiki.jenkins-ci.org/display/JENKINS/I'm+getting+OutOfMemoryError But I'm

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Sami Tikka
; > Sent: Friday, February 8, 2013 10:37 AM > Subject: Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500 > > resolved for now, by downgrading jenkins to 1.494 > > But all the slaves are now off line, how do i bring the slaves back on ? > Thanks, > -Kamal. > > > From

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
, -Kamal. > > From: Kamal Ahmed >To: "jenkinsci-users@googlegroups.com" >Sent: Friday, February 8, 2013 10:37 AM >Subject: Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500 > > >resolved for now, by downgradi

RE: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Mandeville, Rob
It make sense to run out of PermGen space after upgrading. Presumably, the upgrade has more classes to load, which fills up your PermGen space. If you're using HotSpot 1.6, I believe (but could be wrong) that the option is -XX:MaxPermSize={size}. For 1.6, the default size is 64m, so yo

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
3 8:53 AM >Subject: Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500 > > >This was working with the same amount of PermGen Space yesterday BEFORE the >upgrade. > >jenkins JVM options: > > > >/usr/bin/daemon --name=jenkins --inherit --env=JE

Re: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
This was working with the same amount of PermGen Space yesterday BEFORE the upgrade. jenkins JVM options: /usr/bin/daemon --name=jenkins --inherit --env=JENKINS_HOME=/var/lib/jenkins --output=/var/log/jenkins/jenkins.log --pidfile=/var/run/jenkins/jenkins.pid -- /usr/bin/java -Xmx2048m -jar

RE: java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Mandeville, Rob
If you're running out of PermGen space, your problem is with your JVM. Your CPU may be getting pegged because your JVM is desperately garbage collecting to get every last byte of storage left, but I could be wrong. Basically, you're going to have to tell the JVM running your Jenkin

java.lang.OutOfMemoryError: PermGen space after upgrade to 1.500

2013-02-08 Thread Kamal Ahmed
Hi, After i upgraded Jenkins to 1.500 on ubuntu 12.04 host. I am getting  java.lang.OutOfMemoryError: PermGen space After i click any link on Jenkins page, the CPU gets pegged 100% This also happens when i let the page stay there and not click on anything. Anyone found a resolution for this

Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-03-02 Thread jhoomsharabi
2012 4:30 pm Subject: Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins Greetings, On Thu, Mar 1, 2012 at 2:09 AM, wrote: I am facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins V1.451, this out of memory issue comes when Jenkins try to conn

Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-03-01 Thread Jesse Farinacci
Greetings, On Thu, Mar 1, 2012 at 2:09 AM, wrote: > I am facing problem of “java.lang.OutOfMemoryError: PermGen space” in > Jenkins V1.451, this out of memory issue comes when Jenkins try to connect > to Slave or a build starts on Slave, following is the error message: https://wik

Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-03-01 Thread jhoomsharabi
Durand To: Jenkins Users Sent: Thu, Mar 1, 2012 2:38 pm Subject: Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins This is for maven: so it will apply to your job after it starts uilding (in a separate JVM launched by Jenkins for each Job) In your case, it is the

Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-03-01 Thread Didier Durand
ewSize=128m -XX:MaxPermSize=512m" > > > > > > > > -Original Message- > From: Didier Durand > To: Jenkins Users > Sent: Thu, Mar 1, 2012 12:45 pm > Subject: Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in > Jenkins > &

Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-02-29 Thread jhoomsharabi
ng problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins Hi, Did you try to increase the PermGen space in the launch shell script f jenkins. If you are like me on Ubuntu it's in /etc/default in file jenkins : ine JAVA_ARGS. regards didier On Mar 1, 8:09 am, jhoomshar...@netscape

Re: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-02-29 Thread Didier Durand
Hi, Did you try to increase the PermGen space in the launch shell script of jenkins. If you are like me on Ubuntu it's in /etc/default in file jenkins : line JAVA_ARGS. regards didier On Mar 1, 8:09 am, jhoomshar...@netscape.net wrote: > Hi All, > I am facing

RE: Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-02-29 Thread dhanesh.koliyat
“java.lang.OutOfMemoryError: PermGen space” in Jenkins Hi All, I am facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins V1.451, this out of memory issue comes when Jenkins try to connect to Slave or a build starts on Slave, following is the error message

Facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins

2012-02-29 Thread jhoomsharabi
Hi All, I am facing problem of “java.lang.OutOfMemoryError: PermGen space” in Jenkins V1.451, this out of memory issue comes when Jenkins try to connect to Slave or a build starts on Slave, following is the error message