Created 09-28-2017 10:22 AM
bin/nifi.sh: 88: bin/nifi.sh: source: not found Java home: /etc/java-8-openjdk NiFi home: /home/mohmed/Downloads/nifi-1.3.0 Bootstrap Config File: /home/mohmed/Downloads/nifi-1.3.0/conf/bootstrap.conf
Created 09-28-2017 11:27 AM
Assumptions - Mac OS/Linux OS
1. It can be as simple as you are in the wrong working directory. Do pwd and cd to appropriate folder (that contains bin/nifi.sh).
2. Add nifi bin folder to your path environment variable
3. run nifi in the background using nohup or &.
Feel free to let us know in case of any mistakes in my understanding and close this ticket in case of no concerns,
Created 09-28-2017 02:09 PM
@sbabu , thank u for reply . am sure i am in the write directory .
but would you please explain what is nohup ??
thanks
Created 09-28-2017 02:26 PM
root@ubuntu-VirtualBox:/home/ubuntu/Downloads/nifi-1.3.0# bin/nifi.sh start
this is my directory if it's wrong just tell me @sbabu
Created 09-28-2017 07:52 PM
Hmm, could we see whats happening in the logs folder (especially nifi-app.log)?
Created 09-30-2017 06:55 AM
Created 10-01-2017 06:23 PM
Looking at the nifi-app.log file you provided, it appears NiFi is running just fine. What do you see in the nifi-bootstrap.log file?
Created 10-03-2017 04:17 PM
Unfortunately, I don't see any errors/issues in this log file just shows NiFi startup process. if it goes down again, feel free to tail the logs to look for OOM (out of memory caused by your custom processors or AWS not available temporarily)