Bamboo dashboard icon does not load
プラットフォームについて: サーバーと Data Center のみ。この記事は、サーバーおよび Data Center プラットフォームのアトラシアン製品にのみ適用されます。
問題
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.
診断
- Right Click the missing icon
- Inspect element (In Google Chrome)
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); }
- Click on the URL to open the image in a new tab
- 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.