Member since
09-26-2018
4
Posts
0
Kudos Received
0
Solutions
09-30-2018
01:50 AM
Assume that I have Nifi Flows updated in Git repository as buckets. I installed a fresh Apache Nifi Registry instance and configured to use the Git repository which is already updated with some Nifi flows.Is it possible to refresh an Apache registry with the contents in Git. Currently when I start Apache Nifi Registry , it is not updated with the contents from Git.
... View more
Labels:
- Labels:
-
Apache NiFi
09-26-2018
09:52 PM
Just a update- When I tried the CLI command ,I am getting the issue as that from UI The Flow Registry with ID {} reports that no Flow exists with Bucket {}, Flow {}, Version {}". I pasted a wrong exception in the question
... View more
09-26-2018
09:52 PM
Apache Nifi registry not able to read from Git repository. I created a test process group , changed the Nifi Registry configs to store the files in Git( BItBucket->Gitflow) and started it. From the Nifi V1.7 UI, I am able to commit to the Git Repository, however, when I try to import from UI, it throws an exception ' The Flow Registry with ID {} reports that no Flow exists with Bucket {}, Flow {}, Version {}". However, files are stored in Bitbucket. Could you please help me out here. Tried with CLI command also. I can see the bucket and flow already present but throw the below exception when I try with pg-import
ERROR: Error executing command 'pg-import' : Error retrieving registry clients: <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 404 Not Found</title> </head> <body><h2>HTTP ERROR 404</h2> <p>Problem accessing /nifi-api/controller/registry-clients. Reason: <pre> Not Found</pre></p><hr><a href="http://eclipse.org/jetty">Powered by Jetty:// </a><hr/> </body> </html>
... View more
Labels:
- Labels:
-
Apache NiFi