Sunday, 4 August 2019

geoserver - QGIS WFS Error - Could not commit changes to layer


I have a PostGIS database being served by Geoserver. I can load the layers I want into QGIS no worries; however whenever I try to edit the layer I get this error message:


Could not commit changes to layer X Errors: ERROR: 1 geometries not changed.


Provider errors: empty response


Does QGIS-2.4 actually support wfs-t capabilities at the moment?


EDIT


QGIS


Network request http://*******.com:**/geoserver/****/wfs?SERVICE=WFS&VERSION=1.0.0&SRSNAME=EPSG:3308 timed out


Geoserver


2014-09-29 09:43:06,297 INFO [geoserver.wfs] - 
Request: getServiceInfo
2014-09-29 09:43:06,330 INFO [geoserver.wfs] -
Request: getServiceInfo
2014-09-29 09:43:06,330 INFO [geoserver.wfs] -
Request: describeFeatureType
service = WFS
version = 1.0.0
baseUrl = http://***.com:**/geoserver/

typeName[0] = {*****}*****
outputFormat = XMLSCHEMA

POST Request


xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0"   
xmlns:NCTPROP="NCTPROP" service="WFS" xsi:schemaLocation="NCTPROP
http://****.com:****/geoserver/****/wfs?
SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFeatureType&TYPENAME=*****
v&SRSNAME=EPSG:3308&username=****&password=****"

xmlns:gml="http://www.opengis.net/gml">
testxmlns="****">lolsrsName="EPSG:3308">
COORDS HERE




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...