Hiya,
I’ve recently installed OH2. I used OH1 before, where charts worked like a charm. OH2 was installed as a fresh system,
I did not migrate. However, when I try to create charts from eg. temperature values, it always throw java exception:
2017-10-18 23:07:48.085 [WARN ] [eclipse.jetty.servlet.ServletHandler] - /chart/
java.lang.ArrayIndexOutOfBoundsException: 0
at sun.font.CompositeStrike.getStrikeForSlot(CompositeStrike.java:75)[:1.8.0_144]
at sun.font.CompositeStrike.getFontMetrics(CompositeStrike.java:93)[:1.8.0_144]
at sun.font.Font2D.getFontMetrics(Font2D.java:415)[:1.8.0_144]
at java.awt.Font.defaultLineMetrics(Font.java:2176)[:1.8.0_144]
at java.awt.Font.getLineMetrics(Font.java:2283)[:1.8.0_144]
at java.awt.font.TextLayout.fastInit(TextLayout.java:598)[:1.8.0_144]
at java.awt.font.TextLayout.<init>(TextLayout.java:393)[:1.8.0_144]
The same thing happens when I try to access http://openhab:8080/chart website. Any suggestions?
TY in advance.