Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-17046

"Bamboo Plan Summary Chart" gadget crash on machines without X11

    XMLWordPrintable

Details

    Description

      Steps:
      1. setup GNU/Linux box without X11
      2. install Bamboo on it
      3. create application link between Jira and Bamboo
      4. add Bamboo Plan Summary Chart gadget to Jira dashboard
      5. error occurs

      Asking for /bamboo/rest/api/latest/chart/planSummary.json returns HTTP 500 instead JSON.

      Solution:
      Add this line
      CATALINA_OPTS="-Djava.awt.headless=true"
      to file bin/catalina.sh or this line
      System.setProperty("java.awt.headless", "true");
      somewhere inside Bamboo source code (not sure - I'm not Java programmer).

      Attachments

        Activity

          People

            Unassigned Unassigned
            4c21737ccd25 Jaroslaw Urbanek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: