WFS Request Timeout with DWithin Filter
---------------------------------------
Key: GEOS-4387
URL: http://jira.codehaus.org/browse/GEOS-4387
Project: GeoServer
Issue Type: Bug
Affects Versions: 2.0.2
Reporter: Hajo Kliemeck
Assignee: Andrea Aime
Priority: Critical
i'm trying to access my WFS filter with the dwithin filter. Currently
i'm getting a timeout. But why? Is there a possibility to increase the
timeout?
request:
{quote}
<?xml version="1.0" encoding="UTF-8"?>
<GetFeature xmlns:ogc="http://www.opengis.net/ogc"
xmlns:mmw="http://gis.markenmehrwert.com/"
xmlns:gml="http://www.opengis.net/gml"
xmlns="http://www.opengis.net/wfs" maxFeatures="5000"
outputFormat="text/xml; subtype=gml/3.1.1" resultType="results"
service="WFS" version="1.1.0">
<Query srsName="EPSG:4326" typeName="mmw:germany-zipcode">
<ogc:Filter>
<ogc:DWithin>
<ogc:PropertyName>mmw:the_geom</ogc:PropertyName>
<gml:Point>
<gml:pos>8.406452 49.393737</gml:pos>
</gml:Point>
<ogc:Distance>1</ogc:Distance>
</ogc:DWithin>
</ogc:Filter>
</Query>
</GetFeature>
{quote}
Result:
{quote}
<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/ows
http://localhost:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows">
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>java.net.SocketTimeoutException: Read timed out Read
timed out</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
{quote}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel