Graphs on project main page (test trend, warning trend, etc) are broken, image get delivers 500
Closed, ResolvedPublic

Description

Since some days the graphs in the product main page cannot be loaded, only show-up as broken image link symbols.

Example:
https://build.kde.org/job/KDevelop/job/kdevelop/job/kf5-qt5%20SUSEQt5.9/

Inspecting the respective links it shows the GET requests are returning 500, invoking the links directly in the browser shows an Ooops page with a Java stack trace.

Example:
https://build.kde.org/job/KDevelop/job/kdevelop/job/kf5-qt5%20SUSEQt5.9/test/trend

kossebau created this task.Nov 17 2018, 9:24 PM
Restricted Application added a subscriber: sysadmin. · View Herald TranscriptNov 17 2018, 9:24 PM
bcooksley closed this task as Resolved.Nov 18 2018, 1:06 AM
bcooksley claimed this task.
bcooksley added a subscriber: bcooksley.

This was caused by Java 8, as shipped by Ubuntu, having the following piece of configuration:

root@charlotte ~ # cat /etc/java-8-openjdk/accessibility.properties
#
# The following line specifies the assistive technology classes 
# that should be loaded into the Java VM when the AWT is initailized.
# Specify multiple classes by separating them with commas.
# Note: the line below cannot end the file (there must be at
# a minimum a blank line following it).
#
assistive_technologies=org.GNOME.Accessibility.AtkWrapper

Commenting out the assistive_technologies line fixed the issue - the GNOME AtkWrapper isn't installed on the server (why this is enabled by default I don't know)