|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

The Website http://www.java.com/en/download/help/java_blocked.xml describes 3 of 2 topics that went wrong in the JNLP-Slave.
1st: self-signed certificat. I used this description to extract the public key and add it to Java as Signer CA:
stackoverflow: Extract raw X.509 Certificate from a signed APK or JAR
Now Java Webstart begin to except the JAR file. But the 2nd Problem is:
Missing required Permissions manifest attribute in main jar
The MANIFEST.MF file does not contain the Permissions attribute.
The workaround is to add the download server URL. That work.