[Bug 62576] autoSizeColumn columns is throwing null pointer exception

2018-12-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 Dominik Stadler changed: What|Removed |Added Status|NEEDINFO|RESOLVED Resolution|---

[Bug 62576] autoSizeColumn columns is throwing null pointer exception

2018-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 --- Comment #4 from PJ Fanning --- Looks like https://github.com/docker-library/openjdk/issues/73 - There is a suggested workaround: apt-get -y --no-install-recommends install libfontconfig1 https://github.com/docker-library/openjdk/pull/48

[Bug 62576] autoSizeColumn columns is throwing null pointer exception

2018-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 --- Comment #3 from jp --- I couldn't reproduce it in my machine (opensuse leap 42.2) with my Oracle JDK 1.8 update 181. This excepcetion it's occurring in docker, running on container: openjdk:8-jdk-alpine. (In reply to Nick Burch from

[Bug 62576] autoSizeColumn columns is throwing null pointer exception

2018-09-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 --- Comment #2 from Nick Burch --- This error is coming from a core bit of the JVM, so I don't think there's much Apache POI can do here... My best guess is either you have a broken/buggy JVM, and need to upgrade it, or you have a broken set

[Bug 62576] autoSizeColumn columns is throwing null pointer exception

2018-07-27 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62576 PJ Fanning changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #1 from PJ Fanning