RE: buildbot failure in ASF Buildbot on tika-trunk

2013-01-21 Thread Gavin McDonald
> -Original Message- > From: Jukka Zitting [mailto:jukka.zitt...@gmail.com] > Sent: Monday, 21 January 2013 5:50 PM > To: Tika Development > Cc: builds@apache.org > Subject: Re: buildbot failure in ASF Buildbot on tika-trunk > > Hi, > > [cc += builds@] > > On Mon, Jan 21, 2013 at 9:16

RE: m2 repo corrupted?

2013-01-21 Thread Gavin McDonald
> -Original Message- > From: Romain Manni-Bucau [mailto:rmannibu...@gmail.com] > Sent: Tuesday, 22 January 2013 1:50 AM > To: builds@apache.org > Subject: m2 repo corrupted? > > Hi, > > it seems a jar is corrupted on buildslave18 ( > http://ci.apache.org/builders/tomee-trunk- > ubuntu/b

Systematic JVM crash on Jenkins

2013-01-21 Thread Martin Desruisseaux
Hello all The JDK7 branch of the SIS project is suffering from a systematic JVM crash at building time on Jenkins. A look at the report file suggests that the crash occurs in the call to the java.util.zip.ZipFile.getEntry(String) method. We can workaround the problem by disabling a custom Mav

RE: Systematic JVM crash on Jenkins

2013-01-21 Thread Uwe Schindler
Hi, Java 7.0-b147 is the original Java 7 GA release without any updates. You might remember the bug, the Apache Lucene developers found in this version [1], causing e.g. SIGSEGV on startup of Apache Solr or corrupting indexes. I would strongly recommend to *not* use this version and update to

RE: Systematic JVM crash on Jenkins

2013-01-21 Thread Uwe Schindler
Hi again, As described in my previous mail, I would open an JIRA issue to request update of JDK 7 on the Solaris node! This bug can be caused by the wrong loop compilation of the Hotspot compiler (e.g. produces invlid pointer, then used by the bundled native zlib library or similar). If this is