[Geoserver-users] Very strange behaviour

I have half of dozen instances of Geoserver running in a TomCat. All of them have been working fine, until now. They are all used for wms.

I started a big batch job which produces rasters through WMS from the data laying in a postgis. So I decided to test whether other instances work well while one is doing a huge task. They don’t. I got a lot of errors while trying to test what’s wrong. Mainly the problem is about not getting the maps into screen, instead of them only colored tiles. I also received a lot of errors concerning the CRS/SRS (few listed down below) while trying to figure out what is going on. I hope this is only a coincidence.

Is there any possibility that this could be caused by Geoserver? They are all separate 1.6.2a versions running in the same servlet container.

mika

The following exception was thrown:
java.lang.IllegalArgumentException: Argument "targetCRS" should not be null.

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM ["http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd"](http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd)> <ServiceExceptionReport version="1.1.1" > <ServiceException code="InvalidSRS">
Database failure while creating a &apos;CoordinateReferenceSystem&apos; object for code &quot;EPSG:2393&quot;.
</ServiceException></ServiceExceptionReport>

The following exception was thrown:
java.lang.NullPointerException

  • Unknown SRS ‘EPSG:2393’

Lehtonen, Mika ha scritto:

I have half of dozen instances of Geoserver running in a TomCat. All of them have been working fine, until now. They are all used for wms.

I started a big batch job which produces rasters through WMS from the data laying in a postgis. So I decided to test whether other instances work well while one is doing a huge task. They don't. I got a lot of errors while trying to test what's wrong. Mainly the problem is about not getting the maps into screen, instead of them only colored tiles. I also received a lot of errors concerning the CRS/SRS (few listed down below) while trying to figure out what is going on. I hope this is only a coincidence.

Is there any possibility that this could be caused by Geoserver? They are all separate 1.6.2a versions running in the same servlet container.

mika

The following exception was thrown:
/|java.lang.IllegalArgumentException: Argument "targetCRS" should not be null.

<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE ServiceExceptionReport SYSTEM "http://schemas.opengis.net/wms/1.1.1/WMS_exception_1_1_1.dtd&quot;&gt; <ServiceExceptionReport version="1.1.1" > <ServiceException code="InvalidSRS">
      Database failure while creating a &apos;CoordinateReferenceSystem&apos; object for code &quot;EPSG:2393&quot;.
</ServiceException></ServiceExceptionReport>

|/The following exception was thrown:
/|java.lang.NullPointerException

Hum, all those GeoServers will be hitting the same phisical database
in parallel, but everyone of them will be convinced to be the
only one accessing it... I would think this should not be causing
issues since the access is read only, but apparently that's what's
happening. Do you happen to have a full stack trace of this issue?
The service exception by itself is not informative enough.
You can grab the full stack trace by looking in the GeoServer
own logs, which are located in the geoserver data directory.

Cheers
Andrea