I installed BloodHound on my Parrot with version 5.3. I also installed Neo4j using JDK version 11. The installation of BloodHound seemed to be successful, but when I try to import a ZIP file that I want to analyze, I get this error in the console and the load stays at 0%: (BloodHound:2882): dconf-WARNING **: 12:02:21.930: failed to commit changes to dconf: The connection is closed
. To start Neo4j, I run neo4j start
, and for BloodHound, I use bloodhound &
. I did the whole installation process with the root user, and I also run Neo4j and Bloodhound with root privileges. Thanks in advance for the help! : )