| Summary: | the engine fails with oracle java8 | ||
|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Fabrice Bacchella <fabrice.bacchella> |
| Component: | Setup.Core | Assignee: | Lev Veyde <lveyde> |
| Status: | CLOSED DEFERRED | QA Contact: | Pavel Stehlik <pstehlik> |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.6.5.1 | CC: | bugs, sbonazzo, ylavi |
| Target Milestone: | --- | Flags: | sbonazzo:
ovirt-future?
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-06-09 11:27:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Some people might want to try this JVM, its hotspot compiling is supposed to be faster that on openjdk. Please note Oracle JVM is not the JVM we tested ovirt-engine on and is not officially supported. We'll have a look to fix above issue but we can't ensure ovirt-engine will work properly there. Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone. Bug tickets must have version flags set prior to targeting them to a release. Please ask maintainer to set the correct version flags and only then set the target milestone. Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA. oVirt 4.0 beta has been released, moving to RC milestone. oVirt 4.0 beta has been released, moving to RC milestone. |
/usr/share/ovirt-engine/bin/java-home is used to check if the provided OVIRT_ENGINE_JAVA_HOME is good, but in it's check there is : version="$("${dir}/bin/java" -version 2>&1 | sed \ -e 's/^openjdk version "1\.8\.0.*/VERSION_OK/' \ -e 's/^java version "1\.7\.0.*/VERSION_OK/' \ -e 's/^OpenJDK .*(.*).*/VENDOR_OK/' \ )" So it fails on Oracle Java 8. Is there any good reason for that ?