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

Paul closed DIRSERVER-2376.
---------------------------
    Resolution: Not A Problem

> Invalid signature file digest for Manifest main attributes
> ----------------------------------------------------------
>
>                 Key: DIRSERVER-2376
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2376
>             Project: Directory ApacheDS
>          Issue Type: Bug
>    Affects Versions: 2.0.0.AM25, 2.0.0.AM26
>            Reporter: Paul
>            Priority: Critical
>         Attachments: pom.xml
>
>
> We're trying to upgrade to a newer version of apacheds in our pom.xml:
> ```
> - <version>2.0.0-M22</version>
> + <version>2.0.0.AM26</version>
> ```
>  
> However, the rebuilding the project results in the following error:
> ```
> failed: java.lang.SecurityException: Invalid signature file digest for 
> Manifest main attributes
> ```
>  
> I'm also observing the same error when trying to upgrade to `2.0.0.AM25`, 
> like:
> ```
> - <version>2.0.0-M22</version>
> + <version>2.0.0.AM25</version>
> ```
>  
> I'm seeing that the jar files for both versions seem to have the same issue 
> with having invalid signatures:
> ```
> $ jarsigner -verify -verbose apacheds-all-2.0.0.AM26.jar
> jarsigner: java.lang.SecurityException: Invalid signature file digest for 
> Manifest main attributes
> $ jarsigner -verify -verbose apacheds-all-2.0.0.AM25.jar
> jarsigner: java.lang.SecurityException: Invalid signature file digest for 
> Manifest main attributes
> ```
> Any ideas on how to address this? I attached the full pom.xml file for 
> reference. Thanks! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to