Guest User

Untitled

a guest
Sep 11th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. I am using
  2.  
  3. RVM 1.10.2,
  4. ruby & gemset: ruby-1.9.2-p290@startcount
  5. bundle is already run and gives no errors
  6. I can debug/rails server from the command line just fine
  7.  
  8. But i cannot debug/run from rubymine.
  9. Rubymine version: RM 113.2
  10.  
  11. Output from Run
  12.  
  13. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/yasith/source/starcount_2/script/rails server -b 0.0.0.0 -p 3000 -e development
  14. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/spec_set.rb:88:in `block in materialize': Could not find crack-0.3.1 in any of the sources (Bundler::GemNotFound)
  15. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/spec_set.rb:82:in `map!'
  16. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/spec_set.rb:82:in `materialize'
  17. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/definition.rb:90:in `specs'
  18. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/definition.rb:135:in `specs_for'
  19. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/definition.rb:124:in `requested_specs'
  20. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/environment.rb:23:in `requested_specs'
  21. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/runtime.rb:11:in `setup'
  22. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler.rb:110:in `setup'
  23. from /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/setup.rb:17:in `<top (required)>'
  24. from /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `require'
  25. from /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require'
  26. from /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  27. from /Users/yasith/source/starcount_2/config/boot.rb:6:in `<top (required)>'
  28. from <internal:lib/rubygems/custom_require>:29:in `require'
  29. from <internal:lib/rubygems/custom_require>:29:in `require'
  30. from /Users/yasith/source/starcount_2/script/rails:5:in `<top (required)>'
  31. from -e:1:in `load'
  32. from -e:1:in `<main>'
  33.  
  34. Process finished with exit code 1
  35.  
  36. Output from Debug:
  37.  
  38. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/bin/ruby -e at_exit{sleep(1)};$stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/ruby-debug-ide-0.4.17.beta8/bin/rdebug-ide --port 52999 -- /Users/yasith/source/starcount_2/script/rails server -b 0.0.0.0 -p 3000 -e development
  39. Fast Debugger (ruby-debug-ide 0.4.17.beta8, ruby-debug-base 0.11.30.pre7) listens on 127.0.0.1:52999
  40. Uncaught exception: Could not find crack-0.3.1 in any of the sources
  41. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/spec_set.rb:88:in `block in materialize'
  42. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/spec_set.rb:82:in `map!'
  43. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/spec_set.rb:82:in `materialize'
  44. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/definition.rb:90:in `specs'
  45. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/definition.rb:135:in `specs_for'
  46. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/definition.rb:124:in `requested_specs'
  47. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/environment.rb:23:in `requested_specs'
  48. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/runtime.rb:11:in `setup'
  49. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler.rb:110:in `setup'
  50. /Users/yasith/.rvm/gems/ruby-1.9.2-p290@startcount/gems/bundler-1.0.21/lib/bundler/setup.rb:17:in `<top (required)>'
  51. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `require'
  52. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:59:in `rescue in require'
  53. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:35:in `require'
  54. /Users/yasith/source/starcount_2/config/boot.rb:6:in `<top (required)>'
  55. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  56. /Users/yasith/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
  57. /Users/yasith/source/starcount_2/script/rails:5:in `<top (required)>'
  58.  
  59. Process finished with exit code 0
Add Comment
Please, Sign In to add comment