Created 04-21-2022 07:44 AM
NIFI Version 1.15.3
Java Version 8.0.72
2 node cluster
2022-04-21 10:33:08,447 ERROR [Flow Service Tasks Thread-1] o.a.nifi.controller.StandardFlowService Unable to save flow controller configuration due to: org.apache.nifi.encrypt.EncryptionException: Failed to get Cipher for Algorithm [AES/GCM/NoPadding]
org.apache.nifi.encrypt.EncryptionException: Failed to get Cipher for Algorithm [AES/GCM/NoPadding]
Created 04-21-2022 02:51 PM
@Tra ,
This is a problem with your version of Java, which is very old.
You must either upgrade Java to the Java 11 (or at least to the latest Java 😎 or install the JCE extension for your current JDK.
Please see details in here: https://community.cloudera.com/t5/Support-Questions/Nifi-starts-without-error-but-cannot-connect/m-p...
Cheers,
André
Created 04-21-2022 02:51 PM
@Tra ,
This is a problem with your version of Java, which is very old.
You must either upgrade Java to the Java 11 (or at least to the latest Java 😎 or install the JCE extension for your current JDK.
Please see details in here: https://community.cloudera.com/t5/Support-Questions/Nifi-starts-without-error-but-cannot-connect/m-p...
Cheers,
André
Created 04-25-2022 05:39 AM
Appreciate the help and confirmation, I came to the same conclusion separately as well.