Error in Dashboard with Weblogic

お困りですか?

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

コミュニティに質問

[Unable to render {include} The included page could not be found. ({include} をレンダリングできません。ページが見つかりませんでした)] を選択し、

症状

The dashboard doesn't load well using Weblogic, and in the stacktrace, the error is something like this:

l.WebAppServletContext@ccc96 - appName: 'atlassian-jira-4', name: 'atlassian-jir
a-4.1.2.war', context-path: '/atlassian-jira-4.1.2'\] Servlet failed with Excepti
on
org.w3c.dom.DOMException: DOM002 Illegal character

原因

This is caused by not specifying in weblogic.xml:

<prefer-web-inf-classes>true</prefer-web-inf-classes>

ソリューション

Set the parameter above true in weblogic.xml.

Last modified on Mar 30, 2016

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

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