qualinsight-plugins-sonarqube-badges
qualinsight-plugins-sonarqube-badges copied to clipboard
Error 500 on Badge Generation
Hello,
Were having an issue where when we try to hit any of the badge API endpoints we get an error 500 with this text in the browser:
"{
"errors": [
{
"msg": "0"
}
]
}"
The log returns this:
"2017.11.13 14:19:25 ERROR web[o.s.s.w.WebServiceEngine] Fail to process request http://sonarqube/api/badges/gate?key=xxxxxxxxxxxx
java.lang.ArrayIndexOutOfBoundsException: 0
at sun.font.CompositeFont.getSlotFont(CompositeFont.java:351) ~[na:1.8.0_144]
at sun.font.CompositeGlyphMapper.initMapper(CompositeGlyphMapper.java:81) ~[na:1.8.0_144]
at sun.font.CompositeGlyphMapper.
Were not sure whats wrong. Our Dev instance seems to be working fine. But we can't get it to work in Prod.
Any clues as to why we would be getting 500's?
I'm also seeing the same error with the following 500 response:
{
"errors": [
{
"msg": "An error has occurred. Please contact your administrator"
}
]
}
SonarQube: 6.5.0.27846
SVG Badges: 3.0.1
Same here - any ideas on this?