Member since
07-04-2023
5
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2799 | 07-05-2023 03:18 PM |
07-05-2023
03:18 PM
Oh god. One of my chrome extensions was causing this issue. Dark Reader. Issue solved.
... View more
07-05-2023
03:07 PM
good idea. Looks like errors relating to asset loading. I could try redownloading java 11? Or try java 8?
... View more
07-05-2023
11:10 AM
07-05-2023
09:51 AM
Here's the screenshot of where I'm stuck at: Good to know that those info lines don't mean anything serious and I can rule out any sort of security restrictions from Windows. As far as CMDs, the only one I've run is ctrl+C to shut down NiFi. To start up, I run as administrator to get the run-nifi.bat file open in the foreground and in trying the same thing with other .bat's they immediately close. Below are lines from nifi-bootstrap.log beginning with ERROR but then seem to elaborate into it being a WARNING seemingly about access. 2023-07-05 09:27:20,147 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: An illegal reflective access operation has occurred
2023-07-05 09:27:20,147 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils (file:/C:/Users/chhri/NIFI-1~1.0/./work/nar/framework/nifi-framework-nar-1.22.0.nar-unpacked/NAR-INF/bundled-dependencies/spring-core-5.3.27.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
2023-07-05 09:27:20,147 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils
2023-07-05 09:27:20,147 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-07-05 09:27:20,147 ERROR [NiFi logging handler] org.apache.nifi.StdErr WARNING: All illegal access operations will be denied in a future release I am not receiving any ERROR lines in my nifi-app.log file, all INFO. I have also not touched my nifi-properties and bootstrap.conf files yet.
... View more
07-04-2023
10:29 AM
I'm new to NiFi, as you'll realize in this post. I'm trying to troubleshoot this issue where after I'm logging in with the provided password in the log file, I don't get past the loading screen. Here are things I've noticed: in nifi.app log file, I get the error: Archive cleanup completed for container default; will now allow writing to this container. in cmd, I have this error: Command Failed to set permissions so that only the owner can read status file [path]; this may allows others to have access to the key needed to communicate with NiFi. Permissions should be changed so that only the owner can read this file when opening any .bat other than run-nifi.bat as administrator, the window immediately closes. This is the process that's looping over and over in the nifi-app.log file My feeling is that these are having to do with some sort of permission issue. I've tried taking the folder off read-only but that potential solution alone has been a rabbit hole of issues that I'm not even sure is correct. I noticed that there is a slightly different local url in this log file, tried that with the same issue (as opposed to the one provided on the website). I've tried downloading a fresh version of nifi as well. This has post has been my last resort since I cannot find anything on this issue online. TYIA
... View more
Labels:
- Labels:
-
Apache NiFi