Hi friends, I have a similar setting to this issue but different error: https://github.com/neo4j/graph-data-science/issues/91#issue-741990816 1. I downloaded graph-data-science jar and put it under plugins folder; 2. I added these two lines to neo4j.conf ``` dbms.security.procedures.unrestricted=gds.* dbms.security.procedures.whitelist=gds.* ``` 3. I started the server in java code:  Then I got an error when starting the embedded database in Java : 