-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Force Java 1.7 #76
Comments
Or maybe the issue is that we need to force the RPM to install 1.7, not >= 1.7. It seems like CentOS is now installing 1.8 by default, which wasn't the case last time I checked. |
So, here's the issue reported by @trozet that started this debugging
Removing Java 1.8 and installing 1.7 fixes the problem.
Need to change this bit of the opendaylight.spec RPM file.
|
This update to ODL's RPM is meant to fix this issue. @trozet, who is consuming the Puppet mod and RPM in his OPNFV work, tells me it works. I was having some Vagrant version issues and still haven't been able to test it to my satisfactin (really want it to be solid, of course). Will close this once I have a chance to properly verify it and merge the upstream OpenDaylight patch. |
Upstream patch has been merged, closing this. |
For future reference, note that the actual incompatibility is between Karaf 3.0.1 and Java 8. ODL's 0.2.3 release uses Karaf 3.0.1, but master (so Lithium) has moved to Karaf 3.0.3. Using ODL built from master should work fine with Java 8, but the latest Helium SR still needs Java 7. |
Initial diagnoses was wrong, see next few comments: ODL has moved to Java 1.8, need to follow in the Puppet mod.
The text was updated successfully, but these errors were encountered: