This POST (public server) http://maps.gns.cri.nz/geoserver/wfs
<wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs" service="WFS" version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <wfs:Query typeName="gns:TopEarlyCretaceousDepthcontours" srsName="EPSG:900913" xmlns:gns="http://www.gns.cri.nz"> <wfs:PropertyName>Elevation</wfs:PropertyName> <ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"> <ogc:Intersects> <ogc:PropertyName>the_geom</ogc:PropertyName> <gml:Polygon xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:900913"> <gml:exterior> <gml:LinearRing> <gml:posList>19800217.91162 -4851856.1140908 19814893.821049 -4854302.0989956 19787987.987096 -4890991.8725673 19787987.987096 -4890991.8725673 19800217.91162 -4851856.1140908</gml:posList> </gml:LinearRing> </gml:exterior> </gml:Polygon> </ogc:Intersects> </ogc:Filter> </wfs:Query> </wfs:GetFeature> returns: <?xml version="1.0" encoding="UTF-8"?> <wfs:FeatureCollection numberOfFeatures="25" timeStamp="2013-05-02T00:05:56.234Z" xsi:schemaLocation="http://www.gns.cri.nz http://maps.gns.cri.nz:80/geoserver21/wfs?service=WFS&version=1.1.0&request=DescribeFeatureType&typeName=gns%3ATopEarlyCretaceousDepthcontours http://www.opengis.net/wfs http://maps.gns.cri.nz:80/geoserver21/schemas/wfs/1.1.0/wfs.xsd" xmlns:pbe="http://data.gns.cri.nz" xmlns:ogc="http://www.opengis.net/ogc" xmlns:tiger="http://www.census.gov" xmlns:gns="http://www.gns.cri.nz" xmlns:cite="http://www.opengeospatial.net/cite" xmlns:nurc="http://www.nurc.nato.int" xmlns:sde="http://geoserver.sf.net" xmlns:wfs="http://www.opengis.net/wfs" xmlns:topp="http://www.openplans.org/topp" xmlns:it.geosolutions="http://www.geo-solutions.it" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:r="linz.govt.nz" xmlns:gsml="urn:cgi:xmlns:CGI:GeoSciML:2.0" xmlns:sf="http://www.openplans.org/spearfish" xmlns:ows="http://www.opengis.net/ows" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink"><gml:featureMembers><null:TopEarlyCretaceousDepthcontours gml:id="TopEarlyCretaceousDepthcontours.78"><null:Elevation>7700.0</null:Elevation></null:TopEarlyCretaceousDepthcontours><null:TopEarlyCretaceousDepthcontours gml:id="TopEarlyCretaceousDepthcontours.79"><null:Elevation>7800.0</null:Elevation></null:TopEarlyCretaceousDepthcontours><null:TopEarlyCretaceousDepthcontours gml:id="TopEarlyCretaceousDepthcontours.80"><null:Elevation>7900.0</null:Elevation></null:TopEarlyCretaceousDepthcontours><null:TopEarlyCretaceousDepthcontours etc which then kills the XML parser. Happens to all layers in a POSTGIS store but not to other stores in the same workspace. Geoserver 2.2.5. I tried Reload feature type and Reload Configuration but no change. No errors showing up in the logs. Seems may be related to jira.codehaus.org/browse/GEOS-4773 but its not a virtual service that I can see. -- Phil Scadden, Senior Scientist GNS Science Ltd 764 Cumberland St, Private Bag 1930, Dunedin, New Zealand Ph +64 3 4799663, fax +64 3 477 5232 Notice: This email and any attachments are confidential. If received in error please destroy and immediately notify us. Do not copy or disclose the contents. ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
