Bug 1133486
| Summary: | Cannot run Business Central if Java security manager is enabled | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | Tomas Livora <tlivora> | ||||||
| Component: | Configuration | Assignee: | Ryan Zhang <rzhang> | ||||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||||
| Severity: | high | Docs Contact: | Dawn Eisner <deisner> | ||||||
| Priority: | high | ||||||||
| Version: | unspecified | CC: | etirelli, kverlaen, rrajasek, rzhang | ||||||
| Target Milestone: | CR1 | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | |||||||||
| : | 1134619 (view as bug list) | Environment: | |||||||
| Last Closed: | 2020-03-27 20:02:32 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: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 1134619 | ||||||||
| Attachments: |
|
||||||||
Created attachment 930416 [details]
Server log
After further investigation we have found out that this issue only occurs if the Java security manager is enabled. This is the default option in the installer. I am not sure if this issue is related to EAP bug 1117285 because that one only occurred on Oracle JDK 1.6 and IBM JDK 1.6. I tested BRMS with EAP 6.1.2 on all supported JDKs (Oracle, IBM, OpenJDK) in both supported versions (1.6 and 1.7) and this issue is present on all configurations. However, if EAP 6.1.1 is used, everything works as expected. So I think either some configuration files need to be modified after changes introduced by EAP 6.1.2 or this is a bug in EAP. Does this change also need to be made in the standalone.conf for the deployable zip? We seem to be include it in the deployable zip. Including Ryan. Java security manager configuration is added to the standalone.conf only by the installer. However, deployable zip contains standalone-secure.conf file which needs to be changed. Verified on BPMS/BRMS 6.0.3 CR1 |
Created attachment 930394 [details] Installation log Description of problem: It is not possible to start the EAP server when BPMS/BRMS is installed using the installer. Version-Release number of selected component (if applicable): 6.0.3-ER1 Steps to Reproduce: 1. Install BPMS/BRMS using the installer. 2. Run EAP server. Actual results: It fails with ClassNotFoundException. See attached server log. Expected results: It should start without any problems. Additional info: The installation process seems to finish successfully. See attached installation log.