Re: Out of memory - max memory is set 2048

2013-02-10 Thread Ben Caradoc-Davies
PermGen is a separate memory space, not heap, that is used for class objects amongst other things. Adjust PermGen size with the JVM option -XX:MaxPermSize (assuming you are using the Oracle JVM). For example: -Xmx1024m -XX:MaxPermSize=256m The first sets max heap size. The second sets max perm

Out of memory - max memory is set 2048

2013-02-10 Thread zakyn
Hello, I would like to ask you about the OutOfMemory problem bellow. The maximum of heap is set to 2048 MB. Are you able to read where the problem is and could you help me how to set the correct memory for jenkins? Thank you. zakyn Status Code: 500Exception: org.apache.commons.jelly.JellyTag

Re: [Jenkins] Running a project multiple times is leading to hungup

2013-02-10 Thread Manjunath D G
Hi Chris, Please fidn the Console Output of the failed build. *17:11:16* Started by user x0077055*17:11:16* Building remotely on dsppc02*17:11:16* Run condition [Always] enabling prebuild for step [Execute Windows batch command]*17:11:16* Run condition [Always] enabling prebuild for step

fails checkuot /update from subversion

2013-02-10 Thread Kenneth Nielsen
Hi all, Jenkins fails when checking out / updating to head subversion, it used to work nicely. Can anyone give me a clue about why this happens? ERROR: Failed to check out svn://freebee.capres.local/microrsp/trunkorg.tmatesoft.svn.core.SVNException

Jenkins, gitlab, SSH with system user

2013-02-10 Thread jérémie GUIDOUX
Hello everybody I am trying to use gitlab with jenkins; but Jenkins is launched with a system user, so this user has home folder. consequently, there are no .ssh/ folder. So how can I clone a gitlab (or gitolite) repository from a jenkins build ? jérémie -- You received this message because

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
Seems -why ever- today the problem did not happen anymore. Anyways, there *is* a bug in Jenkins, since in the midst of the day I got the following exception in the log: WARNUNG: Assertion error: failing to load #50 DESC: lo=46,hi=44,size=53,size2=53 java.lang.Exception at jenkins.model.lazy.A

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
Still Tomcat6 / JDK 1.6.0_18 / Debian 6 / x86. Am Sonntag, 10. Februar 2013 14:11:03 UTC+1 schrieb Michael Clarke: > Depends on what container Jenkins is hosted in. Could you provide some > environment details? > > Thanks > Michael > > On 10 Feb 2013, at 12:10, Markus KARG > > wrote: > > Meanwh

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Michael Clarke
Depends on what container Jenkins is hosted in. Could you provide some environment details? Thanks Michael On 10 Feb 2013, at 12:10, Markus KARG wrote: Meanwhile I restarted Jenkins and started another build on all projects. The result was that all threads on master and slave ended up in a "Dea

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
Meanwhile I restarted Jenkins and started another build on all projects. The result was that all threads on master and slave ended up in a "Dead (!)" state, and the Jenkins log said that Jenkins had a ArrayIndexOutOfBoundException when loading the latest build. I gave it another reboot and star

Re: Building jenkins: XStream2Test$Foo2 cannot be cast to XStreamTest$Foo

2013-02-10 Thread Viktor Tarasov
Le 08/02/2013 06:16, Sami Tikka a écrit : > Did you try with jdk 1.7? Thanks. The jenkins.war in 1.502-snapshot (jenkins-1.500-89-g9bb9d44) was successfully packaged with jdk 1.6 and 1.7. Some jenkins harness tests fails with jdk 1.6, I suppose it's not dramatic. Do not tried with jdk 1.7 -- it

Re: Jenkins 1.500 is totally running crazy, build totally weird chains...

2013-02-10 Thread Markus KARG
Thank you so much for your kind help! Jenkins 1.500 is running on Tomcat 6 / JDK 1.6.0_18 / Debian 6 / x86. Configured inside is JDK 1.6.0_38 and JDK 1.7.0_11, and Maven 3.0.4. I downloaded the latest and greatest WAR and put into /var/lib/tomcat6/webapps as ROOT.war (so it is the only bound W

Re: How to publish artifact to a SMB / CIFS share?

2013-02-10 Thread Markus KARG
Thank you for that link, that made my day! It is exactly what I was hoping to find! :-) Am Samstag, 9. Februar 2013 23:46:26 UTC+1 schrieb old hooky: > > https://wiki.jenkins-ci.org/display/JENKINS/Publish+Over+CIFS+Plugin > > -- You received this message because you are subscribed to the Goo

Re: How to publish artifact to a SMB / CIFS share?

2013-02-10 Thread Markus KARG
This will not work as the build farm consists of linux and windows slaves. smbclient is only available on linux. Am Samstag, 9. Februar 2013 19:45:45 UTC+1 schrieb sti: > I myself would use (and have used) smbclient to copy artifacts after the > build has produced them. It doesn't have to a pos