Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problems downloading artifact (org.eclipse.equinox.launcher.linux_x86_64)

> last few days I am facing problem building eclipse product with tycho.
> Building against my own indigo mirror to speed up build process.
> 
> I am not able to build linux x86_64 bundle (win x86_(64) and linux x86 OK).
> 
> Build process fails with
> 
> [ERROR] Internal error: java.lang.RuntimeException: "Messages while trying
> children repositories.": ["": ["Problems downloading artifact:
> osgi.bundle,org.eclipse.equinox.launcher.gtk.linux.x86_64,1.1.100.v20110505.":
> ["File has invalid content:/tmp/signatureFile8479166695145200705.jar":
> ["Invalid content:launcher.gtk.linux.x86_64.properties", "Invalid
> content:META-INF/eclipse.inf", "Invalid content:about.html"]]]] -> [Help 1]
> 
> Is there anybody with the same problem?
> 
> Note that build against Juno mirror seems to be OK.

I've seen this error in the past. My issue was that the files listed 
as having invalid content were unintentionally removed from the jar
but still listed in the manifest, along with checksum. This caused the
verification to fail.

You could try checking the contents of the jar to see whether the
files are there, and that their checksum matches what is listed in the
manifest. I don't know why this would be happening though, unless that
jar is being modified somehow.

Hope this helps,
-- 
Roland Grunberg


Back to the top