Re: Error during startup on latest code

2017-03-30 Thread Joe Witt
ng the below error on startup. > My first assumption was a build issue on my end so I cleaned out the NiFi MVN > cache on my box and built again, but I'm still getting this error. > > I've only tested this on my Windows box. Thoughts? > > ERROR [main] org.apache.nifi.N

Error during startup on latest code

2017-03-30 Thread Peter Wicks (pwicks)
I updated my fork to the latest this morning to do some testing and have been getting the below error on startup. My first assumption was a build issue on my end so I cleaned out the NiFi MVN cache on my box and built again, but I'm still getting this error. I've only tested this on my Windows

Re: Error at startup

2016-03-23 Thread Pierre Villard
Thanks Matt, Logs in Maven build are all OK (SUCCESS for each module at the end). I did a new full build and I got a similar error (not exactly the same but related to compilation). I tried once again and this is now OK. This is really strange that Maven is not complaining about compilation

Re: Error at startup

2016-03-22 Thread Matt Gilman
Pierre, The error message is really strange. It appears that a number of classes did not compile correctly. Was there any unexpected output during the maven build? I just verified the build locally on OSX and Windows 10. In Windows 10 I copied the zip, extracted, and executed run-nifi.bat without

Re: Error at startup

2016-03-22 Thread Pierre Villard
I did a full build with Maven, took the generated zip (nifi-0.6.0-SNAPSHOT-bin.zip), unzipped it, and executed the run-nifi.bat. So it is a clean instance. As you said, the local-provider is correctly set: local-provider

Re: Error at startup

2016-03-22 Thread Matt Gilman
Pierre, Are you attempting to upgrade an existing instance? If so, what version are you coming from? I'm wondering if there is some configuration missing after the upgrade. Are you able to start up the built assembly using default configuration? In your /conf/state-management.xml can you verify

Re: Error at startup

2016-03-22 Thread Pierre Villard
OK. Logs are here: https://raw.githubusercontent.com/pvillard31/share/master/nifi-app.log 2016-03-22 15:12 GMT+01:00 Matt Burgess : > I can't see them, perhaps the attachment is being removed. Can you paste > the text from the logs into the email? > > Thanks, > Matt > > On

Re: Error at startup

2016-03-22 Thread Matt Burgess
I can't see them, perhaps the attachment is being removed. Can you paste the text from the logs into the email? Thanks, Matt On Tue, Mar 22, 2016 at 10:10 AM, Pierre Villard < pierre.villard...@gmail.com> wrote: > Erf that's strange, I do see logs from my side. > Is it better? > > 2016-03-22

Re: Error at startup

2016-03-22 Thread Pierre Villard
Erf that's strange, I do see logs from my side. Is it better? 2016-03-22 15:06 GMT+01:00 Oleg Zhurakousky : > Pierre, no logs ;) > > > On Mar 22, 2016, at 10:03 AM, Pierre Villard < > pierre.villard...@gmail.com> wrote: > > > > Hi, > > > > I updated my local

Re: Error at startup

2016-03-22 Thread Oleg Zhurakousky
Pierre, no logs ;) > On Mar 22, 2016, at 10:03 AM, Pierre Villard > wrote: > > Hi, > > I updated my local checkout to current master and did a successful maven > build. When trying to start generated binaries, I have a bunch of errors and > NIFI does not start.

Error at startup

2016-03-22 Thread Pierre Villard
Hi, I updated my local checkout to current master and did a successful maven build. When trying to start generated binaries, I have a bunch of errors and NIFI does not start. See attached logs. Does someone experience the same issue? Thanks, Pierre