Adaptavist ScriptRunner for JIRA How to fix Error Required resource with name 'view' does not exis

Krasina Anna October 24, 2018

Hello!
An error occurs when creating or editing web fragments.
The plugin itself works, but Script Fragmetns does not work.
We reinstalled the plugin, but it did not help.
Removing the plug-in with clearing the cache and restarting the service and reinstalling did not work either.
Is there any solution to the problem?


com.atlassian.plugin.PluginParseException: Required resource with name 'view' does not exist. at com.atlassian.plugin.web.descriptors.WebPanelSupplierFactory.getRequiredViewResource(WebPanelSupplierFactory.java:107) at com.atlassian.plugin.web.descriptors.WebPanelSupplierFactory.build(WebPanelSupplierFactory.java:56) at com.atlassian.plugin.web.descriptors.DefaultWebPanelModuleDescriptor.init(DefaultWebPanelModuleDescriptor.java:130) at com.atlassian.plugin.ModuleDescriptor$init$2.call(Unknown Source) at com.atlassian.plugin.ModuleDescriptor$init$2.call(Unknown Source) at com.onresolve.scriptrunner.fragments.FragmentsManager.register(FragmentsManager.groovy:248) at com.onresolve.scriptrunner.fragments.FragmentsManager.register(FragmentsManager.groovy) at com.onresolve.scriptrunner.fragments.IFragmentsManager$register.call(Unknown Source) at com.onresolve.scriptrunner.fragments.AbstractCustomWebPanel.doScript(AbstractCustomWebPanel.groovy:176) at com.onresolve.scriptrunner.canned.CannedScript$doScript.call(Unknown Source) at com.onresolve.scriptrunner.canned.CannedScript$doScript.call(Unknown Source) at com.onresolve.scriptrunner.runner.ScriptRunnerImpl.validateAndRunCannedInternal(ScriptRunnerImpl.groovy:434) at com.onresolve.scriptrunner.runner.ScriptRunnerImpl.runCanned(ScriptRunnerImpl.groovy:379) at com.onresolve.scriptrunner.fragments.FragmentsManager$_registerFragments_closure1.doCall(FragmentsManager.groovy:104) at com.onresolve.scriptrunner.fragments.FragmentsManager.registerFragments(FragmentsManager.groovy:103)...

image.png

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
Joshua Yamdogo @ Adaptavist
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.
October 25, 2018

Hi Krasina,

There are many things that can cause this. Can you run this in the script console within JIRA and then tell me what it returns?

import com.onresolve.scriptrunner.fragments.FragmentsManager
import com.onresolve.scriptrunner.runner.util.AOPropertyPersister
def frags = AOPropertyPersister.loadMap(FragmentsManager.AO_PROPERTY_KEY)
log.warn frags
frags.toString()

Regards,

Josh

Krasina Anna October 26, 2018

Thank you, we understood what the error was, it was caused by duplicates of Script Fragments. This problem and solution are described in SRPLAT-217

Like vincent_marx_external likes this
Joshua Yamdogo @ Adaptavist
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.
October 26, 2018

Hi Krasina,

Glad to hear you resolved the problem!

Regards,

Josh

TAGS
AUG Leaders

Atlassian Community Events