You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I received following error when attempting to use the SimpleBufferAlgorithm through the WPS Plugin in QGIS:
NoApplicableCode
Error occured, while XML parsing
JAVA_StackTrace
org.n52.wps.server.ExceptionReport: Error occured, while XML parsing at org.n52.wps.server.request.InputHandler.parseComplexValue(InputHandler.java:1579) at org.n52.wps.server.request.InputHandler.handleComplexData(InputHandler.java:582) at org.n52.wps.server.request.InputHandler.(InputHandler.java:178) at org.n52.wps.server.request.InputHandler.(InputHandler.java:100) at org.n52.wps.server.request.InputHandler$Builder.build(InputHandler.java:133) at org.n52.wps.server.request.ExecuteRequestV100.call(ExecuteRequestV100.java:664) at org.n52.wps.server.request.ExecuteRequestV100.call(ExecuteRequestV100.java:94) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.RuntimeException: org.xml.sax.SAXException: Error parsing: http://schemas.opengis.net/gml/3.2.1/base/feature.xsd at org.n52.wps.io.datahandler.parser.GML32BasicParser.resolveFeatureCollection(GML32BasicParser.java:212) at org.n52.wps.io.datahandler.parser.GML32BasicParser.parse(GML32BasicParser.java:147) at org.n52.wps.io.datahandler.parser.GML32BasicParser.parse(GML32BasicParser.java:130) at org.n52.wps.io.datahandler.parser.GML32BasicParser.parse(GML32BasicParser.java:98) at org.n52.wps.server.request.InputHandler.parseComplexValue(InputHandler.java:1577) ... 10 more Caused by: org.xml.sax.SAXException: Error parsing: http://schemas.opengis.net/gml/3.2.1/base/feature.xsd at org.geotools.xml.impl.ParserHandler.startElement(ParserHandler.java:409) at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source) at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source) at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) at javax.xml.parsers.SAXParser.parse(Unknown Source) at org.geotools.xml.Parser.parse(Parser.java:240) at org.geotools.xml.Parser.parse(Parser.java:170) at org.n52.wps.io.datahandler.parser.GML32BasicParser.resolveFeatureCollection(GML32BasicParser.java:158) ... 14 more
JAVA_RootCause
org.xml.sax.SAXException: Error parsing: http://schemas.opengis.net/gml/3.2.1/base/feature.xsd
Does this have something to do with the GML 3.2 format not being properly supported by the service? I was using a simple vector shapefile with a line-type geometry and 5 as the width parameter.
Hello
I received following error when attempting to use the SimpleBufferAlgorithm through the WPS Plugin in QGIS:
Does this have something to do with the GML 3.2 format not being properly supported by the service? I was using a simple vector shapefile with a line-type geometry and 5 as the width parameter.