neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            
https://neo4j.com/labs/apoc
Apache License 2.0
1.71k stars 493 forks source link

Spatial doesn't play nicely with GraphAware Framrwork (server 3.3.0) #669

Closed akshay2408 closed 6 years ago

akshay2408 commented 6 years ago

When mixing SPATIAL together with GraphAware framrwork, the server (3.3.0) fails to start. The server will start either with SPATIAL alone, or with the 3 GraphAware involved JARs below alone, but not with both. After some experimentation, it doesn't appear to be possible to have both in the same server.

Versions:

  1. apoc-3.3.0.1-all.jar
  2. graphaware-timetree-3.3.0.51.27.jar
  3. neo4j-spatial-0.25.2-neo4j-3.3.0-server-plugin.jar
  4. graphaware-server-enterprise-all-3.3.0.51.jar
  5. graphaware-uuid-3.3.0.51.14.jar

Conf. file:

conf.txt

moxious commented 6 years ago

Possible duplicate of #656

jexp commented 6 years ago

should be fixed on the graphaware side.