Pleas raise a JIRA, with a command line (and any files needed) that
causes it to happen together with the complete stacktrace.
Andy
On 13/12/2021 13:04, Andy Seaborne wrote:
The relevant change happened 2021-10-13.
So why 4.3.0 works is unclear.
Andy
On 13/12/2021 10:40, Marco Neumann wrote:
Author: Andy Seaborne <a...@apache.org>
Date: Fri Dec 10 15:29:50 2021 +0000
On Mon, Dec 13, 2021 at 10:20 AM Andy Seaborne <a...@apache.org> wrote:
> this is not the case with for
jena-fuseki-geosparql-4.3.0-SNAPSHOT.jar
Date of SNAPSHOT?
At the moment, dev-main 4.4.0-SNAPSHOT is 4.3.0 except for version
number on POMs.
Andy
On 13/12/2021 09:50, Marco Neumann wrote:
fyi I currently get an error starting
jena-fuseki-geosparql-4.4.0-SNAPSHOT.jar. (with In-Memory and tdb
back-ends)
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/jena/cmd/Cmds
at
org.apache.jena.fuseki.main.sys.InitFuseki.init(InitFuseki.java:60)
at
org.apache.jena.fuseki.main.sys.InitFuseki.start(InitFuseki.java:36)
at
org.apache.jena.base.module.Subsystem.lambda$initialize$2(Subsystem.java:117)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at
org.apache.jena.base.module.Subsystem.forEach(Subsystem.java:193)
at
org.apache.jena.base.module.Subsystem.forEach(Subsystem.java:169)
at
org.apache.jena.base.module.Subsystem.initialize(Subsystem.java:115)
at org.apache.jena.sys.JenaSystem.init(JenaSystem.java:88)
at
org.apache.jena.sparql.core.DatasetGraphFactory.<clinit>(DatasetGraphFactory.java:34)
at
org.apache.jena.query.DatasetFactory.create(DatasetFactory.java:54)
at
org.apache.jena.fuseki.geosparql.DatasetOperations.prepareDataset(DatasetOperations.java:114)
at
org.apache.jena.fuseki.geosparql.DatasetOperations.setup(DatasetOperations.java:65)
at org.apache.jena.fuseki.geosparql.Main.main(Main.java:64)
Caused by: java.lang.ClassNotFoundException: org.apache.jena.cmd.Cmds
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:520)
... 13 more
this is not the case with for jena-fuseki-geosparql-4.3.0-SNAPSHOT.jar