Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APOC plugin doesn't read config properties #17

Open
fourier134949 opened this issue Nov 7, 2019 · 1 comment
Open

APOC plugin doesn't read config properties #17

fourier134949 opened this issue Nov 7, 2019 · 1 comment

Comments

@fourier134949
Copy link

fourier134949 commented Nov 7, 2019

Hi,
We enabled bolt and APOC procedures in the embedded neo4j started by the driver by putting these properties on neo4j-empty.properties:

gremlin.neo4j.conf.dbms.security.procedures.unrestricted=*
_gremlin.neo4j.conf.dbms.directories.plugins=put here the folder in which you have dropped apoc jar
gremlin.neo4j.conf.dbms.connector.0.type=BOLT
gremlin.neo4j.conf.dbms.connector.0.enabled=true
gremlin.neo4j.conf.dbms.connector.0.address=localhost:57687
gremlin.neo4j.conf.apoc.import.file.enabled=true
gremlin.neo4j.conf.apoc.export.file.enabled=true

If I start the gremlin server in Windows 10 and try to call apoc.config.map I can see the properties, but if I do the same on a linux machine (RHEL/CentOS) the call doesn't return any result. That way we cannot leverage the import/export capabilities provided by apoc library.
We are testing it on the 3.5.0-SNAPSHOT version of gremlin server. The APOC lib version is 3.4.0.4 How can we solve this issue?

@fravdd81
Copy link

Hi,
same problem found on Debian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants