Skip to content

Instantly share code, notes, and snippets.

@manicExpressive
Created July 22, 2015 01:23
Show Gist options
  • Save manicExpressive/9f33c1954ce64cc82887 to your computer and use it in GitHub Desktop.
Save manicExpressive/9f33c1954ce64cc82887 to your computer and use it in GitHub Desktop.
lando:now stickwithjosh$ bundle exec rake neo4j:start --trace
** Invoke neo4j:start (first_time)
** Execute neo4j:start
Starting Neo4j development...
rake aborted!
Unable to run: db/neo4j/development/bin/neo4j start
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/neo4j-core-5.0.3/lib/neo4j/tasks/neo4j_server.rake:65:in `system_or_fail'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/neo4j-core-5.0.3/lib/neo4j/tasks/neo4j_server.rake:78:in `start_starnix_server'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/neo4j-core-5.0.3/lib/neo4j/tasks/neo4j_server.rake:60:in `start_server'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/neo4j-core-5.0.3/lib/neo4j/tasks/neo4j_server.rake:137:in `block (2 levels) in <top (required)>'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:240:in `call'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:240:in `block in execute'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:235:in `each'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:235:in `execute'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:179:in `block in invoke_with_call_chain'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:172:in `invoke_with_call_chain'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/task.rb:165:in `invoke'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:150:in `invoke_task'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:106:in `block (2 levels) in top_level'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:106:in `each'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:106:in `block in top_level'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:115:in `run_with_threads'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:100:in `top_level'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:78:in `block in run'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:176:in `standard_exception_handling'
/Users/stickwithjosh/.rbenv/versions/2.2.2/lib/ruby/2.2.0/rake/application.rb:75:in `run'
/Users/stickwithjosh/.rbenv/versions/2.2.2/bin/rake:33:in `<main>'
Tasks: TOP => neo4j:start
lando:now stickwithjosh$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment