Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-19-2021 02:54 PM
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
04-29-2021 06:28 AM
Hi @mason.edmison,
thanks for reaching out!
It looks like the license file path setting is slightly misspelled. The correct spelling is
neo4j.bloom.license_file=/var/neo4j/neo4j-enterprise-4.2.3/bloom.license
without the "s" at the end of "file".
Does this fix the issue for you?
Many thanks,
Clemens
05-06-2021 09:16 AM
Hi. I made the suggested change in the neo4j conf like:
neo4j.bloom.license_file=/var/neo4j/neo4j-enterprise-4.2.3/bloom.license
(and restarted the database) and still receive the same error.
05-10-2021 06:27 AM
Hi @mason.edmison,
thanks for your reply.
As far as I can tell, the settings look valid. I can think of two things to try next:
neo4j.bloom.license_file=bloom.license
)neo4j.bloom.license_file
is only present once and not set anywhere else in neo4j.conf
I hope this helps with tracking down the issue.
Many thanks,
Clemens
All the sessions of the conference are now available online