I've been noticing some common and not-so-common exceptions occuring in WorldMap's geoserver instance, and was wondering if maybe one of you could shed some light on what the causes might be. This might be more suited to the geoserver list but I thought I'd try here first.
The most serious, which has occurred today and yesterday, happens when many of the layers in GeoServer suddenly become inaccessible. Each time this has happened has been immediately a layer upload (but there have been many uploads where everything went fine). The layers show up as tiles of 'NullPointerException' on the map. Geoserver has to be restarted. The uploaded layer which may have triggered the problem is fine after the restart, and there's no errors indicated in the django log (
http://pastebin.com/et809HQf). The stack trace is here:
http://pastebin.com/sgb2KLWu
Occasionally when a layer is first rendered, one of its tiles displays an exception: "org.geoserver.ows.ServletDebugException null"
I also noticed occasional large batches of the following exception in the log but I'm not sure what the consequence was (if anything) to the enduser:
java.lang.RuntimeException: javax.imageio.IIOException: Couldn't seek!
Finally, there's a common exception which has no obvious detrimental effect but occurs on almost every shapefile upload:
15 Jul 04:16:05 WARN [shapefile.shp] - Could not open the .shx file, continuing assuming the .shp file is not sparse
java.io.IOException: Wrong version, expected 9994, got 16777216
Sometimes the '16777216' is '-2130706432' instead.