neosemantics icon indicating copy to clipboard operation
neosemantics copied to clipboard

3.3.2 doesn't work

Open anbo724 opened this issue 7 years ago • 5 comments

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?

anbo724 avatar Jan 23 '18 04:01 anbo724

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?

jbarrasa avatar Jan 23 '18 22:01 jbarrasa

@anbo724 You likely forgot to whitelist the procedures in your neo4j.conf :

dbms.security.procedures.whitelist=semantics.*

ikwattro avatar Feb 02 '18 12:02 ikwattro

@anbo724 Have you solved the problem? Could you give some advices? Thanks

res-03wade avatar Nov 16 '18 02:11 res-03wade

@anbo724 Can you tell how you resolved the issue? I am running into the same.

jobanprn avatar Jul 24 '19 12:07 jobanprn

Can you tell how you resolved the issue? I am running into the same.

srs-source avatar Jul 16 '20 14:07 srs-source