When we restart Jira service, We are not able to see any Service Desk features such as SLAs, Queues, Reports, Request Types....
But we re-index whole Jira system, We are able to see all features but getting popup error message, while assigning tickets, adding components, tagging users in comment.
We have restarted Services, Reindexed whole system, removed corrupted projects still same issue. Even getting error message in Customer Portal.
Hi,
We have solved similar problem on our jira version 7.11.1 by doing these steps:
• Implementing full synchronization of AD groups. We had incremental AD synchronization
• Re-indexing jira and Restarting Jira.
• Fixing Permission Scheme Errors which were in the log file. you can find them by running this query if you are using Oracle DB . (support team can provide you the insert query to solve this)
select * from project where ID not in (select source_node_id from nodeassociation where sink_node_entity='PermissionScheme')
• Removing 2 jira cache directories to force cache refresh. JIRA_HOME/plugins/.bundled-plugins and JIRA_HOME/plugins/.osgi-plugins ( of course Jira needs to be stopped)
• Added this parameter .(Jira Support team advised to do this)
. VM_SUPPORT_RECOMMENDED_ARGS="-Datlassian.darkfeature.com.atlassian.jira.application.active.users.count.cache.asynchronous=true
• Removed and applied license again. Both jira and service Desk.
You should read the application log to find out what it is doing at the time of the errors.
I'm slightly concerned by your "removed corrupt projects" though - what does that mean?
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.