Re: Unable to bring up NiFi user interface

2018-05-29 Thread Koji Kawamura
Hello, > A black command window screen pops up for a brief second and then closes. Instead of double clicking run-nifi.bat button, you can run the bat file from command prompt. That way, the output of run-nifi.bat will stay in the command prompt and can help debugging what went wrong. 1. Open com

Re: Unable to bring up NiFi user interface

2018-05-29 Thread Joe Witt
Hello Please share info about os version, java version, etc.. run java -version and share that. what version of nifi? did you change any settings? how much ram/cpu does your system have? is nifi in a directory it has write perms to? please share the contents of nifi log dir. thanks On T

Unable to bring up NiFi user interface

2018-05-29 Thread Call, Schuyler
Hello, I am trying to use NiFi for a project I'm working on. I tried following the steps in the "Getting Started with Apache NiFi" guide to create my own interface, but I got stuck after trying to run the run-nifi.bat file. A black command window screen pops up for a brief second and then close

User, Group in LDAP appear to be unknown to PutFile

2018-05-29 Thread James McMahon
Good evening. I have recently migrated my nifi service host server from local resolution of users and groups to use an LDAP server. I configured login-identity-providers.xml and nifi.security.user.login.identity.provider. I verified my configuration is known to NiFi by first restarting my nifi serv

Re: [DISCUSS] First Release of NiFi Flow Design System

2018-05-29 Thread Scott Aslan
I have submitted this to INFRA: https://issues.apache.org/jira/browse/INFRA-16588 On Mon, May 28, 2018 at 4:13 AM, Pierre Villard wrote: > Hey guys, > > Just a minor remark: the github repo [1] is still referenced as "Mirror of > Apache NiFi Fluid Design System". > I think we should file a JIRA

Reminders for properly license adherence and that individuals make commits

2018-05-29 Thread Joe Witt
All, A couple of important reminders for us all to keep in mind. The community is growing rapidly and we're seeing a lot of contributions from new people in the form of JIRAs, code, and reviews. It is really awesome to see and thanks to everyone for their efforts! Two key things we want to remi

Re: Dependency versions in processors in 1.6.0

2018-05-29 Thread Jeff Zemerick
Bryan, thanks for confirming! Yes, they were gson, commons-io, and nifi-mock. (It's a pretty simple processor with not many dependencies.) Thanks, Jeff On Tue, May 29, 2018 at 9:19 AM Bryan Bende wrote: > Jeff, > > What you described sounds correct. Can you share which dependency > versions n

Re: Dependency versions in processors in 1.6.0

2018-05-29 Thread Bryan Bende
Jeff, What you described sounds correct. Can you share which dependency versions now need to be specified? We could at least update the processor bundle archetype to have these versions specified to make it easier for new bundles, and maybe add something to the migration notes for existing bundles

Dependency versions in processors in 1.6.0

2018-05-29 Thread Jeff Zemerick
Hi, In <=1.5.0 processors I used nifi-nar-bundles as the parent project and dependency management was handled for me. Changing to 1.6.0 resulted in a few "missing dependency version" errors. I think this is expected due to NIFI-4936 ("NiFi parent pom dependency management forcing versions to align