Bamboo dashboard icon does not load

Still need help?

The Atlassian Community is here for you.

Ask the community

Platform notice: Server and Data Center only. This article only applies to Atlassian products on the Server and Data Center platforms.

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.

*Except Fisheye and Crucible

Problem

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.

Diagnosis

  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

 

Cause

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.

Resolution

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

Last modified on Feb 26, 2016

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.