Error in configuration file: Reader not found: TURTLE
See original GitHub issueVersion
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();
}
Relevant output and stacktrace
No response
Are you interested in making a pull request?
No
Issue Analytics
- State:
- Created 9 months ago
- Comments:14 (7 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Related to:
There was an old Turtle parser in jena-core. https://github.com/apache/jena/issues/1671#issuecomment-1351542816