Problem Insights server is not operational when first started
When the Problem Insights server is started for the first time, it is not operational.
Symptom
One of the following sets of symptoms is present:
- Symptom 1
- The following events occur:
- The message library load during the first Problem Insights server initialization returns
NULL
. - The messages.log file in the
INSTALL_DIR/wlp/usr/server/piFrameworkServer/logs directory
contains messages that are similar to the following message:
[3/8/20 22:15:04:361 EDT] 00000030 com.ibm.ws.logging.internal.impl.IncidentImpl I FFDC1015I: An FFDC Incident has been created: "java.lang.IllegalArgumentException: Cannot support TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 with currently installed providers com.ibm.ws.channel.ssl.internal.SSLConnectionLink 238" at ffdc_20.03.08_22.15.04.0.log
- The message library load during the first Problem Insights server initialization returns
- Symptom 2
- The following events occur:
- The analysis.sh getlibrarylist command returns no output.
- The messages.log file in the
INSTALL_DIR/wlp/usr/server/piFrameworkServer/logs directory
contains messages that are similar to the following message:
[3/8/20 22:15:04:361 EDT] 00000030 com.ibm.ws.logging.internal.impl.IncidentImpl I FFDC1015I: An FFDC Incident has been created: "java.lang.IllegalArgumentException: Cannot support TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 with currently installed providers com.ibm.ws.channel.ssl.internal.SSLConnectionLink 238" at ffdc_20.03.08_22.15.04.0.log
Cause
The Java™ Runtime Environment that is used to start the Problem Insights server does not support some of the encryption ciphers that are configured for use by the Problem Insights server.
Solution
Complete the following steps:
- In the INSTALL_DIR/config/cli.config file, update the value of the ciphers property to list only ciphers that are supported by the Java Runtime Environment that is used to start the Problem Insights server.
- Save and close the INSTALL_DIR/config/cli.config file.
- Restart the Problem Insights server.