Hi, This appeared after Java upgrade from 11 to 17:
WARN LocationMapper:188 - Error in configuration file: Cannot invoke "org.apache.jena.rdf.model.Property.asNode()" because "org.apache.jena.vocabulary.RDF.type" is null I was looking at the LocationMapper code, but line 188 does not contain anything like that: https://github.com/apache/jena/blob/main/jena-core/src/main/java/org/apache/jena/util/LocationMapper.java#L188 What is the cause and does this need to be addressed? Martynas