You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@l7x since you are running embedded you must be including neo4j jar files. There is the neo4j-community gem, but it is hopelessly outdated. If you must run in embedded mode you are on your own and must find a way to add the entire set of neo4j server jar files to your ruby project. Have a look at jar-dependencies and ruby-maven gems. Let me know if you succeed.
Otherwise run in server mode as nearly everyone does nowadays.
Thank you for the quick response. Documentation (and wiki) on embedded mode is very confusing.
Unfortunately, I can't run server mode due to some requirements.
I'll check ruby-maven and jar-dependencies. If I get this working, are there any additional problems I can expect with neo4jrb and embedded mode in the long run?
I'm getting this error with basic embedded example:
I followed the documentation, but I'm not sure if I need to install anything else manually or everything should be already bundled.
Code example:
Runtime information:
jruby 9.2.9.0 on linux
Neo4j database version: embedded
neo4j
gem version: neo4j-9.6.1.gemneo4j-core
gem version: neo4j-core-9.0.0The text was updated successfully, but these errors were encountered: