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.

Neo4j Spatial and GraphAware

Is there a way to use Neo4j Spatial and GraphAware simultaneously.

Now I'm getting the following error in my neo4j.log:

17:31:28.666+0000 ERROR Failed to start Neo4j: Starting Neo4j failed: Component
'org.neo4j.server.database.LifecycleManagingDatabase@8dcc25' was successfully initialized, but failed to start. Please see the
attached cause exception "Cannot inherit from final class". Starting Neo4j failed: Component
'org.neo4j.server.database.LifecycleManagingDatabase@8dcc25' was successfully initialized, but failed to start. Please see the
attached cause exception "Cannot inherit from final class". org.neo4j.server.ServerStartupException: Starting Neo4j failed: Component
'org.neo4j.server.database.LifecycleManagingDatabase@8dcc25' was successfully initialized, but failed to start. Please see the
attached cause exception "Cannot inherit from final class".

I'm ready to provide full logs to investigate this issue.

1 ACCEPTED SOLUTION

Workaround was found. Bad, but better than nothing.

  1. Remove all Node property existence constraints and other things that exists only at Neo4j Enterprise (no more backups and query logging )
  2. Switch to Neo4j Community.
  3. Rebuild GraphAware Framework was rebuild using Guava 17.0.

View solution in original post

4 REPLIES 4

oleg_neo4j
Graph Buddy

Hi Vit,
What versions of Neo4j and the plugins are you using?

Hi Oleg,

We are using Neo4j Enterprise 3.5.14, graphaware-server-all-3.5.14.55 and spatial-0.26.2-neo-3.5.2 on Ubuntu 18.04

Also we checked with some previous versions, with different JVMs and even Centos but results are always the same.

That's quite strange but I tried to install the same plugins into GrapheneDB and everything works fine

Workaround was found. Bad, but better than nothing.

  1. Remove all Node property existence constraints and other things that exists only at Neo4j Enterprise (no more backups and query logging )
  2. Switch to Neo4j Community.
  3. Rebuild GraphAware Framework was rebuild using Guava 17.0.