RE: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-23 Thread Andy Christianson
get smaller 800x600 > images. I guess this will be configured as a property in the future. > > Best regards, > > Iyán > > -Mensaje original- > > De: Marc P. [mailto:marc.par...@gmail.com] > > Enviado el: lunes, 23 de abril de 2018 13:16 >

RE: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-23 Thread Mendez Veiga, Iyan
-Mensaje original- De: Marc P. [mailto:marc.par...@gmail.com] Enviado el: lunes, 23 de abril de 2018 13:16 Para: users@nifi.apache.org Asunto: Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN **This Message originated from a Non-ArcelorMittal source** Iyán, Yes, both

Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-23 Thread Marc P.
onfig.yml you have using the GetUSBCamera? > > > > Best regards, > > Iyán > > > > > > De: Marc [mailto:phroc...@apache.org] > Enviado el: lunes, 23 de abril de 2018 0:22 > Para: users@nifi.apache.org > Asunto: Re: [NIFI-CPP] Issues with TIMER_DRIVEN and C

RE: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-23 Thread Mendez Veiga, Iyan
: Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN **This Message originated from a Non-ArcelorMittal source** I wanted to follow up and say that timer driven and event driven are the only scheduling strategies available in minifi c++. Cron is not a supported strategy yet. Sorry

Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-22 Thread Marc
I wanted to follow up and say that timer driven and event driven are the only scheduling strategies available in minifi c++. Cron is not a supported strategy yet. Sorry for not mentioning this earlier On Sun, Apr 22, 2018, 4:05 PM Iyán Méndez Veiga wrote: > Hi, > > I haven't

Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-22 Thread Marc Parisi
That error is a connection attempt that may be the result of the flow. Feel free to create a ticket with the log file . A session roll back would indicate the problem you are seeing. I've been running getusbcamera and haven't run into the issue you suggest on an rpi but perhaps you have come

Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-22 Thread Iyán Méndez Veiga
El domingo, 22 de abril de 2018 23:00:24 (CEST) Marc P. escribió: > Is there an error or session rollback in the log file? Yes, I always get this error: [org::apache::nifi::minifi::io::Socket] [error] Could not bind to socket, reason Address family not supported by protocol But "everything"

Re: [NIFI-CPP] Issues with TIMER_DRIVEN and CRON_DRIVEN

2018-04-22 Thread Marc P.
Iyán, Is there an error or session rollback in the log file? You can view issues here: https://issues.apache.org/jira/projects/MINIFICPP/issues Thanks, Marc On Sun, Apr 22, 2018 at 4:05 PM, Iyán Méndez Veiga wrote: > Hi, > > I haven't been able to configure