Unsatisfied Dependency Exception trying call dbms.listqueries() in neo4j 4.0

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

Can you share the command you are using to try and list the queries?

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