Created 04-04-2018 04:25 PM
I just installed NIFI by following instructions on youtube. When I click on run-nifi Bat file in --> C:\nifi-1.5.0-bin\nifi-1.5.0\bin
I get this error -
Can someone please help.
Created 04-04-2018 08:28 PM
The WARN messages in the bootstrap logging output provided do not indicate an issue. Once the bootstrap starts it will kick off the NIFi service (separate java process). You can monitor the progress of the service process startup via the nifi-app.log. You will not be able to access the NiFI UI until you see the lines displayed in the nifi-app.log telling you the UI is available at the following URLs.
If the main service fails to start, the nifi-app.log should include some logging and stack traces to help figure out the cause.
Thank you,
Matt
Created 04-05-2018 12:48 PM
TIP: Do not respond to an answer with another answer. Instead, add a comment on the answer you are responding to.
What do you have configured in your nifi.properties file for the following properties:
# web properties # nifi.web.war.directory=./lib nifi.web.http.host= nifi.web.http.port=8080 nifi.web.http.network.interface.default= nifi.web.https.host= nifi.web.https.port= nifi.web.https.network.interface.default= nifi.web.jetty.working.directory=./work/jetty nifi.web.jetty.threads=200
You may also want to take a look at the nifi-app.log to see if it provides more details on the unknown address.
I may be that if the above "host" property is blank, java may be unable to resolve the systems hostname.
Thanks,
Matt
Created 04-05-2018 12:21 PM
@Matt Clarke Thanks for replying.
Can you please take a look at my log file and suggest some help please. It shows some exception like -->
java.net.SocketException: Unresolved address
Created 04-05-2018 12:37 PM