Created 02-17-2018 12:16 AM
AM using HDF 3.1.0 with NiFi and Nifi Registry. When i try use start version control from NiFi processors, am ending up getting Unable to obtain listing of buckets: org.apache.nifi.registry.client.NiFiRegistryException:
Created on 02-17-2018 01:45 AM - last edited on 08-26-2019 02:50 PM by ask_bill_brooks
I've seen a similar error:
Unable to obtain listing of buckets: java.net.ConnectException: Connection refused
when the URL of the Registry Client (Under the top-right Global Menu-->Controller Settings-->Registry Clients tab) is incorrect.
Is there more in your Registry log (nifi-registry-app.log) Is your NiFi Registry secured? Other things to check:
-that you have buckets in your Registry
-that your user has privilege to access the buckets in your Registry
I wrote a couple articles regarding the Registry that might be useful:
https://community.hortonworks.com/articles/170966/setting-up-a-secure-apache-nifi-registry.html
Created 01-26-2021 06:00 AM
@louis_allen
You should avoid asking additional questions on an existing post that already has an accepted solution. If the accepted solution does not resolve your issue that you may be having a different problem.
You would get better visibility and a help if you were to start a new question.
That being said, if you are having a "javax.net.ssl.SSLHandshakeException", you issue is during client authentication and have not even the point of verifying client authorization. So you need to take a closer look at the keystores and truststores you have setup on both your NiFi and NiFi-Registry to make sure that a mutual TLS handshake can be successfully negotiated.
Feel free to ping me if you start a new community question.
Hope this helps,
Matt
Created 09-29-2020 07:53 AM
Hi,
I have encountered the same issue and it got resolved by the following steps
Please check the port of Nifi in Ambari UI for SSL and without SSL.
Update similar port within NIFI Settings > Controler settings > REGISTRY CLIENTS with the hostname of the nifi registry.
Then add the proxy user as mentioned in the following link.
http://apache-nifi-users-list.2361937.n4.nabble.com/No-available-buckets-on-Nifi-td9971.html
Thanks
Ashish