Hi, 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: <?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> Result: <?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> regards Hajo -- ------------------------------------------------------------------------ Email: [email protected] Telefon: +49 (0) 6221 - 616050 Fax: +49 (0) 6221 - 616051 ------------------------------------------------------------------------ KYBEIDOS Gesellschaft für Systeme zur Unternehmenssteuerung mbH Moltkestraße 27 69120 Heidelberg Handelsregister: Heidelberg HRB 5460 USt.Id-Nr.: DE182073772 Geschäftsführer: Stephan Frenzel, Dietmar Hantsch, Dr. Michael Wiedemann ------------------------------------------------------------------------------ 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-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
