This question is in reference to Atlassian Documentation: JIRA Login fails with 'User exists but has no unique key mapping'
We are facing the problem mentioned in symptom 2 very often. Is there any way to clear the User-Cache, without restarting JIRA?
No
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The command line entry above didn't clear the user cache for me. I have a case where I had to change the user directory of a bunch of users from internal to internal with LDAP, so I changed the directory in cwd_user and cwd_user_attribute. But the cache meant the users still showed as Internal in Confluence. So here's what I did:
That forced the cache to refresh and the users then showed as part of the new directory in Confluence. That saved us from rebooting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Run below command on Server. It drops cache without restarting. It worked for us and Jira performance improved.
sync; echo 1 > /proc/sys/vm/drop_caches
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any impact on server(Jira), because of this command????
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Actually on the server where do you run this command. I'm new to Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.