ClassNotFoundException error when configuring JIRA in Websphere
このページの内容はサポート対象外のプラットフォームに関連しています。したがって、アトラシアン サポートではこのページの記載内容のサポートの提供は保証されません。この資料は情報提供のみを目的として提供されています。内容はお客様自身の責任でご利用ください。
問題
Running JIRA on Websphere fails with error:
java.lang.ClassNotFoundException: class com.atlassian.jira.security.auth.trustedapps.TrustedApplicationFilter :java.lang.NullPointerException
原因
The WEB-INF/classes/entityengine.xml is not compliant (well-formed) XML. WebSphere does not display error messages about the XML not being well-formed. Instead it displays the spurious error message above.
回避策
Ensure that The WEB-INF/classes/entityengine.xml is well-formed and valid. Test entityengine.xml by opening it in Internet Explorer or Firefox.
ソリューション
Use Tomcat Application Server which is part of JIRA's Supported Platforms
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.