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.
診断
- 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.