Application Links Internal Server Error

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Fisheye および Crucible は除く

問題

When attempting to create an application link between JIRA and another application, you are presented with an error:


The following appears in the atlasisan-jira.log

2015-10-07 15:14:26,964 http-bio-11009-exec-15 ERROR admin 914x366x1 p2kvuq 192.168.1.1 /rest/applinks/2.0/applicationlink [common.error.jersey.ThrowableExceptionMapper] Uncaught exception thrown by REST service: null
java.lang.NullPointerException
    at com.atlassian.plugin.module.ClassPrefixModuleFactory.createModule(ClassPrefixModuleFactory.java:32)
    at com.atlassian.plugin.module.PrefixDelegatingModuleFactory.createModule(PrefixDelegatingModuleFactory.java:100)
    at sun.reflect.GeneratedMethodAccessor141.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:483)
    at com.atlassian.plugin.osgi.hostcomponents.impl.DefaultComponentRegistrar$ContextClassLoaderSettingInvocationHandler.invoke(DefaultComponentRegistrar.java:129)
    at com.sun.proxy.$Proxy320.createModule(Unknown Source)  <+2> (DelegatingMethodAccessorImpl.java

診断

環境

  • JIRA Standalone installation
  • Atlassian Connect Plugin installed (atlassian-connect-plugin-*.jar)

原因

The Atlassian Connect Plugin is not compatible with the JIRA standalone. It is currently only compatible with JIRA Cloud at this time. By having this installed on JIRA standalone, it will cause errors during startup which result in loss of integration functionality.

ソリューション

Remove the Atlassian Connect Plugin from JIRA

  1. Jira をシャットダウンします。
  2. $JIRA_HOME/plugins/installed-plugins の順に移動します。
  3. Remove the atlassian-connect-plugin-*.jar files
  4. Jira を再起動します。
Last modified on Mar 30, 2016

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

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