neo4jrb / activegraph

An active model wrapper for the Neo4j Graph Database for Ruby.
http://neo4jrb.io
MIT License
1.39k stars 276 forks source link

Problems with migrations #1632

Open johanandre opened 3 years ago

johanandre commented 3 years ago

I get this when running rails neo4j:migrate locally:

Neo4j::Driver::Exceptions::DatabaseException: Could not initialize class org.eclipse.collections.impl.utility.LazyIterate

The neo4j-server is installed with:

rails neo4j:install[community-latest]

My Gemfile is:

gem 'activegraph', '~> 10.0.1'
gem 'neo4j-ruby-driver', '~> 1.7.0'
klobuczek commented 3 years ago

@johanandre sorry for the late response. That looks like a problem with neo4j server, not neo4j driver or activegraph