Skip to content

Instantly share code, notes, and snippets.

@rdp
Created April 27, 2011 22:49
Show Gist options
  • Save rdp/945409 to your computer and use it in GitHub Desktop.
Save rdp/945409 to your computer and use it in GitHub Desktop.
backtrace when opening redcar via remote
c:\dev\ruby\redcar>j c:/dev/ruby/redcar/bin/redcar
Redcar 0.12.0dev ( java )
continuing to run to wait for incoming drb connections later
error in sync exec
java.lang.IllegalArgumentException: Argument cannot be null
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.SWT:-1:in `error'
org.eclipse.swt.widgets.Dialog:-1:in `error'
org.eclipse.swt.widgets.Dialog:-1:in `checkParent'
org.eclipse.swt.widgets.Dialog:-1:in `<init>'
org.eclipse.swt.widgets.MessageBox:-1:in `<init>'
sun/reflect/NativeConstructorAccessorImpl.java:-2:in `newInstance0'
sun/reflect/NativeConstructorAccessorImpl.java:39:in `newInstance'
sun/reflect/DelegatingConstructorAccessorImpl.java:27:in `newInstance'
java/lang/reflect/Constructor.java:513:in `newInstance'
org/jruby/javasupport/JavaConstructor.java:291:in `newInstanceDirect'
c:/dev/ruby/redcar/plugins/application_swt/lib/application_swt/dialog_adapter.rb:50:in `message_box'
c:/dev/ruby/redcar/plugins/application/lib/application/dialog.rb:52:in `message_box'
c:/dev/ruby/redcar/plugins/application/lib/application/dialog.rb:12:in `in_dialog'
c:/dev/ruby/redcar/plugins/application/lib/application/dialog.rb:52:in `message_box'
c:/dev/ruby/redcar/plugins/project/lib/project/manager.rb:263:in `open_project_for_path'
c:/dev/ruby/redcar/plugins/project/lib/project/drb_service.rb:40:in `open_directory'
c:/dev/ruby/redcar/plugins/project/lib/project/drb_service.rb:16:in `open_item_drb'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyProc.java:228:in `call'
c:/dev/ruby/redcar/plugins/swt/lib/swt.rb:99:in `sync_exec'
org/jruby/RubyProc.java:268:in `call'
org/jruby/RubyProc.java:228:in `call'
c:/dev/ruby/redcar/plugins/swt/lib/swt.rb:156:in `run'
c:/dev/ruby/redcar/plugins/swt/lib/swt/event_loop.rb:13:in `start'
c:/dev/ruby/redcar/plugins/core/lib/core/gui.rb:37:in `start'
c:/dev/ruby/redcar/lib/redcar.rb:200:in `pump'
c:/dev/ruby/redcar/bin/redcar:35:in `(root)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment