If I create a JNLP slave and try to launch it using javaws from Java 7u51 on Linux, I get an error
Your security settings have blocked a self-signed application from running
As noted here, the remoting.jar needs to specify Permissions: full-permissions (I guess?) in its manifest, and needs to be signed with a trusted certificate (which apparently jenkins is not).
Workaround: run jcontrol, and under Security click Edit Site List..., and add the Jenkins root URL. Then try javaws again, this time dismissing the warnings.
- duplicates
-
JENKINS-20204 Latest release of Java 7 blocks the connection to slaves due to no permissions attribute in the JAR file
-
- Resolved
-
[JENKINS-22374] JNLP slaves blocked by default using Java 7u45/51
Link |
New:
This issue duplicates |
Assignee | New: Kohsuke Kawaguchi [ kohsuke ] | |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 154465 ] | New: JNJira + In-Review [ 194918 ] |