Unable to start the Spring context for plugin

お困りですか?

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

コミュニティに質問

問題

When starting Fisheye/Crucible, the instance is unavailable and the following message is visible in the logs:

ERROR [Spring executor 4 ] com.atlassian.plugin.osgi.factory.OsgiPlugin com.atlassian.plugin.osgi.factory.OsgiPlugin-onSpringContextFailed - Unable to start the Spring context for plugin
   com.atlassian.upm.atlassian-universal-plugin-manager-plugin
   org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'linkBuilder' defined in URL [bundle://39.0:0/META-INF/spring/atlassian-plugins-components.xml]: Unsatisfied dependency expressed through constructor argument with index 1 of type [com.atlassian.upm.PluginAccessorAndController]: : Error creating bean with name 'pluginAccessorAndController' defined in URL
   [bundle://39.0:0/META-INF/spring/atlassian-plugins-components.xml]: Unsatisfied dependency expressed through constructor argument with index 2 of type [com.atlassian.upm.log.AuditLogService]: : Error creating 
bean with name 'auditLogService' defined in URL [bundle://39.0:0/META-INF/spring/atlassian-plugins-components.xml]: Instantiation of bean failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [com.atlassian.upm.log.PluginSettingsAuditLogService]: Constructor threw exception; nested exception is 
java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "3 "; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating 
bean with name 'auditLogService' defined in URL [bundle://39.0:0/META-INF/spring/atlassian-plugins-components.xml]:

原因

The plugin cache has been corrupted by an operation (eg. Java update) and it needs to be re-generated.

ソリューション

  1. Shutdown Fisheye/Crucible.
  2. Remove all the contents from FISHEYE_INST/cache/plugins and FISHEYE_INST/var/plugins .
  3. Restart Fisheye/Crucible.
最終更新日 2018 年 7 月 31 日

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

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