slave agent fails to start due to openjdk version
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
jenkins-slave (Juju Charms Collection) |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
the jenkins slave agent fails to start with the following error message:
Exception in thread "main" java.lang.
at java.lang.
at java.lang.
at java.security.
at java.net.
at java.net.
at java.net.
at java.net.
at java.security.
at java.net.
at java.lang.
at sun.misc.
at java.lang.
at sun.launcher.
This is due to openjdk-6 which seems to be no more supported by the jenkins slave agent.
package versions:
- openjdk-6-jre 6b40-1.
- jenkins-slave 1.424.6+
upgrading to openjdk-8 solves this issue.
tried with: openjdk-8-jre 8u111-b14-3~12.04
Eric
A xenial version of this charm would be appreciate ;)