I am trying to install neo4j bloom to a neo4j enterprise server.
The .jar
is placed within $NEO4J_HOME/plugins
with correct permission and my bloom.license
file is placed in NEO4j_HOME
.
I have updated the neo4j.conf
follow like:
dbms.unmanaged_extension_classes=com.neo4j.bloom.server=/bloom
#bloom and browser to http_allowlist
dbms.security.http_auth_allowlist=/,/browser.*,/bloom.*
dbms.security.procedures.unrestricted=apoc.*, bloom.*, gds.*
neo4j.bloom.license_files=/var/neo4j/neo4j-enterprise-4.2.3/bloom.license
neo4j.bloom.authorization_role=admin,architect,reader
With the above configuration and files however, I receive an error of
The Neo4j Bloom Server plugin is missing. A licensed plugin is required for remote graphs. Please contact your system administrator or your Neo4j representative.
when trying to login into bloom at http://<neo4j_server_url>.com:7474/bloom.
The above message is not clear to me as I do have the plugin in the plugin dicrectory - perhaps I have fudged something in the config file? Can someone please advise?
versions info:
neo4j==4.2.3
bloom (jar)==4.x-1.5.1
Thanks in advance