Open xbocquet opened 10 months ago
I'm experiencing a similar problem. I try to launch the Neosemantics app. It brings up a window that says Detecting n10s plugin... but spins forever. Would like to know how to fix. Thanks
I am experiencing the same issue on macOS
Same issue here, did any of you find a fix?
Not yet. I find the lack of response discouraging.
On Tue, Jun 11, 2024 at 4:51 AM Jo Kent @.***> wrote:
Same issue here, did any of you find a fix?
— Reply to this email directly, view it on GitHub https://github.com/neo4j-labs/neosemantics/issues/317#issuecomment-2160566045, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAA5C3B6K4RLRSUCNJAX2RLZG3QDLAVCNFSM6AAAAABAS5EMZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQGU3DMMBUGU . You are receiving this because you commented.Message ID: @.***>
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 usingSHOW 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