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
An error occurs when running rake neo4j:info with neo4j community-4.0.7:
$ rake neo4j:info 09:48:34
The dependency tzinfo-data (>= 0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby but the dependency is only for x86-mingw32, x86-mswin32, x64-mingw32, java. To add those platforms to the bundle, run `bundle lock --add-platform x86-mingw32 x86-mswin32 x64-mingw32 java`.
Getting Neo4j info for development...
Usage: neo4j { console | start | stop | restart | status | version }
rake aborted!
Unable to run: db/neo4j/development/bin/neo4j info
/home/neo/.rvm/gems/ruby-2.7.1/gems/neo4j-rake_tasks-0.7.19/lib/neo4j/rake_tasks/server_manager.rb:249:in `system_or_fail'
/home/neo/.rvm/gems/ruby-2.7.1/gems/neo4j-rake_tasks-0.7.19/lib/neo4j/rake_tasks/server_manager.rb:65:in `info'
/home/neo/.rvm/gems/ruby-2.7.1/gems/neo4j-rake_tasks-0.7.19/lib/neo4j/rake_tasks/neo4j_server.rake:123:in `block (2 levels) in <main>'
/home/neo/.rvm/gems/ruby-2.7.1/bin/ruby_executable_hooks:24:in `eval'
/home/neo/.rvm/gems/ruby-2.7.1/bin/ruby_executable_hooks:24:in `<main>'
Tasks: TOP => neo4j:info
(See full trace by running task with --trace)
The problem is neo4j doesn't support neo4j info sub-command from this rake task:
@zt2 please feel free to create a PR. Might be as simple as removing the task or forwarding to neo4j-admin store-info. We are actually going away from neo4j-rake_tasks in favor of bolkit or direct shell.
We are actually going away from neo4j-rake_tasks in favor of bolkit or direct shell.
@klobuczek Can you clarify the status of this gem moving forward. I don't see much movement in the last year here or with boltkit. Is it worth submitting PRs to this gem or is it going away? All the documentation references this gem as a top level project so want to make sure I understand the status of things moving forward. Thanks!
An error occurs when running
rake neo4j:info
withneo4j community-4.0.7
:The problem is neo4j doesn't support
neo4j info
sub-command from this rake task:The command from this task is
db/neo4j/development/bin/neo4j info
but the usage said:There is no
info
in usage.Additional information which could be helpful if relevant to your issue:
Code example (inline, gist, or repo)
Runtime information:
Neo4j database version:community-4.0.7
neo4j
gem version: neo4j-ruby-driver (1.7.0), neo4j-rake_tasks (0.7.19)neo4j-core
gem version:The text was updated successfully, but these errors were encountered: