Neo.ClientError.Procedure.ProcedureNotFound dbms.procedures

Setup:
MacOS Sonoma 14.1
Neo4j Desktop Version 1.6.0 (1.6.0.121)

I'm following the installation instructions for Neosemantics Installation:

However, when I try to test if the installation went well:

call dbms.procedures()

I get the error:

Neo.ClientError.Procedure.ProcedureNotFound There is no procedure with the name 'dbms.procedures' registered for this database instance.

Even though I downloaded the neosemantics-5.20.0.jar file into the plugins directory, and updated the neo4J.conf file.

I also followed the instructions in this thread:

i.e. to add the line:

dbms.security.procedures.whitelist=gds. ,apoc. , n10s.*

...to the neo4j.conf file. That didn't help either.

What am I missing?

Thanks

@jeroen.lapre1

if you run

show procedures;

do you see the Neosementic procedures?

@jeroen.lapre1

also note the link to the Installation you describe in original post is

https://neo4j.com/labs/neosemantics/4.1/install/?

and note the reference to /4.1/ and to which this doc does work if you were installing Neo4j 4.1 with Neosemantics.
However the 5x doc and at https://neo4j.com/labs/neosemantics/installation/ is the current install doc and does report you should run show procedures

Hi @dana_canzano.
Thanks for pointing those items out.
The good news is that the show procedures command is returning a number of n10s. procedures!
And :GET http://localhost:7474/rdf/ping does return a ping!

However, when I try to launch the neosemantics Graph App, I get the following message:
Neosemantics has dependencies My First Graph DBMS is missing the plugin dependencies required by Neosemantics. Missing dependencies Neosemantics (n10s)

When I press the Install dependencies button, I get the message Detecting n10s plugin...
with a spinning wheel of death that never returns.

Screenshot 2024-07-07 at 5.30.42 PM

My previous steps showed that the n10s plugin was successfully installed.
Why isn't the Neosemantics Graph App finding it?

Thanks

Hi @dana_canzano. Thanks for helping me solve my Neo.ClientError.Procedure.ProcedureNotFound problem.
I'm marking that part of this thread as solved.
I posted a separate message about the Detecting n10s plugin... problem.