Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-19-2020 06:31 AM
Hello, I used to be able to run call listqueries in neo4j 3 but since upgrading to 4 I get the following message either trying it in the browser or through a bolt call:
Failed to invoke procedure dbms.listTransactions
: Caused by: org.neo4j.exceptions.UnsatisfiedDependencyException: No dependency satisfies type class org.neo4j.kernel.impl.api.KernelTransactions
Appreciate any help
06-19-2020 12:00 PM
Can you share the command you are using to try and list the queries?
06-19-2020 12:40 PM
Sure thank you:
call dbms.listQueries()
Im running neo4j-enterprise-4.0.6 and entering the command in the browser at http://localhost:7474/browser/
Related commands do work, like:
call dbms.killQuery('insuranceautograph-query-123')
Thank you
All the sessions of the conference are now available online