-
Notifications
You must be signed in to change notification settings - Fork 34
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
Question: command line error #79
Comments
hi @sunyi000 can you tell us more about your command line and config file? what command line did you use? what is the content of the your config file? maybe you have not configured a reasoner? |
thank you @SimonBin It is my very first attempt to use dllearner. I just download it and used the 'cli' utility in dllearner-1.4.0's bin folder. I used the father_oe_inv.conf as the template and just changing the values for my own ontology. I noticed the reasoner in that file is {ks} but not sure what does it mean..basically I wanted to use pallet reasoner. Thanks again for your help. Probably I will need more reading on dllearner :) |
can you first verify, does the original father_oe_inv.conf work :-) if it does, you have to understand better the config. we can better help you if you show your config. you can also look at some more conf files and/or refer the configOptions documentation |
yes the original father_oe_inv.conf works.. I'm trying different config options and hopefully to find out what was wrong... my conf file looks like below.. thanks
|
the immediate cause for the error you get, is that the ssn and sosa ontologies define anonymous foaf:Agent instances, and pellet will error out with this error when encountering anonymous (blank node) individuals. |
Hi,
I'm new to dllearner and I was trying to use dllearner commandline cli to run my own ontology.
I have got an error below. 'op' is a controlled vocabulary created and available locally.
java.lang.RuntimeException: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'op': Unsatisfied dependency expressed through method 'setReasoner' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reasoner': Initialization of bean failed; nested exception is java.lang.RuntimeException: java.lang.NullPointerException: entity cannot be null
I tried to debug the ontology, but it looks fine without issue. (Protege say it is coherent and consistent)
I have spent a long time trying to debug but could not find out why.
Any pointers are much appreciated.
Thank you
The text was updated successfully, but these errors were encountered: