WebPanelModuleDescriptor EROR

Stacy Gumera October 19, 2016

Screen Shot 2016-10-20 at 12.48.58 AM.png

2 answers

1 accepted

2 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2016

Interesting, that suggests a very broken add-on, but possibly a system one.  Do you know which area of JIRA this is happening in and what you were expecting to be there instead of the error?

Stacy Gumera October 19, 2016

Screen Shot 2016-10-20 at 12.55.53 AM.png

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 19, 2016

Ok, there's something wrong with the issue view module in JIRA Software.  It might be an add-on breaking it, but the error does suggest it's inside Software.

Could you check the logs - ideally, have the application log open and tailing, so you can see it real-time, then click to provoke the error and see what goes into the log at the time.  Also, check Admin -> manage applications and check if there's any errors flagged there.

Stacy Gumera October 19, 2016

Hi Nic

Here's the log for you to know, thank you.

at com.atlassian.web.servlet.plugin.request.RedirectInterceptingFilter.doFilter(RedirectInterceptingFilter.java:21)

 ... 4 filtered

 at com.atlassian.web.servlet.plugin.LocationCleanerFilter.doFilter(LocationCleanerFilter.java:36)

 ... 29 filtered

 at com.atlassian.jira.servermetrics.MetricsCollectorFilter.doFilter(MetricsCollectorFilter.java:25)

 ... 27 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)

2016-10-20 13:47:24,745 http-nio-9000-exec-6 ERROR stacy.gumera@ciit.edu.ph 827x5734x2 1vcgbxw 103.25.179.178 /rest/greenhopper/1.0/xboard/issue/details.json [c.a.g.w.rapid.issue.IssueResource] Unable to complete GreenHopper REST method 

java.lang.IllegalArgumentException: The delegated panel with the complete key ['com.atlassian.jira.jira-view-issue-plugin:attachmentmodule'] must be an instance of WebPanelModuleDescriptor

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.DelegatedWebPanelFinder.toDelegateWebPanel(DelegatedWebPanelFinder.java:56)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.DelegatedWebPanelFinder.lambda$findDelegatedPanels$2(DelegatedWebPanelFinder.java:42)

 at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)

 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)

 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)

 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)

 at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)

 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)

 at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.utils.DelegatedWebPanelFinder.findDelegatedPanels(DelegatedWebPanelFinder.java:45)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory.getDelegatedPanel(BaseEditableTabEntryFactory.java:250)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory.buildSectionForDelegatePanel(BaseEditableTabEntryFactory.java:230)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory.buildSection(BaseEditableTabEntryFactory.java:201)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory.lambda$buildSections$43(BaseEditableTabEntryFactory.java:147)

 at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)

 at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)

 at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)

 at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)

 at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)

 at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)

 at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory.buildSections(BaseEditableTabEntryFactory.java:149)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.editable.factory.BaseEditableTabEntryFactory.createEntry(BaseEditableTabEntryFactory.java:79)

 at com.atlassian.greenhopper.web.rapid.issue.tabs.EditableTabModelFactory.lambda$buildTabs$39(EditableTabModelFactory.java:69)

 at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)

 

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 20, 2016

Ok, the only way I can think you can get that error is if you've got an invalid version of the Agile add-on installed - incompatible with your version of JIRA.

What versions are you using here?  JIRA and Agile, or JIRA Software?

svpdev October 23, 2016

Same here. Apparently, appeared after the upgrade to JIRA Software 7.2.3
INFI_-_Agile_Board_-_JIRA_VLANS.png 

Stacy Gumera October 23, 2016

Hi Nic

I am using JIRA 7.2.3 in my software smile

Oh hi SVP were in the same problem.

Thanks,
Florian Requardt October 25, 2016

Hey Nic,

upgraded to JIRA Software 7.2.3 a few days ago and now having the same problem...

Thanks

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 26, 2016

Ok, svp - you might want to check that the version of the drag-and-drop add-on is correct - update it if you have the option.

For the rest, it seems there's a bug in JIRA Software 7.2.3, or its interaction with an add-on - I'd encourage you all to raise it directly with https://support.atlassian.com (and svp if the drag and drop add-on is up to date)

Stacy Gumera October 27, 2016

This is already resolved on my part by removing the add-on plug in PSD Preview Plugin by ALM Works.

 

Screen Shot 2016-10-28 at 12.12.23 AM.png

svpdev October 27, 2016

Indeed, in my case JIRA Drag and Drop Attachment Plugin was disabled for an unknown reason. After re-enabling the issue gone. Thanks @Nic Brough [Adaptavist] for a hint.

Alex Hart December 7, 2016

I'm seeing the same issue as Stacy. When I disable PSD Preview plugin, the error goes away.

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 7, 2016

Nicely found - the PSD Preview plugin is the problem for most cases.

dknudsen July 23, 2017

Enabling the disabled sytem JIRA Drag and Drop Attachment Plugin fixed my problem as well.  Was getting "delegated panel with the complete key must be an instance of WebPanelModuleDescriptor" errors after upgrade from 7.2.1 to 7.4.1.

0 votes
Igor Sereda [ALM Works]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 19, 2016

Hi all,

Thanks for bringing our attention to this problem. This is in fact a bug in JIRA Software (JIRA Agile), which is being triggered by PSD Preview plugin.

But you can also reproduce this bug without PSD Preview – just go to the Add-on Manager and disable "attachmentmodule" module in "Atlassian JIRA - Plugins - View Issue Panels" system plugin. This is new to JIRA 7.2, this bug does not reproduce on JIRA 6.4. 

I've posted a support request to Atlassian (unfortunately, we can't post bugs directly now) - https://support.atlassian.com/servicedesk/customer/portal/20/GHS-65419

We'll see what they say. Hopefully, it will be confirmed as a bug and fixed soon.

Meanwhile, there's a workaround without uninstalling PSD Preview – go to the PSD Preview configuration and switch to "Separate Panels" mode, so that PSD Preview does not hide the standard attachments panel.

Kind regards,
Igor
ALM Works 

Edit: Bug was created: https://jira.atlassian.com/browse/JSW-15360

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events