Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. SEVERE: Error: unable to initialize application
  2. org.jruby.rack.RackInitializationException: No compatible versions could be found for required dependencies:
  3. neo4j (>= 0.4.1, runtime) not found in any of the sources
  4. required by neo4j-rails (>= 0, runtime)
  5. All possible versions of origin requirements conflict.
  6. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/resolver.rb:39:in `catch'
  7. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/resolver.rb:39:in `resolve'
  8. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/environment.rb:55:in `resolve'
  9. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/environment.rb:59:in `resolve_locally'
  10. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/environment.rb:28:in `specs'
  11. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/environment.rb:69:in `specs_for'
  12. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/environment.rb:23:in `requested_specs'
  13. from /Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/bundler-0.9.16/lib/bundler/runtime.rb:18:in `setup'
  14. ... 8 levels...
  15. from file:/Users/nicksieger/Projects/ruby/jruby/lib/ruby/gems/1.8/gems/jruby-rack-0.9.7/lib/jruby-rack-0.9.7.jar!/vendor/rack-1.1.0/rack/builder.rb:46:in `initialize'
  16. from <script>:2:in `new'
  17. from <script>:2
  18.  
  19. at org.jruby.rack.DefaultRackApplicationFactory$4.init(DefaultRackApplicationFactory.java:172)
  20. at org.jruby.rack.PoolingRackApplicationFactory$1.run(PoolingRackApplicationFactory.java:157)
  21. at java.lang.Thread.run(Thread.java:637)
Add Comment
Please, Sign In to add comment