Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file

2015-03-13 Thread Gonzalo Vásquez Sáez
Days ago I posted a similar problem to this list, but having done what was suggested (moved to 2.13.x version instead of 2.14.y version as we are using Java 6), same situation arises. Using Camel Core 2.13.3 with Java 1.6.0_20 in Debian GNU/Linux 5.0.6 (lenny) Any hints would be appreciated Th

Re: Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file

2015-03-13 Thread harald
Hi Gonzalo, not having a solution for you I’d like to throw in my 2 cents. 1. Is the installation located on a shared drive like NFS? If yes, check if you see connection problems at about the time the exception was thrown. 2. Did you check the integrity of the archives? 3. Did you check the int

Re: Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file

2015-03-13 Thread Gonzalo Vásquez Sáez
1.- No shared drives at all 2.- Yes, all fine 3.- Can't update easily nor check the HDD integrity, as it's a production server. I just left the same "daemon" running on another server so see if it has to do with the server or with Camel itself. Atentamente / Regards, Gonzalo Vásquez Sáez gvasq

Re: Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file

2015-03-13 Thread woon_san
e.org Subject: Re: Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file 1.- No shared drives at all 2.- Yes, all fine 3.- Can't update easily nor check the HDD integrity, as it's a production server. I just left the same "daemon

Re: Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file

2015-03-13 Thread Gonzalo Vásquez Sáez
3/13/2015 16:03 (GMT-05:00) > To: users@camel.apache.org Subject: Re: Caused by: > java.lang.InternalError / Caused by: java.util.zip.ZipException: error in > opening zip file > 1.- No shared drives at all > 2.- Yes, all fine > 3.- Can't update easily nor check the HDD integrity, as it&#

Re: Caused by: java.lang.InternalError / Caused by: java.util.zip.ZipException: error in opening zip file

2015-03-13 Thread harald
As far as I remember the ZipException is only thrown if the format of the archive is not valid. @woon_san: ;) you’ve been faster. Next guess from me would have been: to many files open, but I would have expected a different exception. In Java7 it’s a FileNotFoundException but since you are usi