The following error will appear under the detail section of issue view page:
I did following page resolution (erase contents of <jirainstallholder>\work) but I still have same issue.
And also, I run the following SQL by the following URL but no value returned.
https://confluence.atlassian.com/jirakb/error-rendering-com-atlassian-jira-jira-view-issue-plugin-linkingmodule-error-appears-in-the-issue-view-screen-376832466.html
select * from issuelink where linktype not in (select id from issuelinktype);
I want to have any advice to solve this because I don't know further workaround .
Hi Hiroshi,
Thank you for reaching out to Atlassian Community!
As you already followed the steps from the documentation, let's start with an integrity checker to try to fix the issue.
You can follow the steps from the documentation below:
- Using the database integrity checker
Also, I would like to make some questions for a better understanding of the issue:
When did the issue start? Was it working before?
Was there any change or add-on installed before this issue happen?
Is it affecting all users?
Regards,
Angélica
@Angélica Luz san,
Thanks for your response.
>let's start with an integrity checker to try to fix the issue.
I did integrity check and everything looks fine but still remain the issue.
>When did the issue start? Was it working before?
I tried to upgrade JIRA from 7.1.2 to 8.3.1.
The installer detected JIRA7.1.2 in my server and then, I chose the upgrading option to upgrade it to 8.3.1.
But during upgrade it, something error happened.(sorry I don't remember it.)
Then, I tried to run JIRA 8.3.1 installer to upgrade it again but the installer couldn't upgrade because the installer couldn't find JIRA7.1.2.
So, I chose fresh install but almost all things is fine except this issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Angélica Luz san,
I've checked my log file and I found the following things.
2019-08-14 14:50:05,593 http-nio-8080-exec-13 ERROR sakamoto 890x1613x1 199t5ii 10.145.28.202 /secure/AjaxIssueAction!default.jspa [c.a.j.web.component.ModuleWebComponentImpl] An exception occured while rendering the web panel: com.atlassian.jira.jira-view-issue-plugin:details-module (null)
java.lang.IllegalStateException: Duplicate key com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItemImpl@69eb9560
2019-08-14 14:50:05,602 http-nio-8080-exec-13 ERROR sakamoto 890x1613x1 199t5ii 10.145.28.202 /secure/AjaxIssueAction!default.jspa [c.a.j.web.component.ModuleWebComponentImpl] An exception occured while rendering the web panel: com.atlassian.jira.jira-view-issue-plugin:descriptionmodule (null)
java.lang.IllegalStateException: Duplicate key com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItemImpl@69eb9560
2019-08-14 14:50:05,759 http-nio-8080-exec-13 ERROR sakamoto 890x1613x1 199t5ii 10.145.28.202 /secure/AjaxIssueAction!default.jspa [c.a.j.web.component.ModuleWebComponentImpl] An exception occured while rendering the web panel: com.atlassian.jira.jira-view-issue-plugin:peoplemodule (null)
java.lang.IllegalStateException: Duplicate key com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItemImpl@69eb9560
2019-08-14 14:50:05,771 http-nio-8080-exec-13 ERROR sakamoto 890x1613x1 199t5ii 10.145.28.202 /secure/AjaxIssueAction!default.jspa [c.a.j.web.component.ModuleWebComponentImpl] An exception occured while rendering the web panel: com.atlassian.jira.jira-view-issue-plugin:datesmodule (null)
java.lang.IllegalStateException: Duplicate key com.atlassian.jira.issue.fields.screen.FieldScreenLayoutItemImpl@69eb9560
Based on that, I've run the following SQL to make sure if there might be duplicate key.
---------------------------------------------------
select f.name, i.fieldidentifier, count(*)
from fieldscreen f, fieldscreenlayoutitem i, fieldscreentab t
where f.id = t.fieldscreen
and i.fieldscreentab = t.id
group by f.name, i.fieldidentifier having count(*) > 1;
-------------------------------------------------------------
The result was duplicate key.
name | fieldidentifier | Count
---------------+---------------------+------
既定の画面 | customfield_10436 | 2
So, I go to Screens page.
JIRA Administration > Issues > Screens
Find "既定の画面" and Clicks 構成 link as following.
I've got the following error.
Please help how to deal with this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hiroshi,
Thank you for all the details.
As this is related to database issues and we need to further investigate what is the correct field to remove, I created a ticket with our support for them to check the logs and all the details to confirm what is necessary to do.
You will receive a notification and soon someone will contact you.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Angélica Luz san,
I've got email from Atlassian Support but I can't see that ticket(GHS-161535) due to permission denied.
Could you ask someone for me to see that ticket(GHS-161535)?
Thanks
Hiroshi Sakamoto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I added you as the reporter of the issue, here is the direct link to the portal:
https://getsupport.atlassian.com/servicedesk/customer/portal/20/GHS-161535
The email that I used is the same that you are using here in community, so please check if you are logged in using this account. You can also try to login in the portal using incognito mode.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Angélica Luz san,
Sorry again.
I couldn't access to that ticket.
I still have same issue though you added me as the reporter.
Of course, I checked login the portal using same account in this community.
Could you give any advice?
Thanks
Hiroshi Sakamoto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Hiroshi,
I saw that they are already helping you on the ticket, are you able to access the ticket on the portal now?
If you face any issues, please let me know and I'll send a message to the assignee.
Regards,
Angélica
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Angélica Luz san,
It seems that you have two accounts under the email address h-sakamoto@cb.jp.nec.com. One account has name 坂元宏 and username h-sakamoto@cb.jp.nec.com which was added here and the one one has name Hiroshi Sakamoto and username h-sakamoto@pj.jp.nec.com. ATLASSIAN support team has added both usernames to that ticket, therefore I can access the ticket now.
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.