Re: Apache Nifi Installation Issues

2023-12-28 Thread Alex Becker
Hey Mike, Thanks for the response. Apparently OneDrive was the culprit, I had Nifi in a OneDrive directory which I have mounted back to my WSL via /mnt/c, and when I moved to a local directory on my C disk it worked fine. Not sure what the issue is, the permissions should be the same on the

Re: Apache Nifi Installation Issues

2023-12-28 Thread Michael Moser
Alex, The error occurs when NiFi tries to move the self-signed certificate it generated from /tmp/test-keystore-4089669996254362100.p12 to ./conf/keystore.p12. This is a very basic file operation, so something is up with your environment. I have not used WSL, so I suggest Googling "windows

Apache Nifi Installation Issues

2023-12-28 Thread Alex Becker
Howdy all, I am trying to get an instance of Apache Nifi up and running on my laptop. This is a Windows machine issued by my company, but I am attempting to run the Linux binary for Nifi from my Ubuntu 20.04 WSL, where I do all of my development. I have tried multiple different versions,

Re: NiFi installation issues

2017-01-09 Thread Pushkara R
I notice that the server takes a minute or so to come up after running nifi.sh start. I think the first few times I tried running nifi, I tried connecting to the server immediately after running nifi.sh. Obviously I couldn't connect as the server wasn't up yet. Maybe I tried to rerun the script

Re: NiFi installation issues

2017-01-09 Thread Pushkara R
Thanks for pointing that out Oleg. I'll see what's occupying that port. Pushkar On Mon, Jan 9, 2017 at 8:10 PM, Oleg Zhurakousky < ozhurakou...@hortonworks.com> wrote: > Pushkar > > It appears that something is running on port 8080 so Jetty can not start. > You can see at the bottom of the log

Re: NiFi installation issues

2017-01-09 Thread Oleg Zhurakousky
Pushkar It appears that something is running on port 8080 so Jetty can not start. You can see at the bottom of the log the following (see below) 1. 2017-01-09 17:24:23,606 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start web server... shutting down. 2.

Re: NiFi installation issues

2017-01-09 Thread Pushkara R
Oleg I've pasted the app log here http://pastebin.com/YXkEvNZJ and the bootstrap log here http://pastebin.com/iPJeJvwX. I built the project using 'maven clean install' (after setting MAVEN_OPTS="-Xmx2048m -XX:MaxPermSize=128m" because of OutOfMemory exceptions). Then I extracted the

Re: NiFi installation issues

2017-01-09 Thread Oleg Zhurakousky
Pushkar Any chance you can look and provide relevant logs? You can find them in the /log directory. Also, could you please be more specific as to what directions did you follow. Just want to make sure that if there are any issues with documentation it is corrected. Cheers Oleg > On Jan 9,

NiFi installation issues

2017-01-09 Thread Pushkara R
Hi, I'm installing NiFi on my arch linux machine following the instructions in https://github.com/apache/nifi. After I built the project, I executed the NiFi startup script and tried connecting to the local server but I got a 404 error with the following message. HTTP ERROR: 404 Problem

Re: Nifi Installation issues

2016-06-22 Thread Andy LoPresto
Hi Afsar, It appears that when you were running the installation, your machine was unable to connect to the Maven Repository in order to download the necessary dependencies. You can troubleshoot connecting to the repository using these steps [1]. [1] http://stackoverflow.com/a/30111316/70465