|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

I can't tell if this is open or not, but if someone is working on it, I've got a very similar issue.
Here is the offending message:
10:50:38 Caused by: java.lang.OutOfMemoryError
10:50:38 at java.util.zip.Inflater.inflateBytes(Native Method)
10:50:38 at java.util.zip.Inflater.inflate(Inflater.java:255)
10:50:38 at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:152)
10:50:38 at org.tmatesoft.svn.core.internal.delta.SVNDeltaReader.deflate(SVNDeltaReader.java:170)
This error has been occurring 100% of the time on a machine that has been performing these builds for a few years now with no problem. It runs on an Ubuntu 12.04 system on a VMWare system with 4 CPUs, and 8G of memory. I tried rebuilding the machine from scratch, loading a clean Ubuntu on, installing all the updates and then creating it as a slave. The problem persists.
I have tried setting JAVA_OPTS="-Xmx200m -Xmx200m". I have tried setting the Jenkins global environment variable MAVEN_OPTS to "-Xmx200m -XX:MaxPermSize=200m", but nothing changes.
Any assistance would be welcome.