jamiejackson

JRuby on Rails IDE Debug Failure

Jan 5th, 2012
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. Fast Debugger (ruby-debug-ide 0.4.16, ruby-debug-base 0.10.3.2) listens on 127.0.0.1:54875
  2. => Booting WEBrick
  3. => Rails 3.1.3 application starting in dev_jruby on http://0.0.0.0:3000
  4. => Call with -d to detach
  5. => Ctrl-C to shutdown server
  6. => Debugger enabled
  7. [2012-01-05 23:03:44] INFO WEBrick 1.3.1
  8. [2012-01-05 23:03:44] INFO ruby 1.9.2 (2011-10-25) [java]
  9. [2012-01-05 23:03:44] INFO WEBrick::HTTPServer#start: pid=17440 port=3000
  10. Exception in DebugThread loop: undefined method `is_binary_data?' for "OverviewController":String
  11. Backtrace:
  12. /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/xml_printer.rb:124:in `print_variable'
  13. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/xml_printer.rb:71:in `print_variables'
  14. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/xml_printer.rb:253:in `print_element'
  15. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/xml_printer.rb:69:in `print_variables'
  16. from: org/jruby/RubyBasicObject.java:1700:in `__send__'
  17. from: org/jruby/RubyKernel.java:2122:in `send'
  18. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/command.rb:85:in `method_missing'
  19. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/commands/variables.rb:130:in `execute'
  20. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/processor.rb:78:in `process_context_commands'
  21. from: org/jruby/RubyArray.java:1612:in `each'
  22. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/processor.rb:71:in `process_context_commands'
  23. from: org/jruby/RubyKernel.java:1206:in `catch'
  24. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/processor.rb:70:in `process_context_commands'
  25. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/processor.rb:39:in `process_commands'
  26. from: org/jruby/RubyKernel.java:1206:in `catch'
  27. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug/processor.rb:35:in `process_commands'
  28. from: /home/jamie/.rvm/gems/jruby-1.6.5@rails-3/gems/ruby-debug-ide-0.4.16/lib/ruby-debug-ide.rb:140:in `start_control'
  29. from: org/jruby/RubyProc.java:270:in `call'
  30. from: org/jruby/RubyProc.java:224:in `call'
Advertisement
Add Comment
Please, Sign In to add comment