Accessing Permission Scheme page throws Error with "com.atlassian.soy.renderer.SoyException"

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

問題

When trying to access JIRA permission scheme page like <JIRA Base URL>/secure/admin/ViewPermissionSchemes.jspa

An error will appear on the web page with error below

Technical details
Log's referral number: <some string>
Cause
Referer URL: http://localhost/secure/admin/ViewIssueTypes.jspa
com.atlassian.soy.renderer.SoyException: Unable to compile Soy templates at: jira.webresources:view-permission-schemes
com.atlassian.soy.renderer.SoyException: Unable to compile Soy templates at: jira.webresources:view-permission-schemes
	at com.atlassian.soy.impl.DefaultSoyManager.render(DefaultSoyManager.java:135) [?:?]
	at com.atlassian.soy.impl.DefaultSoyTemplateRenderer.render(DefaultSoyTemplateRenderer.java:45) [?:?]
	at com.atlassian.soy.impl.DefaultSoyTemplateRenderer.render(DefaultSoyTemplateRenderer.java:39) [?:?]
	at com.atlassian.soy.impl.DefaultSoyTemplateRenderer.render(DefaultSoyTemplateRenderer.java:33) [?:?]
	at com.atlassian.jira.web.tags.SoyTemplateTag.doEndTag(SoyTemplateTag.java:99) [classes/:?]
	at jsp.secure.admin.views.permissions.viewschemes_jsp._jspx_meth_ww_005fsoy_005f0(viewschemes_jsp.java:565) [classes/:?]
	at jsp.secure.admin.views.permissions.viewschemes_jsp._jspService(viewschemes_jsp.java:194) [classes/:?]
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [jasper.jar:8.0.32]
	...

診断

Check whether the plugin the SOY plugin is enabled by following the steps below:

  1. Navigate to Administration > Add-ons > Manage Add-ons.
  2. Change the category to "All Add-ons"
  3. Search for SOY.

原因

The plugin below is disabled:

Soy Function Plugin
Version: 1.0
Vendor: Atlassian
Add-on key: com.atlassian.jira.plugin.system.soyfunction

 

ソリューション

Enable the Plugin back and check for effect.

 

最終更新日 2016 年 6 月 7 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.