afs opened a new issue, #3286: URL: https://github.com/apache/jena/issues/3286
### Version 5.5.0 dev ### Question The build is showing some wanrings from geosparql. @Aklakan -- Question: are these expected? - if so, I'll configure log4j to suppress these warnings. ``` [INFO] [INFO] Running org.apache.jena.geosparql.TestGeoAssembler [ERROR] 12:12:47 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/geo-config-mem.ttl#geo_ds: No spatial index file location is specified via http://jena.apache.org/geosparql#spatialIndexFile. Spatial index will not be persisted. [ERROR] 12:12:47 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/geo-config-mem.ttl#geo_ds: No preferred SRS is configured via http://jena.apache.org/geosparql#srsUri [ERROR] 12:12:47 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/fuseki-geo-text-tdb2.ttl#testGeoDS: No spatial index file location is specified via http://jena.apache.org/geosparql#spatialIndexFile. Spatial index will not be persisted. [ERROR] 12:12:47 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/fuseki-geo-text-tdb2.ttl#testGeoDS: No preferred SRS is configured via http://jena.apache.org/geosparql#srsUri [ERROR] 12:12:47 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: Dataset is empty. Constructing an empty spatial index that needs to be updated once data is added. [ERROR] 12:12:47 WARN org.apache.jena.geosparql.configuration.GeoSPARQLOperations :: SRS scan completed. No SRS usage found. Falling back to default SRS: http://www.opengis.net/def/crs/OGC/1.3/CRS84 [ERROR] 12:12:47 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/geo-config.ttl#geo_ds: No preferred SRS is configured via http://jena.apache.org/geosparql#srsUri [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/geo-config-ex.ttl#geo_ds: No preferred SRS is configured via http://jena.apache.org/geosparql#srsUri [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/fuseki-text-geo-tdb2.ttl#testGeoDS: No spatial index file location is specified via http://jena.apache.org/geosparql#spatialIndexFile. Spatial index will not be persisted. [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/fuseki-text-geo-tdb2.ttl#testGeoDS: No preferred SRS is configured via http://jena.apache.org/geosparql#srsUri [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: Dataset is empty. Constructing an empty spatial index that needs to be updated once data is added. [ERROR] 12:12:48 WARN org.apache.jena.geosparql.configuration.GeoSPARQLOperations :: SRS scan completed. No SRS usage found. Falling back to default SRS: http://www.opengis.net/def/crs/OGC/1.3/CRS84 [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/geo-assembler.ttl#geo_ds: No spatial index file location is specified via http://jena.apache.org/geosparql#spatialIndexFile. Spatial index will not be persisted. [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: file:///home/afs/ASF/Release/jena/jena-integration-tests/src/test/files/GeoAssembler/geo-assembler.ttl#geo_ds: No preferred SRS is configured via http://jena.apache.org/geosparql#srsUri [ERROR] 12:12:48 WARN org.apache.jena.geosparql.assembler.GeoAssembler :: Dataset is empty. Constructing an empty spatial index that needs to be updated once data is added. [ERROR] 12:12:48 WARN org.apache.jena.geosparql.configuration.GeoSPARQLOperations :: SRS scan completed. No SRS usage found. Falling back to default SRS: http://www.opengis.net/def/crs/OGC/1.3/CRS84 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@jena.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@jena.apache.org For additional commands, e-mail: issues-h...@jena.apache.org