activegraph icon indicating copy to clipboard operation
activegraph copied to clipboard

Problems with migrations

Open johanandre opened this issue 3 years ago • 1 comments

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'

johanandre avatar Nov 11 '20 11:11 johanandre

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

klobuczek avatar Dec 08 '20 20:12 klobuczek