Unable to start up Confluence

お困りですか?

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

コミュニティに質問

プラットフォームについて: 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 は除く

症状

Confluence unable to start.

atlassian-confluence.log に次のメッセージが表示される。

Fatal error during startup sequence: confluence.lifecycle.core:pluginframeworkdependentupgrades (Run all the upgrades that require the plugin framework to be available) - 
com.atlassian.confluence.content.render.xhtml.migration.exceptions.MigrationException: com.atlassian.applinks.host.OsgiServiceProxyFactory$ServiceTimeoutExceeded: 
Timeout exceeded waiting for service - com.atlassian.applinks.spi.link.MutatingApplicationLinkService

原因

There are few possible causes to this behaviour:

  1. Multiple copies of Applinks and/or plugin JARs are present in your installation. These JARs can be checked under the following directories: 
    • <Confluence-Installation-Directory>/confluence/WEB-INF/atlassian-bundled-plugins
  2. The application initialises slowly and the plugin start up times-out
  3. A corrupt plugin JAR cache exist
  4. An unsupported version of Java has recently been installed

ソリューション

According to the possible causes the following resolutions are suggested:

  1. Remove Duplicate JAR Files
    Remove the multiple copies of plugin JARs from under the following directories ensuring that there is only a single copy of each under the <Confluence-Installation-Directory>/confluence/WEB-INF/atlassian-bundled-plugins folder:
  2. Increase the JAR Timeout Threshold
    The default plugin timeout is 60 seconds. Increase the timeout by providing the following additional JVM parameter via the environment variable JAVA_OPTS. See Configuring System Properties for tips on how to set an environment variable.

    -Datlassian.plugins.enable.wait=300

     

  3. Remove Corrupt JAR Cache

    Delete the following plugin cache folders and restart Confluence:

    • <confluence-home>/bundled-plugins
    • <confluence-home>/plugins-cache
    • <confluence-home>/plugins-osgi-cache
    • confluence-home>/plugins-temp

4. Ensure Correct Java Version Is Referenced By Confluence

Ensure that an appropriate Java JVM is installed. See Supported Platforms for more information. 

Last modified on Mar 31, 2022

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

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