neosemantics
neosemantics copied to clipboard
3.3.2 doesn't work
i used the released jar of neosemantics-3.3.0.2.jar, and I install it follow the introduction.
After starting neo4j, i got error likes this:
There is no procedure with the name semantics.importRDF
registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
how to fix it?
Hi, I'm afraid I'd need more details to try and understand what's wrong. What version of neo4j are you using? on what operating system? I understand you've followed the instructions and copied the jar into the plugins directory of your neo4j instance and then restarted the server, correct? Is there any information on the neo4j.log file on startup? What do you get when you type call dbms.procedures in the browser?
@anbo724 You likely forgot to whitelist the procedures in your neo4j.conf :
dbms.security.procedures.whitelist=semantics.*
@anbo724 Have you solved the problem? Could you give some advices? Thanks
@anbo724 Can you tell how you resolved the issue? I am running into the same.
Can you tell how you resolved the issue? I am running into the same.