When upgrading to version 9.0.20.200, the Kafka service fails to start when additional JVM environment variables were set previously. Example locations for setting JVM environment variables affecting this issue (consult your System Administrator if needed) Unix: $HOME/ctm_em/etc/em_env_local.*sh files $HOME startup scripts such as .cshrc, .bash_profile, .profile Windows: [EM Install dir]\etc\env file OS System Environment Variables Example setup screen output: 14:25:23.634 1 ExecuteAction.executeCommand[722] Executing [/opt/ctm/ctm_em/bin/em /opt/ctm/ctm_em/bin/bmcpython /opt/ctm/ctm_em/services/bin/apache_kafka_config.py validate] 14:25:23.636 1 ExecuteAction.executeCommand[788] Waiting for action to finish 14:25:24.688 1 ExecuteAction.executeCommand[793] Waiting for stderr and stdout out to close. 14:25:24.688 1 ExecuteAction.executeCommand[796] Command ended, collecting data. 14:25:24.688 1 ExecuteAction.executeCommand[809] Exit status: 1 14:25:24.688 1 ExecuteAction.executeCommand[825] Stdout: Running configure with parameters: Namespace(assumeLocalKafkaDown=False, command='validate') Error getting kafka details: JSONDecodeError('Expecting value: line 1 column 1 (char 0)',) 14:25:24.688 1 ExecuteAction.executeCommand[826] Stderr: --- Logging error --- Traceback (most recent call last): File "/opt/ctm/ctm_em/services/bin/apache_kafka_config.py", line 33, in get_kafka_info kafka_info.read_db_kafka_details() File "/opt/ctm/ctm_em/services/bin/ctm/kafka_details.py", line 91, in read_db_kafka_details self.mapInfo = json.loads(output) File "/opt/ctm/bmcpython/bmcpython_V2/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) File "/opt/ctm/bmcpython/bmcpython_V2/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/opt/ctm/bmcpython/bmcpython_V2/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) |
If package date shows October then downloading the latest 9.0.20.200 FP on EPD will solve this issue. The correct month on the package date should be November. |