Created 11-25-2021 12:46 AM
Im trying to run Apache NiFi on my laptop. I can start the run-nifi.bat But when I try to access http://localhost:8443/. "This page isn’t working localhost didn’t send any data. ERR_EMPTY_RESPONSE"
On the same laptop, I'm accessing different NiFi instances running on AWS. With different ports (Production).
System: Windows10
Please help to connect
Created on 01-25-2022 06:19 AM - edited 01-25-2022 06:20 AM
I wonder what java version you have on your Windows machine?
NiFi supports java 8 and 11
Created 01-24-2022 11:52 AM
First confirm if the NiFi JVM is running
search your logs for the word "UI is available"
If it is then I would look at your systems firewall windows defender?
If you do not see that log entry I would focus on why NiFi JVM is not coming up
Created 01-24-2022 06:46 PM
This is the error im observing
ERROR [main] org.apache.nifi.NiFi Failure to launch NiFi due to org.xerial.snappy.SnappyError: [FAILED_TO_LOAD_NATIVE_LIBRARY] Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @4ec616d6 Got this error
Created on 01-25-2022 06:19 AM - edited 01-25-2022 06:20 AM
I wonder what java version you have on your Windows machine?
NiFi supports java 8 and 11
Created 08-23-2022 10:34 PM
I have installed latest version of Java and NiFi. Now it works. Thanks for the suggestion.