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
additionally configuration.

Matt

On Tue, Mar 22, 2016 at 10:47 AM, Pierre Villard <
[email protected]> wrote:

> 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>
>         <id>local-provider</id>
>
>
> <class>org.apache.nifi.controller.state.providers.local.WriteAheadLocalStateProvider</class>
>         <property name="Directory">./state/local</property>
>     </local-provider>
>
>
> 2016-03-22 15:38 GMT+01:00 Matt Gilman <[email protected]>:
>
> > 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
> > > > >> >
> > > > >>
> > > > >>
> > > > >
> > > >
> > >
> >
>

Reply via email to