Bamboo dashboard icon does not load

お困りですか?

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

コミュニティに質問

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

問題

Icons in the main dashboard such as the status icon, start plan icon, favourite icon etc is missing in the dashboard or does not load.

診断

  1. Right Click the missing icon
  2. Inspect element (In Google Chrome)
  3. Look at the icon image source in the Styles tab. Example: 

    media="all"
    
    
    .icon-build-run,.icon-build-run-disabled, .icon-stage-runnable,.icon-stage-restart {
    
        background-image:url(/bamboo/s/de_DE /5920/1/1.0/_/download/resources/bamboo.web.resources:bamboo-styles/../../../images/iconsv4/icon-plan-run.png);
    
    }
  4. Click on the URL to open the image in a new tab
  5. A space character (%20) can be observed in the URL which invalidates it

 

原因

When configuring the user country java startup parameter such as -Duser.country=DE, there is a blank space right after the parameter. This only affects Windows Service as the startup parameter terminates with a break character instead of a space character.

ソリューション

Remove the trailing space character in the Window Service Java startup parameter.

最終更新日: 2016 年 2 月 26 日

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

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