-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Agile Panel not loading #30
Comments
We have the exact same problem... |
Bumping |
I raised this at Atlassian: https://jira.atlassian.com/browse/JRA-60866 |
This was fixed in version 3.0, and the latest version 3.1 includes compatibility with 7.0.0 … 7.2.0 |
Hi jhansche, I have installed JIRA Gerrit Plugin in our Jira Instance Version:3.2. But we are also have same issue. please see the below error. 2017-07-31 04:59:15,658 http-bio-8443-exec-880 ERROR XXXXXXX 299x171879x1 XXXXX XXX.XXX.XXX.XXX /rest/greenhopper/1.0/xboard/issue/details.json [c.a.g.w.r.issue.thirdpartytabs.ThirdPartyTabModelFactory] Unable to load third party tab for com.meetme.plugins.jira.gerrit-plugin:gerrit-reviews-agile-panel at java.lang.Thread.run(Thread.java:745) The solution are expect quickly it will more help to us. Thanks, |
Looks like this is specific to the Agile tab panel. Will reopen this and close #53 |
The issue is caused by:
That panel comes from https://github.com/MeetMe/jira-gerrit-plugin/blob/master/src/main/resources/atlassian-plugin.xml#L227 so the class would have to be That class was a PR contribution ( #24 ), so I'm not familiar with the code. Perhaps @borgeorgiev has some further insight? |
Hi jhansche and borgeorgiev, can we any update on this issue? |
Can you provide the errors from the atlassian-jira.log file ? |
The Gerrit Reviews panel in JIRA issues shows no reviews although we can see the reviews in Gerrit. It generates an exception in the JIRA logs (error is below).
It used to work in JIRA 6 before we upgraded to Jira7. I even updated to JIRA 7.0.7 when the update became available but did not help.
2016-01-13 09:25:35,268 http-bio-8443-exec-177 ERROR a.legkiy 565x45073x1 1caebki 194.6.233.46 /rest/greenhopper/1.0/xboard/issue/details.json [c.a.g.w.r.issue.thirdpartytabs.ThirdPartyTabModelFactory] Unable to load third party tab for com.meetme.plugins.jira.gerrit-plugin:gerrit-reviews-agile-panel
java.lang.ClassCastException: com.atlassian.jira.user.BridgedDirectoryUser cannot be cast to com.atlassian.jira.user.ApplicationUser
at com.atlassian.jira.plugin.webfragment.contextproviders.AbstractJiraContextProvider.getContextMap(AbstractJiraContextProvider.java:20)
at com.atlassian.plugin.web.model.AbstractWebItem.getContextMap(AbstractWebItem.java:30)
at com.atlassian.plugin.web.model.DefaultWebLabel.getDisplayableLabel(DefaultWebLabel.java:55)
at com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs.ThirdPartyTabModelFactory.buildThirdPartyTab(ThirdPartyTabModelFactory.java:84)
at com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs.ThirdPartyTabModelFactory.buildThirdPartyTabs(ThirdPartyTabModelFactory.java:65)
at com.atlassian.greenhopper.web.rapid.issue.thirdpartytabs.ThirdPartyTabModelFactory.createModel(ThirdPartyTabModelFactory.java:52)
at com.atlassian.greenhopper.web.rapid.issue.IssueEntryFactory.buildViewEntry(IssueEntryFactory.java:409)
at com.atlassian.greenhopper.web.rapid.issue.IssueResource$1.call(IssueResource.java:136)
at com.atlassian.greenhopper.web.rapid.issue.IssueResource$1.call(IssueResource.java:106)
at com.atlassian.greenhopper.web.util.RestCall.response(RestCall.java:42)
at com.atlassian.greenhopper.web.AbstractResource.createResponse(AbstractResource.java:114)
at com.atlassian.greenhopper.web.AbstractResource.response(AbstractResource.java:94)
at com.atlassian.greenhopper.web.rapid.issue.IssueResource.getPageData(IssueResource.java:105)
... 2 filtered
at java.lang.reflect.Method.invoke(Method.java:497)
... 19 filtered
at com.atlassian.plugins.rest.module.RestDelegatingServletFilter$JerseyOsgiServletContainer.doFilter(RestDelegatingServletFilter.java:178)
... 1 filtered
at com.atlassian.plugins.rest.module.RestDelegatingServletFilter.doFilter(RestDelegatingServletFilter.java:73)
... 101 filtered
at com.atlassian.plugins.rest.module.servlet.RestSeraphFilter.doFilter(RestSeraphFilter.java:40)
... 73 filtered
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: