[
https://issues.apache.org/jira/browse/ZOOKEEPER-2854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478879#comment-16478879
]
DW commented on ZOOKEEPER-2854:
-------------------------------
The signature is still invalid. Any update?
> fatjar invalid, contains incomplete signature
> ---------------------------------------------
>
> Key: ZOOKEEPER-2854
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2854
> Project: ZooKeeper
> Issue Type: Bug
> Components: contrib-fatjar
> Affects Versions: 3.4.10
> Reporter: fragfutter
> Priority: Minor
>
> The fatjar in 3.4.10 contains signature parts (META-INF/BCKEY.DSA and
> META-INF/BCKEY.SF). As a result it is not runnable
> Exception in thread "main" java.lang.SecurityException: Invalid signature
> file digest for Manifest main attributes
> deleting these from the jar solves the issue.
> {{zip -d contrib/fatjar/*-fatjar.jar 'META-INF/*.SF' 'META-INF/*.DSA'}}
> As far as i know a jar is signed all or nothing.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)