Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] jetty-runner exits with "Invalid signature file digest for Manifest main attributes"

Hello!
 
When running jetty-runner via a terminal, i.e.

 java -jar jetty-runner-9-1.0.2.v20130417.jar

the process exits with the following error message (shortened):

 Exception in thread "main" java.lang.SecurityException: Invalid signature file digest for Manifest main attributes
    at ...

Looks like the jar file is not signed correctly. Does anybody know how to correctly sign it by myself?

Thank you!

Lars
 
 


Back to the top