[Geoserver-devel] [jira] Created: (GEOS-4387) WFS Request Timeout with DWithin Filter

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&quot;
xmlns:mmw="http://gis.markenmehrwert.com/&quot;
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns="http://www.opengis.net/wfs&quot; 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&quot;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:ows="http://www.opengis.net/ows&quot;&gt;
  <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