| Adding both the NetCDF-Out plugin and the Status Monitoring community plugin to GeoServer will cause it to fail to start with a NoSuchMethodError. The NetCDF-Out plugin is using an older version of the JNA library (4.1.0) while the Status Monitoring plugin need the 4.4.0 version, hence the error. I can get GeoServer to startup by removing the jna-4.1.0.jar and keeping the jna-4.4.0.jar but I don't know if this may cause any trouble to the NetCDF-Out plugin. Here is the error:
I'm testing the 2.13 master build but I noticed the same libraries are in the 2.12 zip files as well |