cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Failed to invoke procedure `apoc.uuid.install`: Caused by: java.lang.NullPointerException

  • neo4j version: 3.5.19 - Community (dockerised). APOC 3.5.0.12
  • Using browser to run commands (Chrome Linux [Ubuntu])

command run:

CALL apoc.uuid.install('Person') YIELD label, installed, properties RETURN label, installed, properties

Result: As per topic title

docker environment:

    environment:
      - NEO4J_dbms_memory_pagecache_size=1G
      - NEO4J_dbms.memory.heap.initial_size=1G
      - NEO4J_dbms_memory_heap_max__size=1G
      - NEO4J_dbms_security_procedures_unrestricted=apoc.*
      - NEO4J_dbms.security.procedures.white_list=apoc.*

Other apoc procs (spanningtree for instance) execute fine.

0 REPLIES 0