Member since
05-02-2016
154
Posts
54
Kudos Received
14
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4171 | 07-24-2018 06:34 PM | |
5778 | 09-28-2017 01:53 PM | |
1431 | 02-22-2017 05:18 PM | |
14210 | 01-13-2017 10:07 PM | |
3946 | 12-15-2016 06:00 AM |
01-13-2017
08:02 PM
@Ranjit S what about nifi-bootstrap.log and nifi-app.log can you check that. Also, it could be possible you may getting stuck in the java entropy issue. In your conf/bootstrap.conf file add the following line . java.arg.15=-Djava.security.egd=file:/dev/./urandom Try starting nifi now.
... View more
01-13-2017
07:18 PM
if you have some other process running on port 8080, you can change nifi to use a different port by changing the value in conf/nifi.properties. replace 8080 with whatever port you want.
... View more
01-13-2017
07:13 PM
@Ranjit S can you confirm nothing else is running on port 8080. This is port used by nifi for web-ui. You can look into logs/nifi-bootstrap.log and logs/nifi-app.log and see if there are any errors.
... View more
01-13-2017
02:20 PM
do you have any logs for the internal server error. It may be in the nidi-app.log file.
... View more
01-06-2017
04:21 PM
is it possible that the timezone was changed after you started Nifi, if possible try restarting the nifi, and it should update to the correct time zone.
... View more
01-06-2017
03:54 PM
do you have NiFi installed on your machine locally, or is it on a server. It could be possible that NiFi is reflecting the time of the server on the UI.
... View more
12-19-2016
03:00 PM
you may be missing something in the s3 policy. Looks like the code is trying to read the data after uploading and then failing. May you should give permissions to read what is being uploaded to the bucket.
... View more
12-15-2016
07:08 PM
you could use a simple python script with executescript to achieve that. http://funnifi.blogspot.com/2016/03/executescript-json-to-json-revisited_14.html
... View more
12-15-2016
05:20 PM
is the port 16020 open on the nodes. especially hostname-007.localdomain.local
... View more