Hi,
running geoserver 2.4.0 here with a set of different stores and layers.
We accidently removed a shp-file (belonging to one of the geoserver stores).
After a restart of Tomcat/Geoserver (windows) WFS request answer with an
exception:
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://example:80/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>java.lang.RuntimeException:
java.io.FileNotFoundException:
d:\data\geoserver2.4.x\data_dir\data\shapefiles\example.shp (The system
cannot find the file specified)
java.io.FileNotFoundException:
d:\data\geoserver2.4.x\data_dir\data\shapefiles\example.shp (The system
cannot find the file specified)
d:\data\geoserver2.4.x\data_dir\data\shapefiles\example.shp (The system
cannot find the file specified)</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
The strange thing is that in de admin pages the store just shows 'enabled'?
Does anybody have a explanation for this, or a workaround?
I think the missing/removal of one store-data file should not bork all
WFS services?
If somebody can confirm this, should I create an issue for it?
Regards,
Richard Duivenvoorde