Re: [Geotools-devel] StreamRenderer construction causes an ExceptionInInitializerError with Java 9

2018-02-04 Thread Ben Caradoc-Davies
The GeoTools Java 9 master build fails in the same modules that fail for me locally: gt-xsd-wps, gt-imagemosaic, and gt-wfs-ng: https://build.geoserver.org/view/geotools/job/geotools-java9/5/consoleText On 03/02/18 11:47, Ben Caradoc-Davies wrote: I note that the last Jenkins Java 9 build is a

Re: [Geotools-devel] StreamRenderer construction causes an ExceptionInInitializerError with Java 9

2018-02-02 Thread Ben Caradoc-Davies
I note that the last Jenkins Java 9 build is a little old because it is manually triggered. I just triggered it again: https://build.geoserver.org/view/geotools/job/geotools-java9/ On 03/02/18 11:40, Ben Caradoc-Davies wrote: The GeoTools master build still fails with Java 9 on GeoServer

Re: [Geotools-devel] StreamRenderer construction causes an ExceptionInInitializerError with Java 9

2018-02-02 Thread Ben Caradoc-Davies
Paul, Java 9 support is only available on master (19.x): https://github.com/geotools/geotools/wiki/FactoryRegistry-Refactoring-for-Java-9-Compatibility The GeoTools master build still fails with Java 9 on GeoServer Jenkins:

[Geotools-devel] StreamRenderer construction causes an ExceptionInInitializerError with Java 9

2018-02-02 Thread Paul Johnson
I have been using geotools with Java 1.8. When I now build and run using java 9, construction of a StreamingRenderer object causes a java.lang.ExceptionInInitializerError. I have a simple code sample that has a similar problem shown below When running under Java 1.8 I can set a breakpoint on