Bug 1620916 - Starting engine service on fc28 with python3 fails on Cannot detect JBoss version
Summary: Starting engine service on fc28 with python3 fails on Cannot detect JBoss ver...
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: ovirt-engine
Classification: oVirt
Component: General
Version: 4.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ovirt-4.3.0
: 4.3.0
Assignee: Gal Zaidman
QA Contact: Lukas Svaty
URL:
Whiteboard:
Depends On:
Blocks: oVirt_on_Fedora
TreeView+ depends on / blocked
 
Reported: 2018-08-23 12:18 UTC by Gal Zaidman
Modified: 2018-11-26 16:00 UTC (History)
1 user (show)

Fixed In Version: ovirt-engine-4.3.0_alpha
Clone Of:
Environment:
Last Closed: 2018-08-24 09:34:53 UTC
oVirt Team: Integration
Embargoed:
rule-engine: ovirt-4.3+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 93891 0 master MERGED setup: config: java: round down calculated heap size 2018-08-24 07:42:22 UTC

Description Gal Zaidman 2018-08-23 12:18:23 UTC
Description of problem:
Starting engine service on fc28 with python3 fails on Cannot detect JBoss version

ovirt-engine: INFO _detectJBossVersion:215 Return code: 1,  | stdout: '[],  | stderr: '[u'Invalid initial heap size: -Xms1993.25M', u'Error: Could not create the Java Virtual Machine.', u'Error: A fatal exception has occurred. Program will exit.']'

fix by manually changing file: 10-setup-java.conf
ENGINE_HEAP_MIN="1993.25M" --> ENGINE_HEAP_MIN="1993M"
ENGINE_HEAP_MAX="1993.25M" --> ENGINE_HEAP_MIN="1993M"

Steps to Reproduce:
1. install engine with python3 on fc28
2. engine setup will fall on closeup


Note You need to log in before you can comment on or make changes to this bug.