Support Questions

Find answers, ask questions, and share your expertise

Unable to save flow controller configuration

avatar
Contributor

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]

1 ACCEPTED SOLUTION

avatar
Super Guru

@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é

 

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.

View solution in original post

2 REPLIES 2

avatar
Super Guru

@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é

 

--
Was your question answered? Please take some time to click on "Accept as Solution" below this post.
If you find a reply useful, say thanks by clicking on the thumbs up button.

avatar
Contributor

Appreciate the help and confirmation, I came to the same conclusion separately as well.