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 <NIFI_HOME>/conf/state-management.xml can you verify the configuration of the local-provider? By default, it's configured to use org.apache.nifi.controller.state.providers.local.WriteAheadLocalStateProvider with a Directory property that points to ./state/local. I think the error in the logs is having trouble with that property. Matt On Tue, Mar 22, 2016 at 10:16 AM, Pierre Villard < [email protected]> wrote: > OK. Logs are here: > https://raw.githubusercontent.com/pvillard31/share/master/nifi-app.log > > 2016-03-22 15:12 GMT+01:00 Matt Burgess <[email protected]>: > > > 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 < > > [email protected]> wrote: > > > > > Erf that's strange, I do see logs from my side. > > > Is it better? > > > > > > 2016-03-22 15:06 GMT+01:00 Oleg Zhurakousky < > > [email protected]> > > > : > > > > > >> Pierre, no logs ;) > > >> > > >> > On Mar 22, 2016, at 10:03 AM, Pierre Villard < > > >> [email protected]> 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. See attached logs. > > >> > > > >> > Does someone experience the same issue? > > >> > > > >> > Thanks, > > >> > Pierre > > >> > > > >> > > >> > > > > > >
