Corrupt launcher jar in devserver target store
----------------------------------------------
Key: ACE-157
URL: https://issues.apache.org/jira/browse/ACE-157
Project: Ace
Issue Type: Bug
Components: Maven Build
Affects Versions: 0.8.0
Environment: Revision: 1150558
Reporter: Bram de Kruijff
When starting de devserver target I get the stacktrace shown below. Turns out
the bindex crashes on the corrupted ace-launcher.jar in the store directory.
This is caused by the fact that it is filtered in the assembly which is a bad
idea on any non-text file.
_______________
Welcome to Apache Felix Gogo
g! Bundle Indexer | v2.2
(c) 2007 OSGi, All Rights Reserved
Error in C:\bramk\Apache
ACE\svn\ace-trunk\ace-target-devserver\target\org.apache.ace.target.devserver-0.8.1-incubator-S
: invalid bit length repeat
java.util.zip.ZipException: invalid bit length repeat
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:147)
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
at java.io.InputStreamReader.read(InputStreamReader.java:167)
at java.io.BufferedReader.fill(BufferedReader.java:136)
at java.io.BufferedReader.readLine(BufferedReader.java:299)
at java.io.BufferedReader.readLine(BufferedReader.java:362)
at org.osgi.impl.bundle.obr.resource.Manifest.parse(Manifest.java:61)
at org.osgi.impl.bundle.obr.resource.Manifest.<init>(Manifest.java:42)
at
org.osgi.impl.bundle.obr.resource.BundleInfo.<init>(BundleInfo.java:60)
at org.osgi.impl.bundle.bindex.Index.recurse(Index.java:204)
at org.osgi.impl.bundle.bindex.Index.recurse(Index.java:195)
at org.osgi.impl.bundle.bindex.Index.main(Index.java:118)
at
org.apache.ace.obr.metadata.bindex.BIndexMetadataGenerator.generateMetadata(BIndexMetadataGenerator.java:40)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira