rake neo4j:创建错误rake中止

时间:2013-03-22 17:45:48

标签: rake neo4j

>sudo rake neo4j:create --trace                                     [ 6:18PM]
耙子流产了! 不知道如何构建任务'neo4j:create' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/task_manager.rb:49:in []' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:115:in invoke_task' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:in每个' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:94:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:88:in top_level' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:66:in run' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:133:in standard_exception_handling' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/lib/rake/application.rb:63:in run' /usr/lib/ruby/gems/1.8/gems/rake-0.9.2.2/bin/rake:33 / usr / bin / rake:19:在'load'中 的/ usr /斌/耙:19

出现此错误的可能原因可能是什么。我正在关注neo4j和d3.js的maxdemarzi介绍。

如果有人能提出解决方案,我将感激不尽 https://github.com/maxdemarzi/d3_js_intro

1 个答案:

答案 0 :(得分:0)

我已经更新了项目,现在可以正常运行了。请运行:

git pull                             # Get the latest code
bundle install                       # Update the project gems
rake neo4j:reset_yes_i_am_sure       # Reset the Neo4j Server
rake neo4j:create

如果你还有问题请跟我说。

此致 最大