Closed aaime closed 3 years ago
Jobs created, now running them to validate
Please update this issue @agpenton
Looking at the proposal, the WCS 2.0 and WFS 2.0 builds are marked as recommended, even if not strictly required, while other builds like geopackage, KML, GML and WPS are marked as optional.
Since more builds will definitely need to be added down the road, some guide explaining how to add a build for a new service (e.g., WPS?) would be quite useful.
Please update this issue @agpenton
hello? :)
Looking at the proposal, the WCS 2.0 and WFS 2.0 builds are marked as recommended, even if not strictly required, while other builds like geopackage, KML, GML and WPS are marked as optional.
Since more builds will definitely need to be added down the road, some guide explaining how to add a build for a new service (e.g., WPS?) would be quite useful.
good point. @agpenton please open a separate issue for this we'll do it after submitting the updated PR
@randomorder i have enabled the build for the 3 suites in the pom.xml file for teamengine-beta. this is the PR
@aaime @randomorder i've made a form to run the WFS 2.0 CITE suite, and I got some errors, attached find the form and the log of the automated test. this is the form:
<?xml version="1.0" encoding="UTF-8"?>
<values>
<value key="wfs-uri">http://geoserver:8080/geoserver/ows?service=wfs&version=2.0.0&request=GetCapabilities</value>
</values>
this is the error
teamengine_1 | /run-test.sh
teamengine_1 | Testing suite tns:ets-wfs20-1.32 in Test Mode with defaultResult of Pass ...
teamengine_1 | ******************************************************************************************************************************
teamengine_1 | Testing tns:Main type Mandatory in Test Mode with defaultResult Pass (s0017)...
teamengine_1 | Assertion: The test subject satisfies all applicable constraints.
teamengine_1 | Feb 15, 2021 9:37:27 AM com.occamlab.te.TECore setFormResults
teamengine_1 | INFO: Setting form results:
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 | <values>
teamengine_1 | <value key="wfs-uri">http://geoserver:8080/geoserver/ows?service=wfs&version=2.0.0&request=GetCapabilities</value>
teamengine_1 | </values>
teamengine_1 | Feb 15, 2021 9:37:27 AM org.opengis.cite.iso19142.util.TestSuiteLogger log
teamengine_1 | INFO: Using outputDirPath: /root/te_base/users/root/s0017
teamengine_1 | java.io.FileNotFoundException: /root/te_base/config.xml (No such file or directory)
teamengine_1 | at java.io.FileInputStream.open0(Native Method)
teamengine_1 | at java.io.FileInputStream.open(FileInputStream.java:195)
teamengine_1 | at java.io.FileInputStream.<init>(FileInputStream.java:138)
teamengine_1 | at java.io.FileInputStream.<init>(FileInputStream.java:93)
teamengine_1 | at sun.net.www.protocol.file.FileURLConnection.connect(FileURLConnection.java:90)
teamengine_1 | at sun.net.www.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:188)
teamengine_1 | at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)
teamengine_1 | at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown Source)
teamengine_1 | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
teamengine_1 | at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
teamengine_1 | at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
teamengine_1 | at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
teamengine_1 | at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
teamengine_1 | at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
teamengine_1 | at com.occamlab.te.vocabulary.Config.<init>(Config.java:73)
teamengine_1 | at com.occamlab.te.spi.executors.testng.EarlReporter.<init>(EarlReporter.java:87)
teamengine_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
teamengine_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
teamengine_1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
teamengine_1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
teamengine_1 | at java.lang.Class.newInstance(Class.java:442)
teamengine_1 | at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:380)
teamengine_1 | at java.util.ServiceLoader$LazyIterator.next(ServiceLoader.java:404)
teamengine_1 | at java.util.ServiceLoader$1.next(ServiceLoader.java:480)
teamengine_1 | at org.testng.TestNG.addServiceLoaderListeners(TestNG.java:965)
teamengine_1 | at org.testng.TestNG.initializeConfiguration(TestNG.java:914)
teamengine_1 | at org.testng.TestNG.run(TestNG.java:1037)
teamengine_1 | at com.occamlab.te.spi.executors.testng.TestNGExecutor.execute(TestNGExecutor.java:130)
teamengine_1 | at org.opengis.cite.iso19142.TestNGController.doTestRun(TestNGController.java:142)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
teamengine_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
teamengine_1 | at java.lang.reflect.Method.invoke(Method.java:498)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.invokeMethod(ExtensionFunctionCall.java:533)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.call(ExtensionFunctionCall.java:256)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.iterate(ExtensionFunctionCall.java:147)
teamengine_1 | at net.sf.saxon.instruct.CopyOf.processLeavingTail(CopyOf.java:292)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.instruct.Instruction.process(Instruction.java:94)
teamengine_1 | at net.sf.saxon.expr.LetExpression.process(LetExpression.java:380)
teamengine_1 | at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:300)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.instruct.Template.applyLeavingTail(Template.java:175)
teamengine_1 | at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.java:343)
teamengine_1 | at net.sf.saxon.Controller.transformDocument(Controller.java:1736)
teamengine_1 | at net.sf.saxon.Controller.transform(Controller.java:1560)
teamengine_1 | at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:190)
teamengine_1 | at com.occamlab.te.TECore.executeTemplate(TECore.java:600)
teamengine_1 | at com.occamlab.te.TECore.executeXSLFunction(TECore.java:1141)
teamengine_1 | at com.occamlab.te.TECore.callFunction(TECore.java:1173)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
teamengine_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
teamengine_1 | at java.lang.reflect.Method.invoke(Method.java:498)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.invokeMethod(ExtensionFunctionCall.java:533)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.call(ExtensionFunctionCall.java:256)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.iterate(ExtensionFunctionCall.java:147)
teamengine_1 | at net.sf.saxon.expr.Expression.evaluateItem(Expression.java:352)
teamengine_1 | at net.sf.saxon.expr.Expression.process(Expression.java:461)
teamengine_1 | at net.sf.saxon.instruct.DocumentInstr.evaluateItem(DocumentInstr.java:282)
teamengine_1 | at net.sf.saxon.expr.ExpressionTool.evaluate(ExpressionTool.java:295)
teamengine_1 | at net.sf.saxon.expr.LetExpression.eval(LetExpression.java:341)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:542)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:551)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:551)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:551)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.instruct.Instruction.process(Instruction.java:94)
teamengine_1 | at net.sf.saxon.expr.LetExpression.process(LetExpression.java:380)
teamengine_1 | at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:300)
teamengine_1 | at net.sf.saxon.instruct.Template.applyLeavingTail(Template.java:175)
teamengine_1 | at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.java:343)
teamengine_1 | at net.sf.saxon.Controller.transformDocument(Controller.java:1736)
teamengine_1 | at net.sf.saxon.Controller.transform(Controller.java:1560)
teamengine_1 | at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:190)
teamengine_1 | at com.occamlab.te.TECore.executeTemplate(TECore.java:600)
teamengine_1 | at com.occamlab.te.TECore.executeTest(TECore.java:811)
teamengine_1 | at com.occamlab.te.TECore.execute_test(TECore.java:419)
teamengine_1 | at com.occamlab.te.TECore.execute_suite(TECore.java:467)
teamengine_1 | at com.occamlab.te.TECore.execute(TECore.java:296)
teamengine_1 | at com.occamlab.te.Test.execute(Test.java:324)
teamengine_1 | at com.occamlab.te.Test.main(Test.java:83)
teamengine_1 | Feb 15, 2021 9:37:56 AM java.util.prefs.FileSystemPreferences$1 run
teamengine_1 | INFO: Created user preferences directory.
teamengine_1 | Feb 15, 2021 9:37:59 AM org.geotoolkit.referencing.factory.epsg.EpsgInstaller call
teamengine_1 | INFO: Creating cached EPSG database version 7.09. This operation may take a few minutes...
teamengine_1 | Feb 15, 2021 9:38:24 AM org.geotoolkit.referencing.factory.epsg.ThreadedEpsgFactory createBackingStore
teamengine_1 | INFO: Connected to EPSG database “jdbc:derby:/root/.geotoolkit.org/EPSG/7.09” on “Apache Derby”.
teamengine_1 | Feb 15, 2021 9:38:25 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client out-bound request
teamengine_1 | 1 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 1 > Accept: application/xml,application/soap+xml
teamengine_1 | 1 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="25" service="WFS" version="2.0.0">
teamengine_1 | <wfs:Query xmlns:ns66="http://cite.opengeospatial.org/gmlsf" typeNames="ns66:EntitéGénérique"/></wfs:GetFeature>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client in-bound response
teamengine_1 | 1 < 400
teamengine_1 | 1 < Transfer-Encoding: chunked
teamengine_1 | 1 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 1 < Connection: close
teamengine_1 | 1 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 1 < Content-Type: application/xml
teamengine_1 | 1 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 2 * Client out-bound request
teamengine_1 | 2 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 2 > Accept: application/xml,application/soap+xml
teamengine_1 | 2 > Content-Type: application/soap+xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="25" service="WFS" version="2.0.0">
teamengine_1 | <wfs:Query xmlns:ns45="http://cite.opengeospatial.org/gmlsf" typeNames="ns45:EntitéGénérique"/></wfs:GetFeature></soap:Body></soap:Envelope>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 2 * Client in-bound response
teamengine_1 | 2 < 400
teamengine_1 | 2 < Transfer-Encoding: chunked
teamengine_1 | 2 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 2 < Connection: close
teamengine_1 | 2 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 2 < Content-Type: application/soap+xml
teamengine_1 | 2 <
teamengine_1 | <soap:Fault xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'><soap:faultstring>java.lang.RuntimeException: java.io.IOException</soap:faultstring><soap:detail>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 3 * Client out-bound request
teamengine_1 | 3 > GET http://geoserver:8080/geoserver/wfs?service=WFS&version=2.0.0&request=GetFeature&count=25&typenames=ns29:Entit%C3%A9G%C3%A9n%C3%A9rique&namespaces=xmlns(xml,http://www.w3.org/XML/1998/namespace),xmlns(ns29,http://cite.opengeospatial.org/gmlsf),xmlns(wfs,http://www.opengis.net/wfs/2.0)
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 3 * Client in-bound response
teamengine_1 | 3 < 500
teamengine_1 | 3 < Transfer-Encoding: chunked
teamengine_1 | 3 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 3 < Connection: close
teamengine_1 | 3 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 3 < Content-Type: application/xml
teamengine_1 | 3 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 4 * Client out-bound request
teamengine_1 | 4 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 4 > Accept: application/xml,application/soap+xml
teamengine_1 | 4 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="25" service="WFS" version="2.0.0">
teamengine_1 | <wfs:Query xmlns:ns25="http://cite.opengeospatial.org/gmlsf" typeNames="ns25:AggregateGeoFeature"/></wfs:GetFeature>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 4 * Client in-bound response
teamengine_1 | 4 < 400
teamengine_1 | 4 < Transfer-Encoding: chunked
teamengine_1 | 4 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 4 < Connection: close
teamengine_1 | 4 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 4 < Content-Type: application/xml
teamengine_1 | 4 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 5 * Client out-bound request
teamengine_1 | 5 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 5 > Accept: application/xml,application/soap+xml
teamengine_1 | 5 > Content-Type: application/soap+xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="25" service="WFS" version="2.0.0">
teamengine_1 | <wfs:Query xmlns:ns27="http://cite.opengeospatial.org/gmlsf" typeNames="ns27:AggregateGeoFeature"/></wfs:GetFeature></soap:Body></soap:Envelope>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 5 * Client in-bound response
teamengine_1 | 5 < 400
teamengine_1 | 5 < Transfer-Encoding: chunked
teamengine_1 | 5 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 5 < Connection: close
teamengine_1 | 5 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 5 < Content-Type: application/soap+xml
teamengine_1 | 5 <
teamengine_1 | <soap:Fault xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'><soap:faultstring>java.lang.RuntimeException: java.io.IOException</soap:faultstring><soap:detail>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 6 * Client out-bound request
teamengine_1 | 6 > GET http://geoserver:8080/geoserver/wfs?service=WFS&version=2.0.0&request=GetFeature&count=25&typenames=ns17:AggregateGeoFeature&namespaces=xmlns(xml,http://www.w3.org/XML/1998/namespace),xmlns(ns17,http://cite.opengeospatial.org/gmlsf),xmlns(wfs,http://www.opengis.net/wfs/2.0)
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 6 * Client in-bound response
teamengine_1 | 6 < 500
teamengine_1 | 6 < Transfer-Encoding: chunked
teamengine_1 | 6 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 6 < Connection: close
teamengine_1 | 6 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 6 < Content-Type: application/xml
teamengine_1 | 6 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 7 * Client out-bound request
teamengine_1 | 7 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 7 > Accept: application/xml,application/soap+xml
teamengine_1 | 7 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="25" service="WFS" version="2.0.0">
teamengine_1 | <wfs:Query xmlns:ns39="http://cite.opengeospatial.org/gmlsf" typeNames="ns39:PrimitiveGeoFeature"/></wfs:GetFeature>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 7 * Client in-bound response
teamengine_1 | 7 < 400
teamengine_1 | 7 < Transfer-Encoding: chunked
teamengine_1 | 7 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 7 < Connection: close
teamengine_1 | 7 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 7 < Content-Type: application/xml
teamengine_1 | 7 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 8 * Client out-bound request
teamengine_1 | 8 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 8 > Accept: application/xml,application/soap+xml
teamengine_1 | 8 > Content-Type: application/soap+xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><wfs:GetFeature xmlns:wfs="http://www.opengis.net/wfs/2.0" count="25" service="WFS" version="2.0.0">
teamengine_1 | <wfs:Query xmlns:ns91="http://cite.opengeospatial.org/gmlsf" typeNames="ns91:PrimitiveGeoFeature"/></wfs:GetFeature></soap:Body></soap:Envelope>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:27 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 8 * Client in-bound response
teamengine_1 | 8 < 400
teamengine_1 | 8 < Transfer-Encoding: chunked
teamengine_1 | 8 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 8 < Connection: close
teamengine_1 | 8 < Date: Mon, 15 Feb 2021 09:38:27 GMT
teamengine_1 | 8 < Content-Type: application/soap+xml
teamengine_1 | 8 <
teamengine_1 | <soap:Fault xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'><soap:faultstring>java.lang.RuntimeException: java.io.IOException</soap:faultstring><soap:detail>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:28 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 9 * Client out-bound request
teamengine_1 | 9 > GET http://geoserver:8080/geoserver/wfs?service=WFS&version=2.0.0&request=GetFeature&count=25&typenames=ns31:PrimitiveGeoFeature&namespaces=xmlns(xml,http://www.w3.org/XML/1998/namespace),xmlns(ns31,http://cite.opengeospatial.org/gmlsf),xmlns(wfs,http://www.opengis.net/wfs/2.0)
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:28 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 9 * Client in-bound response
teamengine_1 | 9 < 500
teamengine_1 | 9 < Transfer-Encoding: chunked
teamengine_1 | 9 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 9 < Connection: close
teamengine_1 | 9 < Date: Mon, 15 Feb 2021 09:38:28 GMT
teamengine_1 | 9 < Content-Type: application/xml
teamengine_1 | 9 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:28 AM org.opengis.cite.iso19142.util.DataSampler acquireFeatureData
teamengine_1 | INFO: {{http://cite.opengeospatial.org/gmlsf}EntitéGénérique=FeatureTypeInfo {
teamengine_1 | typeName: '{http://cite.opengeospatial.org/gmlsf}EntitéGénérique',
teamengine_1 | supportedCRS: '[urn:ogc:def:crs:EPSG::4326, urn:ogc:def:crs:EPSG::3875]',
teamengine_1 | instantiated: false,
teamengine_1 | spatial extent: 'BOX2D(-90 -180, 90 180)'
teamengine_1 | }, {http://cite.opengeospatial.org/gmlsf}AggregateGeoFeature=FeatureTypeInfo {
teamengine_1 | typeName: '{http://cite.opengeospatial.org/gmlsf}AggregateGeoFeature',
teamengine_1 | supportedCRS: '[urn:ogc:def:crs:EPSG::4326, urn:ogc:def:crs:EPSG::3875]',
teamengine_1 | instantiated: false,
teamengine_1 | spatial extent: 'BOX2D(-90 -180, 90 180)'
teamengine_1 | }, {http://cite.opengeospatial.org/gmlsf}PrimitiveGeoFeature=FeatureTypeInfo {
teamengine_1 | typeName: '{http://cite.opengeospatial.org/gmlsf}PrimitiveGeoFeature',
teamengine_1 | supportedCRS: '[urn:ogc:def:crs:EPSG::4326, urn:ogc:def:crs:EPSG::3875]',
teamengine_1 | instantiated: false,
teamengine_1 | spatial extent: 'BOX2D(-90 -180, 90 180)'
teamengine_1 | }}
teamengine_1 | Feb 15, 2021 9:38:28 AM org.opengis.cite.iso19142.SuitePreconditions dataAreAvailable
teamengine_1 | WARNING: Prerequisite not satisfied: No valid data available from WFS.
teamengine_1 | {{http://cite.opengeospatial.org/gmlsf}EntitéGénérique=FeatureTypeInfo {
teamengine_1 | typeName: '{http://cite.opengeospatial.org/gmlsf}EntitéGénérique',
teamengine_1 | supportedCRS: '[urn:ogc:def:crs:EPSG::4326, urn:ogc:def:crs:EPSG::3875]',
teamengine_1 | instantiated: false,
teamengine_1 | spatial extent: 'BOX2D(-90 -180, 90 180)'
teamengine_1 | }, {http://cite.opengeospatial.org/gmlsf}AggregateGeoFeature=FeatureTypeInfo {
teamengine_1 | typeName: '{http://cite.opengeospatial.org/gmlsf}AggregateGeoFeature',
teamengine_1 | supportedCRS: '[urn:ogc:def:crs:EPSG::4326, urn:ogc:def:crs:EPSG::3875]',
teamengine_1 | instantiated: false,
teamengine_1 | spatial extent: 'BOX2D(-90 -180, 90 180)'
teamengine_1 | }, {http://cite.opengeospatial.org/gmlsf}PrimitiveGeoFeature=FeatureTypeInfo {
teamengine_1 | typeName: '{http://cite.opengeospatial.org/gmlsf}PrimitiveGeoFeature',
teamengine_1 | supportedCRS: '[urn:ogc:def:crs:EPSG::4326, urn:ogc:def:crs:EPSG::3875]',
teamengine_1 | instantiated: false,
teamengine_1 | spatial extent: 'BOX2D(-90 -180, 90 180)'
teamengine_1 | }}
teamengine_1 | Feb 15, 2021 9:38:28 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client out-bound request
teamengine_1 | 1 > GET http://geoserver:8080/geoserver/wfs?request=GetCapabilities&service=WFS
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:28 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client in-bound response
teamengine_1 | 1 < 200
teamengine_1 | 1 < Keep-Alive: timeout=20
teamengine_1 | 1 < Transfer-Encoding: chunked
teamengine_1 | 1 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 1 < Cache-Control: max-age=0, must-revalidate
teamengine_1 | 1 < Content-Disposition: inline; filename=geoserver-GetCapabilities.application
teamengine_1 | 1 < Connection: keep-alive
teamengine_1 | 1 < Date: Mon, 15 Feb 2021 09:38:28 GMT
teamengine_1 | 1 < Content-Type: application/xml
teamengine_1 | 1 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><wfs:WFS_Capabilities version="2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.opengis.net/wfs/2.0" xmlns:wfs="http://www.opengis.net/wfs/2.0" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:fes="http://www.opengis.net/fes/2.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xs="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://www.opengis.net/wfs/2.0 http://schemas.opengis.net/wfs/2.0/wfs.xsd" xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:it.geosolutions="http://www.geo-solutions.it" xmlns:sf="http://cite.opengeospatial.org/gmlsf" updateSequence="13"><ows:ServiceIdentification><ows:Title>The Open Planning Project Basemap Server</ows:Title><ows:Abstract>This is a test server. It contains some basemap data
teamengine_1 | from New York City.</ows:Abstract><ows:Keywords><ows:Keyword>WFS</ows:Keyword><ows:Keyword>TEST</ows:Keyword><ows:Keyword>NY</ows:Keyword><ows:Keyword>New York</ows:Keyword></ows:Keywords><ows:ServiceType>WFS</ows:ServiceType><ows:ServiceTypeVersion>2.0.0</ows:ServiceTypeVersion><ows:Fees>NONE</ows:Fees><ows:AccessConstraints>NONE</ows:AccessConstraints></ows:ServiceIdentification><ows:ServiceProvider><ows:ProviderName/><ows:ServiceContact><ows:IndividualName/><ows:PositionName/><ows:ContactInfo><ows:Phone><ows:Voice/><ows:Facsimile/></ows:Phone><ows:Address><ows:DeliveryPoint/><ows:City/><ows:AdministrativeArea/><ows:PostalCode/><ows:Country/><ows:ElectronicMailAddress/></ows:Address></ows:ContactInfo></ows:ServiceContact></ows:ServiceProvider><ows:OperationsMetadata><ows:Operation name="GetCapabilities"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="AcceptVersions"><ows:AllowedValues><ows:Value>1.0.0</ows:Value><ows:Value>1.1.0</ows:Value><ows:Value>2.0.0</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="AcceptFormats"><ows:AllowedValues><ows:Value>text/xml</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="Sections"><ows:AllowedValues><ows:Value>ServiceIdentification</ows:Value><ows:Value>ServiceProvider</ows:Value><ows:Value>OperationsMetadata</ows:Value><ows:Value>FeatureTypeList</ows:Value><ows:Value>Filter_Capabilities</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Operation name="DescribeFeatureType"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="outputFormat"><ows:AllowedValues><ows:Value>application/gml+xml; version=3.2</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Operation name="GetFeature"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="resultType"><ows:AllowedValues><ows:Value>results</ows:Value><ows:Value>hits</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="outputFormat"><ows:AllowedValues><ows:Value>application/gml+xml; version=3.2</ows:Value><ows:Value>GML2</ows:Value><ows:Value>KML</ows:Value><ows:Value>SHAPE-ZIP</ows:Value><ows:Value>application/json</ows:Value><ows:Value>application/vnd.google-earth.kml xml</ows:Value><ows:Value>application/vnd.google-earth.kml+xml</ows:Value><ows:Value>csv</ows:Value><ows:Value>gml3</ows:Value><ows:Value>gml32</ows:Value><ows:Value>json</ows:Value><ows:Value>text/csv</ows:Value><ows:Value>text/xml; subtype=gml/2.1.2</ows:Value><ows:Value>text/xml; subtype=gml/3.1.1</ows:Value><ows:Value>text/xml; subtype=gml/3.2</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="resolve"><ows:AllowedValues><ows:Value>none</ows:Value><ows:Value>local</ows:Value></ows:AllowedValues></ows:Parameter><ows:Constraint name="PagingIsTransactionSafe"><ows:NoValues/><ows:DefaultValue>FALSE</ows:DefaultValue></ows:Constraint><ows:Constraint name="CountDefault"><ows:NoValues/><ows:DefaultValue>10000</ows:DefaultValue></ows:Constraint></ows:Operation><ows:Operation name="GetPropertyValue"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="resolve"><ows:AllowedValues><ows:Value>none</ows:Value><ows:Value>local</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="outputFormat"><ows:AllowedValues><ows:Value>application/gml+xml; version=3.2</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Operation name="ListStoredQueries"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP></ows:Operation><ows:Operation name="DescribeStoredQueries"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP></ows:Operation><ows:Operation name="CreateStoredQuery"><ows:DCP><ows:HTTP><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="language"><ows:AllowedValues><ows:Value>urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Operation name="DropStoredQuery"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP></ows:Operation><ows:Operation name="LockFeature"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="releaseAction"><ows:AllowedValues><ows:Value>ALL</ows:Value><ows:Value>SOME</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Operation name="GetFeatureWithLock"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="resultType"><ows:AllowedValues><ows:Value>results</ows:Value><ows:Value>hits</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="outputFormat"><ows:AllowedValues><ows:Value>application/gml+xml; version=3.2</ows:Value><ows:Value>GML2</ows:Value><ows:Value>KML</ows:Value><ows:Value>SHAPE-ZIP</ows:Value><ows:Value>application/json</ows:Value><ows:Value>application/vnd.google-earth.kml xml</ows:Value><ows:Value>application/vnd.google-earth.kml+xml</ows:Value><ows:Value>csv</ows:Value><ows:Value>gml3</ows:Value><ows:Value>gml32</ows:Value><ows:Value>json</ows:Value><ows:Value>text/csv</ows:Value><ows:Value>text/xml; subtype=gml/2.1.2</ows:Value><ows:Value>text/xml; subtype=gml/3.1.1</ows:Value><ows:Value>text/xml; subtype=gml/3.2</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="resolve"><ows:AllowedValues><ows:Value>none</ows:Value><ows:Value>local</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Operation name="Transaction"><ows:DCP><ows:HTTP><ows:Get xlink:href="http://geoserver:8080/geoserver/wfs"/><ows:Post xlink:href="http://geoserver:8080/geoserver/wfs"/></ows:HTTP></ows:DCP><ows:Parameter name="inputFormat"><ows:AllowedValues><ows:Value>application/gml+xml; version=3.2</ows:Value></ows:AllowedValues></ows:Parameter><ows:Parameter name="releaseAction"><ows:AllowedValues><ows:Value>ALL</ows:Value><ows:Value>SOME</ows:Value></ows:AllowedValues></ows:Parameter></ows:Operation><ows:Constraint name="ImplementsBasicWFS"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsTransactionalWFS"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsLockingWFS"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="KVPEncoding"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="XMLEncoding"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="SOAPEncoding"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsInheritance"><ows:NoValues/><ows:DefaultValue>FALSE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsRemoteResolve"><ows:NoValues/><ows:DefaultValue>FALSE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsResultPaging"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsStandardJoins"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsSpatialJoins"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsTemporalJoins"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ImplementsFeatureVersioning"><ows:NoValues/><ows:DefaultValue>FALSE</ows:DefaultValue></ows:Constraint><ows:Constraint name="ManageStoredQueries"><ows:NoValues/><ows:DefaultValue>TRUE</ows:DefaultValue></ows:Constraint><ows:Constraint name="PagingIsTransactionSafe"><ows:NoValues/><ows:DefaultValue>FALSE</ows:DefaultValue></ows:Constraint><ows:Constraint name="QueryExpressions"><ows:AllowedValues><ows:Value>wfs:Query</ows:Value><ows:Value>wfs:StoredQuery</ows:Value></ows:AllowedValues></ows:Constraint></ows:OperationsMetadata><FeatureTypeList><FeatureType xmlns:sf="http://cite.opengeospatial.org/gmlsf"><Name>sf:AggregateGeoFeature</Name><Title>AggregateGeoFeatureType</Title><Abstract>Generated from sf</Abstract><ows:Keywords><ows:Keyword>sf</ows:Keyword><ows:Keyword>AggregateGeoFeature</ows:Keyword></ows:Keywords><DefaultCRS>urn:ogc:def:crs:EPSG::4326</DefaultCRS><OtherCRS>urn:ogc:def:crs:EPSG::3875</OtherCRS><ows:WGS84BoundingBox><ows:LowerCorner>-180.0 -90.0</ows:LowerCorner><ows:UpperCorner>180.0 90.0</ows:UpperCorner></ows:WGS84BoundingBox></FeatureType><FeatureType xmlns:sf="http://cite.opengeospatial.org/gmlsf"><N...more...
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:28 AM org.opengis.cite.iso19136.general.XMLSchemaTests compileXMLSchema
teamengine_1 | INFO: Compiling schemas...
teamengine_1 | [http://geoserver:8080/geoserver/wfs?service=WFS&version=2.0.0&request=DescribeFeatureType]
teamengine_1 | Feb 15, 2021 9:38:34 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client out-bound request
teamengine_1 | 1 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 1 > Accept: application/xml,application/soap+xml
teamengine_1 | 1 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><DropStoredQuery xmlns="http://www.opengis.net/wfs/2.0" id="urn:uuid:925179ed-cbcf-4feb-ae4f-df0934beaf5e" service="WFS" version="2.0.0"/>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:34 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client in-bound response
teamengine_1 | 1 < 400
teamengine_1 | 1 < Transfer-Encoding: chunked
teamengine_1 | 1 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 1 < Connection: close
teamengine_1 | 1 < Date: Mon, 15 Feb 2021 09:38:34 GMT
teamengine_1 | 1 < Content-Type: application/xml
teamengine_1 | 1 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:35 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client out-bound request
teamengine_1 | 1 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 1 > Accept: application/xml,application/soap+xml
teamengine_1 | 1 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><ListStoredQueries xmlns="http://www.opengis.net/wfs/2.0" service="WFS" version="2.0.0"/>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:35 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 1 * Client in-bound response
teamengine_1 | 1 < 400
teamengine_1 | 1 < Transfer-Encoding: chunked
teamengine_1 | 1 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 1 < Connection: close
teamengine_1 | 1 < Date: Mon, 15 Feb 2021 09:38:34 GMT
teamengine_1 | 1 < Content-Type: application/xml
teamengine_1 | 1 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:35 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 2 * Client out-bound request
teamengine_1 | 2 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 2 > Accept: application/xml,application/soap+xml
teamengine_1 | 2 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><CreateStoredQuery xmlns="http://www.opengis.net/wfs/2.0" service="WFS" version="2.0.0">
teamengine_1 | <StoredQueryDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="urn:example:wfs2-query:GetFeatureByTypeName">
teamengine_1 | <Title>GetFeatureByTypeName</Title>
teamengine_1 | <Abstract>Returns feature representations by type name.</Abstract>
teamengine_1 | <Parameter name="typeName" type="xsd:QName">
teamengine_1 | <Abstract>Qualified name of feature type (required).</Abstract>
teamengine_1 | </Parameter>
teamengine_1 | <QueryExpressionText isPrivate="false" language="urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" returnFeatureTypes="">
teamengine_1 | <Query typeNames="${typeName}"/>
teamengine_1 | </QueryExpressionText>
teamengine_1 | </StoredQueryDefinition>
teamengine_1 | </CreateStoredQuery>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:35 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 2 * Client in-bound response
teamengine_1 | 2 < 400
teamengine_1 | 2 < Transfer-Encoding: chunked
teamengine_1 | 2 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 2 < Connection: close
teamengine_1 | 2 < Date: Mon, 15 Feb 2021 09:38:34 GMT
teamengine_1 | 2 < Content-Type: application/xml
teamengine_1 | 2 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:35 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 3 * Client out-bound request
teamengine_1 | 3 > POST http://geoserver:8080/geoserver/wfs
teamengine_1 | 3 > Accept: application/xml,application/soap+xml
teamengine_1 | 3 > Content-Type: application/xml
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?><CreateStoredQuery xmlns="http://www.opengis.net/wfs/2.0" service="WFS" version="2.0.0">
teamengine_1 | <StoredQueryDefinition xmlns:xsd="http://www.w3.org/2001/XMLSchema" id="urn:example:wfs2-query:InvalidLang">
teamengine_1 | <Title>GetFeatureByTypeName</Title>
teamengine_1 | <Abstract>Returns feature representations by type name.</Abstract>
teamengine_1 | <Parameter name="typeName" type="xsd:QName">
teamengine_1 | <Abstract>Qualified name of feature type (required).</Abstract>
teamengine_1 | </Parameter>
teamengine_1 | <QueryExpressionText isPrivate="false" language="http://qry.example.org" returnFeatureTypes="">
teamengine_1 | <Query typeNames="${typeName}"/>
teamengine_1 | </QueryExpressionText>
teamengine_1 | </StoredQueryDefinition>
teamengine_1 | </CreateStoredQuery>
teamengine_1 |
teamengine_1 | Feb 15, 2021 9:38:35 AM com.sun.jersey.api.client.filter.LoggingFilter log
teamengine_1 | INFO: 3 * Client in-bound response
teamengine_1 | 3 < 400
teamengine_1 | 3 < Transfer-Encoding: chunked
teamengine_1 | 3 < X-Frame-Options: SAMEORIGIN
teamengine_1 | 3 < Connection: close
teamengine_1 | 3 < Date: Mon, 15 Feb 2021 09:38:34 GMT
teamengine_1 | 3 < Content-Type: application/xml
teamengine_1 | 3 <
teamengine_1 | <?xml version="1.0" encoding="UTF-8"?>
teamengine_1 |
teamengine_1 | [TestNG] Reporter com.occamlab.te.spi.executors.testng.EarlReporter@723e88f9 failed
teamengine_1 | java.lang.NullPointerException
teamengine_1 | at com.occamlab.te.spi.executors.testng.EarlReporter.addTestRequirements(EarlReporter.java:218)
teamengine_1 | at com.occamlab.te.spi.executors.testng.EarlReporter.generateReport(EarlReporter.java:95)
teamengine_1 | at org.testng.TestNG.generateReports(TestNG.java:1135)
teamengine_1 | at org.testng.TestNG.run(TestNG.java:1081)
teamengine_1 | at com.occamlab.te.spi.executors.testng.TestNGExecutor.execute(TestNGExecutor.java:130)
teamengine_1 | at org.opengis.cite.iso19142.TestNGController.doTestRun(TestNGController.java:142)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
teamengine_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
teamengine_1 | at java.lang.reflect.Method.invoke(Method.java:498)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.invokeMethod(ExtensionFunctionCall.java:533)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.call(ExtensionFunctionCall.java:256)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.iterate(ExtensionFunctionCall.java:147)
teamengine_1 | at net.sf.saxon.instruct.CopyOf.processLeavingTail(CopyOf.java:292)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.instruct.Instruction.process(Instruction.java:94)
teamengine_1 | at net.sf.saxon.expr.LetExpression.process(LetExpression.java:380)
teamengine_1 | at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:300)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.instruct.Template.applyLeavingTail(Template.java:175)
teamengine_1 | at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.java:343)
teamengine_1 | at net.sf.saxon.Controller.transformDocument(Controller.java:1736)
teamengine_1 | at net.sf.saxon.Controller.transform(Controller.java:1560)
teamengine_1 | at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:190)
teamengine_1 | at com.occamlab.te.TECore.executeTemplate(TECore.java:600)
teamengine_1 | at com.occamlab.te.TECore.executeXSLFunction(TECore.java:1141)
teamengine_1 | at com.occamlab.te.TECore.callFunction(TECore.java:1173)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
teamengine_1 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
teamengine_1 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
teamengine_1 | at java.lang.reflect.Method.invoke(Method.java:498)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.invokeMethod(ExtensionFunctionCall.java:533)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.call(ExtensionFunctionCall.java:256)
teamengine_1 | at net.sf.saxon.functions.ExtensionFunctionCall.iterate(ExtensionFunctionCall.java:147)
teamengine_1 | at net.sf.saxon.expr.Expression.evaluateItem(Expression.java:352)
teamengine_1 | at net.sf.saxon.expr.Expression.process(Expression.java:461)
teamengine_1 | at net.sf.saxon.instruct.DocumentInstr.evaluateItem(DocumentInstr.java:282)
teamengine_1 | at net.sf.saxon.expr.ExpressionTool.evaluate(ExpressionTool.java:295)
teamengine_1 | at net.sf.saxon.expr.LetExpression.eval(LetExpression.java:341)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:542)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:551)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:551)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.expr.LetExpression.processLeavingTail(LetExpression.java:551)
teamengine_1 | at net.sf.saxon.instruct.Block.processLeavingTail(Block.java:409)
teamengine_1 | at net.sf.saxon.instruct.Instruction.process(Instruction.java:94)
teamengine_1 | at net.sf.saxon.expr.LetExpression.process(LetExpression.java:380)
teamengine_1 | at net.sf.saxon.instruct.ForEach.processLeavingTail(ForEach.java:300)
teamengine_1 | at net.sf.saxon.instruct.Template.applyLeavingTail(Template.java:175)
teamengine_1 | at net.sf.saxon.instruct.ApplyTemplates.applyTemplates(ApplyTemplates.java:343)
teamengine_1 | at net.sf.saxon.Controller.transformDocument(Controller.java:1736)
teamengine_1 | at net.sf.saxon.Controller.transform(Controller.java:1560)
teamengine_1 | at net.sf.saxon.s9api.XsltTransformer.transform(XsltTransformer.java:190)
teamengine_1 | at com.occamlab.te.TECore.executeTemplate(TECore.java:600)
teamengine_1 | at com.occamlab.te.TECore.executeTest(TECore.java:811)
teamengine_1 | at com.occamlab.te.TECore.execute_test(TECore.java:419)
teamengine_1 | at com.occamlab.te.TECore.execute_suite(TECore.java:467)
teamengine_1 | at com.occamlab.te.TECore.execute(TECore.java:296)
teamengine_1 | at com.occamlab.te.Test.execute(Test.java:324)
teamengine_1 | at com.occamlab.te.Test.main(Test.java:83)
teamengine_1 | Test suite: wfs20-1.32
teamengine_1 | ======== Test groups ========
teamengine_1 | Preconditions
teamengine_1 | Passed: 2 | Failed: 1 | Skipped: 0
teamengine_1 | All GML application schemas
teamengine_1 | Passed: 0 | Failed: 1 | Skipped: 6
teamengine_1 | GML application schemas defining features
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 2
teamengine_1 | Simple WFS
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 31
teamengine_1 | Basic WFS
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 40
teamengine_1 | Temporal filter
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 5
teamengine_1 | Spatial filter
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 4
teamengine_1 | Spatial joins
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 1
teamengine_1 | Transactional WFS
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 8
teamengine_1 | Locking WFS
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 8
teamengine_1 | Response paging
teamengine_1 | Passed: 0 | Failed: 1 | Skipped: 1
teamengine_1 | Manage stored queries
teamengine_1 | Passed: 1 | Failed: 5 | Skipped: 0
teamengine_1 | Feature versions
teamengine_1 | Passed: 0 | Failed: 0 | Skipped: 4
teamengine_1 |
teamengine_1 |
teamengine_1 | See detailed test report in the TE_BASE/users/root/s0017/html/ directory.
teamengine_1 | Test method dataAreAvailable:
teamengine_1 | Prerequisite not satisfied: No valid data available from WFS.
teamengine_1 | Test method compileXMLSchema:
teamengine_1 | 1 schema error(s) detected.
teamengine_1 |
teamengine_1 | Severity: ERROR
teamengine_1 | Message: src-import.1.1: The namespace attribute 'http://www.opengis.net/gml/3.2' of an <import> element information item must not be the same as the targetNamespace of the schema it exists in.
teamengine_1 | Location: line=2 column=134 expected [false] but found [true]
teamengine_1 | Test method getFeatureWithHitsOnly:
teamengine_1 | Test method createGetFeatureByTypeName:
teamengine_1 | Unexpected HTTP status code. expected [200] but found [400]
teamengine_1 | Test method createStoredQueryWithUnsupportedQueryLanguage:
teamengine_1 | Exception not found in response: //ows11:Exception[@exceptionCode = 'InvalidParameterValue'] expected [true] but found [false]
teamengine_1 | Test method duplicateQuery:
teamengine_1 | Test method dropNonexistentQuery:
teamengine_1 | Exception not found in response: //ows11:Exception[@exceptionCode = 'InvalidParameterValue'] expected [true] but found [false]
teamengine_1 | Test method dropStoredQuery:
teamengine_1 | Test tns:Main Failed
teamengine_1 | Suite tns:ets-wfs20-1.32 Failed
teamengine_1 | [Fatal Error] :-1:-1: Premature end of file.
teamengine_1 | [Fatal Error] :-1:-1: Premature end of file.
cite_teamengine_1 exited with code 1
Aborting on container exit...
ERROR: 1
make: *** [Makefile:30: test] Error 1
about the WCS 2.0:
teamengine_1 | /run-test.sh
teamengine_1 | Exception in thread "TEAM Engine" java.lang.Exception: Error: No suites in sources.
teamengine_1 | at com.occamlab.te.TECore.execute_suite(TECore.java:428)
teamengine_1 | at com.occamlab.te.TECore.execute(TECore.java:296)
teamengine_1 | at com.occamlab.te.Test.execute(Test.java:324)
teamengine_1 | at com.occamlab.te.Test.main(Test.java:83)
cite_teamengine_1 exited with code 1
Aborting on container exit...
ERROR: 1
make: *** [Makefile:30: test] Error 1
but the suite is there:
<?xml version="1.0" encoding="UTF-8"?>
<values>
<value key="url">http://geoserver:8080/geoserver/ows?service=WCS&version=2.0.1&request=GetCapabilities</value>
<value key="core">core</value>
</values>
@agpenton as agreed please create issues for the optional suites. We'll move on with review and merge of the rest of the work
@randomorder I've created the issues for each CITE build.
A build to run each and every service against the master branch:
plus a build to run them all.
I believe we'll create the stable/maintenance branch builds later, once we can pass the tests. It would be cool if the above builds could get some of the parameters from a master build starting them all, a
CiteAllMaster
build telling the tests to use the master version of GeoServer, aCiteAllStable
telling them to use the stable version, and so on, to avoid duplicating/adating all these builds over and over as the branches do change.