AlasdairGray opened a new issue, #3472:
URL: https://github.com/apache/jena/issues/3472
### Version
5.5.0
### What happened?
Using the command `java -jar jena-fuseki-geosparql-5.5.0.jar -i -si
spatial.index -rf geosparql_test.rdf` to start jena-fuseki-geosparql results in
an error.
Using the same command for 5.4.0 results in the service starting against
which queries can be executed.
### Relevant output and stacktrace
```shell
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/logging/log4j/core/config/ConfigurationFactory
at
org.apache.jena.fuseki.system.FusekiLogging.resetLogging(FusekiLogging.java:304)
at
org.apache.jena.fuseki.system.FusekiLogging.setLogging(FusekiLogging.java:183)
at
org.apache.jena.fuseki.system.FusekiLogging.setLogging(FusekiLogging.java:109)
at
org.apache.jena.fuseki.system.FusekiLogging.setLogging(FusekiLogging.java:104)
at org.apache.jena.fuseki.geosparql.Main.<clinit>(Main.java:35)
Caused by: java.lang.ClassNotFoundException:
org.apache.logging.log4j.core.config.ConfigurationFactory
at
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
... 5 more
```
### Are you interested in making a pull request?
No
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]