Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in basic code execution as external library #24

Closed
igrangel opened this issue Mar 4, 2019 · 0 comments
Closed

Problem in basic code execution as external library #24

igrangel opened this issue Mar 4, 2019 · 0 comments

Comments

@igrangel
Copy link

igrangel commented Mar 4, 2019

When I try to execute the code you provide in the readme I got the following error:

SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
null
java.io.FileNotFoundException: null
	at be.ugent.rml.Utils.getFile(Utils.java:138)
	at be.ugent.rml.Utils.getFile(Utils.java:89)
	at be.ugent.rml.functions.FunctionLoader.<init>(FunctionLoader.java:57)
	at be.ugent.rml.functions.FunctionLoader.<init>(FunctionLoader.java:47)
	at be.ugent.rml.Initializer.<init>(Initializer.java:28)
	at be.ugent.rml.Executor.<init>(Executor.java:47)
	at be.ugent.rml.Executor.<init>(Executor.java:39)
	at Main.main(Test.java:30)

As for the mappings I have tested them with the standalone jar and they run correctly. I have imported the same jar as well as the Jena Libraries.

@igrangel igrangel changed the title Problem in basic code execution Problem in basic code execution as external library Mar 4, 2019
@igrangel igrangel closed this as completed Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant