-
Notifications
You must be signed in to change notification settings - Fork 152
Description
I already described this issue here https://community.neo4j.com/t/neosemantics-detecting-n10s-plugin-spinning/65290/1
but without any answer from the community, trying here again with more detailed information. Sorry if wrong place
This is my envrionment
neo4j 5.11.0,
desktop 1.5.9,
browser 5.12.0,
neosemantics 0.3.4, n10s 5.11 compatible,
Windows 10 environment
neosemantics plugin is apparently installed

When starting the neosemantics application (version 0.3.4), the message "detecting n10s plugin" is spinning forever. I can close the neosemantics application and back to Neo4JDesktop
I would like to know how to solve this issue and use the neosemantics application
I have started the neo4JDesktop application around 10:55 CET and started the database right after
I have then wait till 11:00 CET (10:00 UTC) to launch neosemantics applications
Looking at the "query.log" file from the database folder, it seems that the neosemantics apps is having a query not supported on Neo4J Version 5.x
CALL dbms.components() YIELD name, versions, edition WHERE name ENDS WITH 'Kernel' RETURN name, versions, edition
where the query should be using SHOW PROCEDURES
Not sure what's wrong since Neosemantics version 0.3.4 is supporting neo4J version 5.x
I upload the database log files
logs.zip
and the neo4jDesktop file
log.log
Thanks in advance for your support