Bamboo throws 'java.lang.NoClassDefFoundError: com/atlassian/applinks/core/util/RequestUtil' when viewing application links
プラットフォームについて: 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 は除く
問題
Unable to view the incoming/outgoing authentication for the configured application links.
The following appears in the browser and atlassian-bamboo
.log
2016-07-28 17:50:12,302 ERROR [http-apr-8085-exec-29] [FiveOhOh] 500 Exception was thrown.
javax.servlet.ServletException: Servlet execution threw an exception
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:314)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
...
Caused by: java.lang.NoClassDefFoundError: com/atlassian/applinks/core/util/RequestUtil
at com.atlassian.applinks.oauth.auth.twolo.AbstractTwoLeggedOAuthAuthenticatorProviderPluginModule.getConfigUrl(AbstractTwoLeggedOAuthAuthenticatorProviderPluginModule.java:39)
原因
Bamboo cache is corrupted.
ソリューション
Delete the caches directory to recreate the cache.
- Shutdown Bamboo
- Manually delete the <bamboo_home>/caches directory.
- Start Bamboo
- Check the application link.
最終更新日 2016 年 8 月 8 日
Powered by Confluence and Scroll Viewport.