Member since
04-11-2024
5
Posts
0
Kudos Received
0
Solutions
10-01-2024
08:49 AM
I need to use OAuth 2.0 to publish messages to a Confluent Kafka topic. NiFi doesn't have support for this out of the box, so before I build my own solution, I was wondering if anyone knew of any solutions currently being used for this that they'd be willing to share, or any existing workaround. I'm using NiFi version 2.0.0-M4. Thanks
... View more
Labels:
- Labels:
-
Apache NiFi
04-15-2024
06:55 AM
I currently have 6gb of ram assigned. I upped it from 1 and still nothing. Logs have no errors, I put them in debug mode as well and nothing out of the ordinary happened, just took forever to start (20 minutes if not more)
... View more
04-12-2024
08:05 AM
@steven-matison it looks like it gets stuck here: [main] org.apache.nifi.nar.NarUnpacker Expanding 115 NAR files started
... View more
04-11-2024
11:08 AM
There is enough space, the Mac was just re-imaged so there is nothing on it other than the few applications I've installed. I did set a login, and I can successfully use that login when I have nifi running through "nifi.sh run". I have searched through the logs using grep for errors and warnings, and haven't seen any. When I run nifi.sh start, once I actually see something listening on port 8443 (which takes about 5-10 minutes), if I try to load nifi it will just get stuck loading and not do anything. No errors, no warnings.
... View more
04-11-2024
07:35 AM
Hello, I recently installed Nifi on a Mac with an M1 chip, Sonoma 14.4.1. I am able to run "nifi.sh run" successfully and navigate to localhost port 8443/nifi. However, when I run "nifi.sh start" it fails to open localhost 8443/nifi. The logs do not throw any errors, I have checked (see screenshot below). I am running openjdk 21.0.2 and nifi 2.0.0-M2. My environment variables for java (/Library/Java/JavaVirtualMachines/jdk-21.0.2.jdk/Contents/Home), nifi (/Users/RZO4145/nifi-2.0.0-M2), and apache maven have been set. I have also checked when doing the nifi.sh start, it looks like there is nothing listening on 8443 (and I checked nifi.properties, it is still set to 8443). I've also tried setting the host to 0.0.0.0 instead of 127.0.0.1 and changing the port. After about 5-10 minutes of running, I will finally be able to see it on localhost 8443 (see attached), but the page will still not load. Is there something I'm missing?
... View more
Labels:
- Labels:
-
Apache NiFi