- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NIFI GUI not showing users list -user not found
- Labels:
-
Apache NiFi
Created ‎07-02-2020 12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
noticed below error from users.log but nothing changed from nifi configs but started noticing this error
nifi-user.log:2020-07-02 12:16:13,857 INFO [NiFi Web Server-343673] o.a.n.w.a.c.ResourceNotFoundExceptionMapper org.apache.nifi.web.ResourceNotFoundException: Unable to find user with id '938eb61e-bbc4-383a-8475-aee80541b5a5'.. Returning Not Found response.
Created ‎07-07-2020 05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What version of NiFi are you running?
There are a set of bugs identified here that are likely related to the issue you described:
https://issues.apache.org/jira/browse/NIFI-5948
https://issues.apache.org/jira/browse/NIFI-6020
https://issues.apache.org/jira/browse/NIFI-6027
The good news is that these have all since been resolved.
I would recommend upgrading your NiFi to a version 1.10 or newer.
Or HDF 3.4.1.1 or newer
Or CFM 1.0.1 or newer
As a workaround, you could shutdown you NiFi and search the users.xml and authorizations.xml file for uuid "938eb61e-bbc4-383a-8475-aee80541b5a5" and remove all references to it. You would then need to make the exact same changes to the users.xml and authorizations.xml file on every other node in your NiFi cluster or copy the corrected files from one node to the other nodes.
Hope this helps,
Matt
Created ‎07-03-2020 07:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎07-07-2020 05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What version of NiFi are you running?
There are a set of bugs identified here that are likely related to the issue you described:
https://issues.apache.org/jira/browse/NIFI-5948
https://issues.apache.org/jira/browse/NIFI-6020
https://issues.apache.org/jira/browse/NIFI-6027
The good news is that these have all since been resolved.
I would recommend upgrading your NiFi to a version 1.10 or newer.
Or HDF 3.4.1.1 or newer
Or CFM 1.0.1 or newer
As a workaround, you could shutdown you NiFi and search the users.xml and authorizations.xml file for uuid "938eb61e-bbc4-383a-8475-aee80541b5a5" and remove all references to it. You would then need to make the exact same changes to the users.xml and authorizations.xml file on every other node in your NiFi cluster or copy the corrected files from one node to the other nodes.
Hope this helps,
Matt
Created ‎07-10-2020 12:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks on hdf 3.4.1. cleared the users from the auth.xml and users.xml. back to normal operations. Appreciate your solution.
