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

2012-02-29 Thread jhoomsharabi
I have this entry in my lunch script: export MAVEN_OPTS="-Djava.awt.headless=true -XX:-UseGCOverheadLimit -Xms1280m -Xmx1280m -XX:NewSize=128m -XX:MaxPermSize=512m" -Original Message- From: Didier Durand To: Jenkins Users Sent: Thu, Mar 1, 2012 12:45 pm Subject: Re: Facing problem

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 problem of “java.lang.OutOfMemoryE

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

2012-02-29 Thread dhanesh.koliyat
http://www.javabeat.net/tips/193-javalangoutofmemoryerror-permgen-space.html From: Jhoomsharabi-2 [via Jenkins] [mailto:ml-node+s361315n4434215...@n4.nabble.com] Sent: Thursday, March 01, 2012 12:40 PM To: Dhanesh Koliyat (WT01 - Central Engineering) Subject: Facing problem of “java.lang.OutOfM

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: //

Re: I have a question about jenkins build

2012-02-29 Thread Sami Tikka
Not seeing anything else like the console leaves me no real clues but I can offer some guesses: 1) Maybe /bin/sh on the build machine is not bash and the build script is using some bash-only feature? 2) Shell scripts have a bad habit of continuing execution even if errors happen. That is the r

[JIRA] (JENKINS-12037) CLI - I/O error in channel Chunked connection/Unexpected termination of the channel - still occurring in Jenkins 1.449

2012-02-29 Thread Mark Streit
Hi Richard The last attempted version we used was 1.450 I believe. We could take a later version if that makes it easier. We are currently "stuck" at running 1.441 on Winstone only. Thanks again. On Tue, Feb 28, 2012 at 5:20 PM, oldel...@java.net (JIRA) < nore...@jenkins-ci.org> wrote: > >

Re: New bug in EnvInject plugin

2012-02-29 Thread Grégory Boissinot
Just a display bug. Fixed in 1.31 On Wed, Feb 29, 2012 at 7:59 PM, wrote: > Users of the EnvInject plugin, please be aware of a bug in the latest > (1.30) release: > https://issues.jenkins-ci.org/browse/JENKINS-12936 > > -- > This e-mail and any attachments may contain confidential, copyright an

Re: "Base" ClearCase Plugin

2012-02-29 Thread Justin Bailey
xJom, Thanks for taking a look. The lshistory command returns three changed files in my example: "20120228.105103" "baileyj" "C:\Users\baileyj\.jenkins\jobs\Build OF012\workspace\baileyj_master_Build_OF012_hudson\web2000\mm_app\we\sdk\test\autoload\InstallOF.ps1" "\main\of011\of012\1" "create

CVS/Subversion plugin versions

2012-02-29 Thread Jeff
I just upgraded to 1.452 and the CVS and Subversion plugins still show as needing to be updated and when I download, install and update them after restart, they still show up. I know there was some work around for previous versions to fiddle with the .JPI files but my attempt to do that with 1.450

RE: Access denied while trying to copy files

2012-02-29 Thread Chris_Williams1
Is Jenkins running as a Windows service on the XP machine ? If so it may be running under a different user account that does not have permission to the Win7 box. When you run the batch file manually you are using your own login account which *does* have permission. -Chris -Original Message

Re: upstream/downstream jobs

2012-02-29 Thread Maven User
Searching through the various files within the jenkins installation, I can see the references - how bad is it to tinker in this area? We really need to cut a few accidentally created (bad devs!) threads that glue a few jobs together On Feb 28, 1:34 pm, Maven User wrote: > Is there an easy wa

Jenkins polling not working (sometimes)

2012-02-29 Thread Maven User
Hi list - Has anyone noticed that if you tell jenkins to use the "default" scm exe of your choice, the polling and polling log doesn't work? I have a default specified but in the job configuration, it says "default", we get bupkis. Just wondering...

Access denied while trying to copy files

2012-02-29 Thread Murilo
Hi, I'm new using Jenkins and I’ve started just a few days ago. I have a problem when I tried to execute a batch file. What I want to do: - I have some XML files on a folder in my local machine (where Jenkins is running) - I want to copy these XML files to a folder in another machine, first I dele

New bug in EnvInject plugin

2012-02-29 Thread Matthew.Webber
Users of the EnvInject plugin, please be aware of a bug in the latest (1.30) release: https://issues.jenkins-ci.org/browse/JENKINS-12936 -- This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you

SNMP Trap mechanism for job failure?

2012-02-29 Thread Dumas
Hi, Is there any known mechanism for Jenkins CI to send SNMP traps to a centralized monitoring system in the event of job failures? I don't see any such module or core functionality, checking the list to see if anyone had comments. Thanks. - Dumas

RE: Set a global "Max # of builds to keep"?

2012-02-29 Thread Hessick, Michael
Check out the configuration slicing plugin. https://wiki.jenkins-ci.org/display/JENKINS/Configuration+Slicing+Plugin Cheers, -Mike -Original Message- From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of andreyev Sent: Wednesday, February 2

Set a global "Max # of builds to keep"?

2012-02-29 Thread andreyev
Hi everybody! Anyone know a way to set a global "Max # of builds to keep" limit so no project can hold more builds than it? I sought this thru mail archives (users and devs), issue tracker and plugins list and do not found anything. No one needed this before? TIA

job is always "waiting for executor" and cannot be made to start

2012-02-29 Thread Brodie Thiesfield
Hi, Updated to Jenkins ver. 1.452, server on Windows 2003, JNLP slave on Windows 7. Slave has been updated to same version as server. Upgraded from 1.445 I have jobs assigned to a specific slave that even while the slave is available with no running jobs, they will just sit there "waiting for nex

Re: dpkg versioning from Git via Jenkins

2012-02-29 Thread Zoltán Gyarmati
On 02/29/2012 07:55 AM, Andreas Tscharner wrote: > On 29.02.2012 02:00, KB1JWQ wrote:>> [snip] >> How do I sanely change the version number of each build so that it>> bumps >> the Debian changelog (else the deb build fails), the version>> number of the >> package, and probably the naming of the

Re: CheckStyle plugin problem

2012-02-29 Thread Ullrich Hafner
Looks like an old version of analysis-core plugin (static analysis utilities). Please upgrade. Ulli On 02/29/2012 10:48 AM, BEvans wrote: > I'm currently trying to configure the CheckStyle Jenkins plugin for > use in a job, however when the job is configured to Publish Checkstyle > analysis resul

CheckStyle plugin problem

2012-02-29 Thread BEvans
I'm currently trying to configure the CheckStyle Jenkins plugin for use in a job, however when the job is configured to Publish Checkstyle analysis results (clicking the tick box) and the configuration is saved an error occurs. This error is: Status Code: 500 Exception: Stacktrace: java.lang.NoS

Re: Findbugs XML publish error

2012-02-29 Thread Ullrich Hafner
This is an incompatibility between findbugs plug-in and the flexible-publisher plug-in. Will be fixed with the next releases of the analysis plug-ins and the flexible-publisher plug-in. See https://issues.jenkins-ci.org/browse/JENKINS-12182, https://issues.jenkins-ci.org/browse/JENKINS-12692, http

Findbugs XML publish error

2012-02-29 Thread BEvans
Hi, I've currently got a Jenkins job building a Java project and publishing findbugs results. The build is carried out through Ant and completes successfully, as well as findbugs successfully generating an xml file. The problem occurs when the findbugs plugin attempts to publish this xml. The erro

LTS 1.424.3 released

2012-02-29 Thread Vojtech Juranek
Hi, as auto update mechanism for LTS is broken in some cases (hopefully will be fixed in the next release), I'd like to announce release of LTS 1.424.3 this way. So thanks to Kohsuke for the release and if you are affected by this bug, you can download new release manually from usual location [

I have a question about jenkins build

2012-02-29 Thread seonguk.baek
Hello We used Git system as a SCM tool. And jenkins is used for CI with Gerrit Trigerr plug in. jenkins runs build operation when commit is uploaded to Gerrit code review system by developer. There is error case with below job which is [ sh: Syntax error: "(" unexpected ] when build is running