| Summary: | Cannot deploy Business Central on Java 1.6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Tomas Livora <tlivora> | ||||
| Component: | Business Central | Assignee: | Ant Stephenson <anstephe> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.3.0 | CC: | anstephe, kverlaen, rrajasek, rzhang | ||||
| Target Milestone: | ER3 | Keywords: | Regression | ||||
| Target Release: | 6.3.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 19:48:23 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
It seems there was a change in version for the product build from 0.9.10 to 0.9.10.redhat-1. This indicates productization is now including a jar they built themselves (instead of the community jar). The problem seems to be that this jar was compiled with a more recent jdk and was not specified to be backwards compatible with 1.6. I guess this requires a rebuild so that it is compatible with 1.6. For ER3, we have reverted back to the community jar. There are on-going discussions on how to resolve issues such as this in the long term. However, for now this issue can be verified. Verified on BPM Suite 6.3.0 ER3 |
Created attachment 1142473 [details] EAP server log Description of problem: It is not possible to deploy Business Central on EAP when using Java version 1.6. Version-Release number of selected component (if applicable): 6.3.0 ER2 Steps to Reproduce: 1. Run EAP with Java 1.6 2. Try to deploy Business Central Actual results: java.lang.UnsupportedClassVersionError: org/reflections/Configuration : Unsupported major.minor version 51.0 Expected results: No exceptions Additional info: See exceptions in the attached server log.