Re: Unable to rollback changes with Nifi Registry

2020-10-09 Thread Juan Pablo Gardella
I finally discovered the issue and how to solve it. My first version of the service *MyService* was packaged on myprocessors-nar. I added it as a service and in Controller Services it appears as Bundle with com.foo - my-processors-nar. I developed some stuff and I used the service. After that I

Re: Unable to rollback changes with Nifi Registry

2020-10-05 Thread Juan Pablo Gardella
These are my pom.xml files: *myprocessor nar:* http://maven.apache.org/POM/4.0.0; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd;> 4.0.0 xx xx xx myprocessors-nar

Re: Unable to rollback changes with Nifi Registry

2020-10-05 Thread Bryan Bende
I don't know exactly what is in each of your NARs, but it is saying that in the version of the flow being rolled back to, there exists this: type: "com.foo.MyService", bundle":{ "group": "com.foo", "artifact": "myprocessor-nar", "version": "0.1.0-SNAPSHOT" } So then NiFi goes to the NAR

Re: Unable to rollback changes with Nifi Registry

2020-10-05 Thread Juan Pablo Gardella
Hi Bryan, Thanks, I will try to isolate the issue although myprocessor-nar does not have a class implementing com.foo.MyService, it contains only the interface, because the implementation is part of myservices-nar. IFor Nifi there is no issues, it is working as expected, maybe some checks in Nifi

Re: Unable to rollback changes with Nifi Registry

2020-10-05 Thread Bryan Bende
Seems the version of the flow you are rolling back to has a component in it with class name "com.foo.MyService", but the current myprocessor-nar that you are running does not have that service in it. On Mon, Oct 5, 2020 at 3:00 PM Juan Pablo Gardella wrote: > > Hi all, > > Does anyone know about

Re: Unable to rollback changes with Nifi Registry

2020-10-05 Thread Joe Witt
Juan Probably best to create a jira with all the details you provided here so someone can look into it when available Thanks On Mon, Oct 5, 2020 at 12:00 PM Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Hi all, > > Does anyone know about this issue? What does it mean? > > Thanks,

Re: Unable to rollback changes with Nifi Registry

2020-10-05 Thread Juan Pablo Gardella
Hi all, Does anyone know about this issue? What does it mean? Thanks, Juan On Sun, 4 Oct 2020 at 11:25, Juan Pablo Gardella < gardellajuanpa...@gmail.com> wrote: > Hi all, > > I am starting to play with Nifi Registry. I am using Nifi 1.12.1 and Nifi > Registry 0.7.0 almost with all default

Unable to rollback changes with Nifi Registry

2020-10-04 Thread Juan Pablo Gardella
Hi all, I am starting to play with Nifi Registry. I am using Nifi 1.12.1 and Nifi Registry 0.7.0 almost with all default configurations. No security on both. My flow has some custom processors and services which were generated by nifi-nar-maven-plugin/1.3.2. I was able to create a bucket in Nifi