question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error in configuration file: Reader not found: TURTLE

See original GitHub issue

Version

4.6.1

What happened?

Looks like something has changed between 4.5.0 and 4.6.1 re. location mapping.

Jena 4.5.0:

StreamManager:175 - Found: etc/location-mapping.ttl (LocatorFile)
JenaIOEnvironment:119 - Mapping: http://xmlns.com/foaf/0.1/ => etc/foaf.owl
JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spl => etc/spl.spin.ttl
JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spl# => etc/spl.spin.ttl
JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spin => etc/spin.ttl
JenaIOEnvironment:119 - Mapping: http://spinrdf.org/spin# => etc/spin.ttl
JenaIOEnvironment:119 - Mapping: http://spinrdf.org/sp => etc/sp.ttl
JenaIOEnvironment:119 - Mapping: http://spinrdf.org/sp# => etc/sp.ttl

Jena 4.6.1:

StreamManager:175 - Found: etc/location-mapping.ttl (LocatorFile)
LocationMapper:188 - Error in configuration file: Reader not found: TURTLE

JenaSystem::init is called like this:

static
{
    JenaSystem.init();
}

Failing test: https://github.com/AtomGraph/Twirl/blob/jena-4.6.1/src/test/java/com/atomgraph/spinrdf/constraints/InfOntModelConstraintTest.java

Relevant output and stacktrace

No response

Are you interested in making a pull request?

No

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:14 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
kinowcommented, Dec 14, 2022
0reactions
afscommented, Dec 15, 2022

I don’t know why but it does not seem to happen with 4.5.0.

There was an old Turtle parser in jena-core. https://github.com/apache/jena/issues/1671#issuecomment-1351542816

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when importing function that uses Turtle from a different file
After i edit and save a configuration (simply using the directory for script.py and let it autofill), the function could not run and...
Read more >
Gradle error when building an SDK43 app using Turtle v0.23.5
The gradle script generated by turtle fails with an error code of 0. This seems to be caused by some of the file...
Read more >
TurtleParser (Eclipse RDF4J 3.4.3 API)
RDF parser for RDF-1.1 Turtle files. This parser is not thread-safe, therefore its public methods are synchronized. Normalization of integer, floating point ...
Read more >
Changelog — CKAN 2.9.7 documentation
The ckan.main_css and ckan.i18.rtl_css settings, which were not working, ... This version requires changes to the who.ini configuration file.
Read more >
Changelog — Python 3.11.1 documentation
Patch by Victor Stinner. gh-99581: Fixed a bug that was causing a buffer overflow if the tokenizer copies a line missing the newline...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found