-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Neosemantics : "Detecting n10s Plugin" spinning #317
Comments
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. |
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
<#317 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA5C3B6K4RLRSUCNJAX2RLZG3QDLAVCNFSM6AAAAABAS5EMZCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNRQGU3DMMBUGU>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: