-
Notifications
You must be signed in to change notification settings - Fork 35
Description
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