You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ace.apache.org by "J.W. Janssen (JIRA)" <ji...@apache.org> on 2012/08/14 10:37:38 UTC

[jira] [Closed] (ACE-157) Corrupt launcher jar in devserver target store

     [ https://issues.apache.org/jira/browse/ACE-157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

J.W. Janssen closed ACE-157.
----------------------------

    Assignee:     (was: Marcel Offermans)
    
> 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
>         Attachments: ACE-157-nofiltering.patch
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira