Instead the error message "An unknown error occurred while trying to perform a search." when performing a basic search.
I asked my supervisor for what he did for reindexing he did the following:
1. service httpd stop
2. cd /home/data/atlassian/application-data/jira/caches
3. mv indexesV1 indexesV2
4. service httpd start
JIRA standalone Server is VMware with OS:CentOS Release 6.9.
Head of Quality Assurance
tried to help but failed.
I need remote hands-on tech support, please send me an email to danny.kim@lgcns.com to scheduling.
Thank you.
I got what you asked.
Please find the image shown above to find some clue for resolving the issue.
Thank you for your help, Nic.
There's not enough of the error log here to tell us much. Although there's clearly a problem with your LDAP connection which needs fixing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Um, your supervisor appears to have destroyed your index, so I'm not suprised searches are failing.
For re-indexing, you should use Admin -> Index -> Rebuild index (use the full locking one). That applies for repairing the damage that's been done here too. It will rebuild it from scratch, re-creating the files it needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It really is as simple as
Admin -> Index -> Rebuild index
Log in as an admin. Go into the Admin menus (cog at the top right near your profile picute) and look for "indexing". Use . or the search-admin field towards the top left of the screen to search for "index" if the menus are a bit overwhelming.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Performed re-index from what you asked but looks like the issues is remained.
What if it is not related with indexing?
The error message is only occurred when having an issue with indexing only?
Please advise.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would want to read the application logs next
Should atlassian-jira.log under <jira home>/logs/ (but check all of the files in there for errors being thrown as you refresh the dashboard in the browser)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We need to look at the application logs as I said before, not sure why you've looked at the audit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Log into the server and go to the directory I named above.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic,
I have atlassian-jira.log file but can't be attached the file in this thread.
Do you have email address that I can send log file?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can download atlassian-jira.log file from the link below.
https://drive.google.com/open?id=1MXzWlUMeQtphEktWiAfDdgtwXflHAppd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could you tell us what the logs say as the dashboard fails to render? I don't have the time to plough through some-one else's log with no idea when the error may have happened.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know - that's what we're reading the logs for.
The easiest thing to do is if your server is a Unix-like system. You log in with a terminal emulator, go to the logs directory and use "tail -f atlassian-jira.log". This will give you the last few lines in the log, but it will update if more are written.
So then go to Jira, and provoke the error again. The errors we need to see will be dumped out by the tail -f.
I don't know of an equivalent in Windows.
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.