You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use SPARQL Anything to consume data from an XML source. The latest releases seem to have problems with different data sources and cause ClassNotFoundExceptions for specific triplifiers. In my case java.lang.ClassNotFoundException: io.github.sparqlanything.xml.XMLTriplifier.
I can't share my query to reproduce the exact same problem because my endpoints are internal. A similar issue can be reproduced using the query from the documentation, i.e.,
which results in java.lang.ClassNotFoundException: io.github.sparqlanything.json.JSONTriplifier.
The problem seems so have emerged with v1.0-DEV.5 and higher. v1.0-DEV.4 is not affected by this issue. I'm running the server version of Sparql Anything (sparql-anything-server-v1.0-DEV.X.jar) and execute the queries from the UI.
The text was updated successfully, but these errors were encountered:
the problem was introduced in the #484 in which we introduced the libs module to collect all the triplifiers and remove them from the engine model.
The dependencies of the fuseki module need to be updated.
I use SPARQL Anything to consume data from an XML source. The latest releases seem to have problems with different data sources and cause ClassNotFoundExceptions for specific triplifiers. In my case
java.lang.ClassNotFoundException: io.github.sparqlanything.xml.XMLTriplifier.
I can't share my query to reproduce the exact same problem because my endpoints are internal. A similar issue can be reproduced using the query from the documentation, i.e.,
which results in
java.lang.ClassNotFoundException: io.github.sparqlanything.json.JSONTriplifier
.The problem seems so have emerged with v1.0-DEV.5 and higher. v1.0-DEV.4 is not affected by this issue. I'm running the server version of Sparql Anything (sparql-anything-server-v1.0-DEV.X.jar) and execute the queries from the UI.
The text was updated successfully, but these errors were encountered: