Skip to content

APOC plugin doesn't read config properties #17

@fourier134949

Description

@fourier134949

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions