I am using ubuntu 18.04 and installed neo4j community version 4.0.1. I am trying to enable graph algorithms using neo4j-graph-algorithms-3.5.14.0-standalone.jar as specified in https://neo4j.com/download-center/#desktop link.
The edits I have made to the config file are as follows:
dbms.security.procedures.unrestricted=apoc.,algo.
dbms.security.procedures.whitelist=apoc.,algo.
I am not able to restart neo4j service if I add algo.* to the whitelist section of the configuration file. If I comment out algo.* in the whitelist section, I am able to start neo4j; however graph algorithms aren't loaded.
Has anyone else faced the same issue, please help.