Florian Kleedorfer created JENA-2078:
----------------------------------------
Summary: java.lang.NoClassDefFoundError:
org/apache/thrift/TException
Key: JENA-2078
URL: https://issues.apache.org/jira/browse/JENA-2078
Project: Apache Jena
Issue Type: Bug
Components: Core, RIOT
Affects Versions: Jena 4.0.0
Reporter: Florian Kleedorfer
Snapshot 4.0.0-20210326.112956-34 produces an exception in previously working
code. I wiill pin an earlier snapshot until resolved. Please let me know if you
need more research on my part.
The exception is thrown here:
{{Model shapesGraph = ModelFactory.createDefaultModel(){color:#cc7832};{color}}}
Exception:
{{Caused by: java.lang.NoClassDefFoundError: org/apache/thrift/TException}}
{{ at org.apache.jena.riot.system.InitRIOT.start (InitRIOT.java:30)}}
{{ at org.apache.jena.sys.JenaSystem.lambda$init$2 (JenaSystem.java:117)}}
{{ at java.util.ArrayList.forEach (ArrayList.java:1511)}}
{{ at org.apache.jena.sys.JenaSystem.forEach (JenaSystem.java:192)}}
{{ at org.apache.jena.sys.JenaSystem.forEach (JenaSystem.java:169)}}
{{ at org.apache.jena.sys.JenaSystem.init (JenaSystem.java:115)}}
{{ at org.apache.jena.rdf.model.ModelFactory.<clinit> (ModelFactory.java:48)}}
{{ at won.shacl2java.testutil.Shacl2JavaTestSourcesGenerator.loadShapes
(Shacl2JavaTestSourcesGenerator.java:30)}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)