This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error in command Redcar::Top::FocusWindowCommand | |
NativeException: java.util.concurrent.RejectedExecutionException: null | |
java/util/concurrent/ThreadPoolExecutor.java:1768:in `rejectedExecution' | |
java/util/concurrent/ThreadPoolExecutor.java:767:in `reject' | |
java/util/concurrent/ThreadPoolExecutor.java:658:in `execute' | |
java/util/concurrent/AbstractExecutorService.java:92:in `submit' | |
/Users/danlucraft/Redcar/redcar/plugins/core/lib/core/task_queue.rb:20:in `submit' | |
/Users/danlucraft/Redcar/redcar/plugins/core/lib/core/task_queue.rb:17:in `submit' | |
/Users/danlucraft/Redcar/redcar/plugins/core/lib/core/resource.rb:51:in `compute' | |
/Users/danlucraft/Redcar/redcar/plugins/core/lib/core/resource.rb:47:in `compute' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ruby bin/redcar --multiple-instance | |
Redcar 0.6dev ( universal-darwin10.0 ) | |
java -XstartOnFirstThread -d32 -client -Xmx500m -Xss1024k -Djruby.memory.max=500m -Djruby.stack.max=1024k -cp /Users/danlucraft/.redcar/assets/jruby-complete-1.5.2.jar org.jruby.Main /Users/danlucraft/Redcar/redcar/bin/redcar --multiple-instance --no-sub-jruby --ignore-stdin | |
./bin/../lib/redcar/runner.rb:44: warning: Insecure world writable dir /usr/local/share in PATH, mode 040777 | |
Redcar 0.6dev ( java ) | |
2010-09-14 11:45:56.429 java[79479:a13] __CFServiceControllerBeginPBSLoadForLocalizations timed out while talking to pbs | |
loading plugins took 7.305 | |
took 1.063s to load textmate assets | |
Error in: undefined method `fullscreen' for nil:NilClass | |
NoMethodError: undefined method `fullscreen' for nil:NilClass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Fri Sep 10 13:49:24 on ttys010 | |
-bash: cat: No such file or directory | |
-bash: cut: No such file or directory | |
-bash: sed: No such file or directory | |
-bash: sed: No such file or directory | |
-bash: sed: No such file or directory | |
-bash: uniq: No such file or directory | |
-bash: grep: No such file or directory | |
-bash: date: No such file or directory | |
-bash: wc: No such file or directory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ purge; time ruby bin/redcar --multiple-instance --quit-after-splash | |
Redcar 0.5.2dev ( universal-darwin10.0 ) | |
java -XstartOnFirstThread -Xmx500m -Xss1024k -Djruby.memory.max=500m -Djruby.stack.max=1024k -cp /Users/danlucraft/.redcar/assets/jruby-complete-1.5.2.jar org.jruby.Main /Users/danlucraft/Redcar/redcar/bin/redcar --multiple-instance --quit-after-splash --no-sub-jruby --ignore-stdin | |
/Users/danlucraft/Redcar/redcar/lib/redcar.rb:123: warning: Insecure world writable dir /usr/local/share in PATH, mode 040777 | |
Redcar 0.5.2dev ( java ) | |
/Users/danlucraft/Redcar/redcar/lib/redcar_quick_start.rb:5 warning: already initialized constant DRB_PORT | |
/Users/danlucraft/Redcar/redcar/lib/redcar_quick_start.rb:6 warning: already initialized constant DONT_READ_STDIN_ARG | |
file:/Users/danlucraft/.redcar/assets/jruby-complete-1.5.2.jar!/builtin/javasupport/core_ext/object.rb:97 warning: already initialized constant GridData | |
real 0m48.053s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ruby bin/redcar --quick | |
Redcar 0.5.0dev ( universal-darwin10.0 ) | |
java -XstartOnFirstThread -d32 -client -Xmx500m -Xss1024k -Djruby.memory.max=500m -Djruby.stack.max=1024k -cp "/Users/danlucraft/Redcar/redcar/lib/jruby-complete-1.5.2.jar" org.jruby.Main "/Users/danlucraft/Redcar/redcar/lib/redcar/../../bin/redcar" --quick --no-sub-jruby --ignore-stdin | |
Redcar 0.5.0dev ( java ) | |
loading osx/swt | |
loading plugins took 9.957 | |
took 2.051s to load textmate assets | |
/Users/danlucraft/Redcar/redcar/plugins/application_swt/lib/application_swt.rb:161:in `refresh_toolbar': undefined method `toolbar_bar' for #<Java::OrgEclipseSwtWidgets::Shell:0x3a3e21> (NoMethodError) | |
from /Users/danlucraft/Redcar/redcar/plugins/application/lib/application.rb:200:in `refresh_toolbar!' | |
from /Users/danlucraft/Redcar/redcar/plugins/redcar/redcar.rb:1038:in `start' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.... | |
def self.storage | |
@storage ||= begin | |
storage = Plugin::Storage.new('application_plugin') | |
storage.set_default('stay_resident_after_last_window_closed', false) | |
storage.set_default('show_toolbar', true) | |
storage | |
end | |
end | |
.... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
org.eclipse.swt.SWT:-1:in `error': org.eclipse.swt.SWTException: Invalid thread access (NativeException) | |
from org.eclipse.swt.SWT:-1:in `error' | |
from org.eclipse.swt.SWT:-1:in `error' | |
from org.eclipse.swt.widgets.Widget:-1:in `error' | |
from org.eclipse.swt.widgets.Widget:-1:in `checkWidget' | |
from org.eclipse.swt.widgets.Text:-1:in `getText' | |
from /Users/danlucraft/Redcar/redcar/plugins/application_swt/lib/application_swt/dialogs/filter_list_dialog_controller.rb:147:in `update_list_sync' | |
from /Users/danlucraft/Redcar/redcar/plugins/application_swt/lib/application_swt/dialogs/filter_list_dialog_controller.rb:139:in `update_list' | |
from /Users/danlucraft/Redcar/redcar/plugins/application_swt/lib/application_swt/dialogs/filter_list_dialog_controller.rb:139:in `initialize' | |
... 18 levels... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><body><script> | |
m = 'w'+'indow'+'.'+'loc'+'ation'+'="/wishlist"' | |
done = 0 | |
go = function() { | |
if (!done) eval(m) | |
done = 1 | |
} | |
go();</script></body></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
path does not exist: /Users/danlucraft/Songkick/skweb/vendor/gems/silo-0.1 | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/vendor/ruby-git/lib/git/path.rb:10:in `initialize' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/vendor/ruby-git/lib/git/base.rb:66:in `new' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/vendor/ruby-git/lib/git/base.rb:66:in `initialize' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/vendor/ruby-git/lib/git/base.rb:13:in `new' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/vendor/ruby-git/lib/git/base.rb:13:in `open' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/vendor/ruby-git/lib/git.rb:74:in `open' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/lib/scm_git.rb:161:in `load' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/lib/scm_git.rb:118:in `cache' | |
/Library/Ruby/Gems/1.8/gems/redcar-0.4/plugins/scm_git/lib/scm_git.rb:116:in `each' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* User customizable | |
* Tree controllers have keybindings | |
* Document controllers have keybindings | |
* Project windows can have keybindings | |
* Toolbar items |