cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
621 stars 248 forks source link

JIRA NullPointerException error #66

Closed XenoPhage closed 6 years ago

XenoPhage commented 6 years ago

Since moving to 7.8.0 with alpine, we're getting NullPointerException errors when displaying some gadgets on dashboards. Googling around, it appears this may be directly related to openjdk in alpine.

https://community.atlassian.com/t5/Jira-Software-questions/Error-500-when-generating-charts-after-upgrading-from-7-6-3-to-7/qaq-p/739967

dpash commented 6 years ago

I believe this is related to #65 and missing fonts. I assume you have the same stack trace?

java.lang.NullPointerException
   at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264)
cptactionhank commented 6 years ago

Updated the Alpine based versions

XenoPhage commented 6 years ago

UGH .. I put this in the wrong github project. Meant for jira-software, not just jira.. I'll re-create over there.