Word Search crash
Reported by Michael Coyne | November 3rd, 2011 @ 02:05 AM
Run the blow and Redcar starts ok:
mcoyne@starbuck:~/.redcar$ Redcar 0.11 ( x86_64-linux )
java -client
-Xbootclasspath/a:/home/mcoyne/.redcar/assets/jruby-complete-1.5.3.jar
-Dfile.encoding=UTF8 -Xmx320m -Xss1024k -Djruby.memory.max=320m
-Djruby.stack.max=1024k org.jruby.Main
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/bin/redcar
--no-sub-jruby --ignore-stdin --start-time=1320285844
Redcar 0.11 ( java )
When I load up Word Search, I get the following
Error in command ProjectSearch::WordSearchCommand
NativeException: org.eclipse.swt.SWTError: No more handles [Unknown
Mozilla path (MOZILLA_FIVE_HOME not set)]
org.eclipse.swt.SWT:-1:in error'
org.eclipse.swt.browser.Mozilla:-1:in
create'
org.eclipse.swt.browser.Browser:-1:in <init>'
sun/reflect/NativeConstructorAccessorImpl.java:-2:in
newInstance0'
sun/reflect/NativeConstructorAccessorImpl.java:57:in
newInstance'
sun/reflect/DelegatingConstructorAccessorImpl.java:45:in
newInstance'
java/lang/reflect/Constructor.java:532:in newInstance'
org/jruby/javasupport/JavaConstructor.java:291:in
newInstanceDirect'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/tab.rb:24:in
new_proxy'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/html_tab.rb:19:in
create_tab_widget'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/tab.rb:10:in
initialize'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/html_tab.rb:8:in
initialize'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/notebook.rb:92:in
new'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/notebook.rb:92:in
attach_model_listeners'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/observable.rb:103:in
call'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/observable.rb:103:in
observable_run_blocks'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/observable.rb:103:in
map'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/observable.rb:103:in
observable_run_blocks'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/observable.rb:96:in
notify_listeners'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application/lib/application/notebook.rb:34:in
new_tab'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application/lib/application/window.rb:186:in
new_tab'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/project_search/lib/project_search/commands.rb:34:in
execute'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application/lib/application/command/executor.rb:28:in
execute'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application/lib/application/command.rb:84:in
run'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application/lib/application/menu/item.rb:45:in
selected'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/menu.rb:133:in
widgetSelected'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/swt/lib/swt/event_loop.rb:13:in
start'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/gui.rb:37:in
start'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/lib/redcar.rb:188:in
pump'
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/bin/redcar:35
/home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/notebook.rb:129:in
tab_widget_to_tab_model':
undefined method `item' for nil:NilClass (NoMethodError)
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/notebook.rb:129:in `detect'
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/notebook.rb:129:in `tab_widget_to_tab_model'
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/application_swt/lib/application_swt/notebook.rb:36:in `widgetSelected'
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/swt/lib/swt/event_loop.rb:13:in `start'
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/plugins/core/lib/core/gui.rb:37:in `start'
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/lib/redcar.rb:188:in `pump'
from /home/mcoyne/.rvm/gems/ruby-1.9.2-p290/gems/redcar-0.11/bin/redcar:35
Comments and changes to this ticket
-
Mike Ellery November 8th, 2011 @ 06:12 PM
I'm getting the same error when I select Bundles-->Installed Bundles. I'm running the current gem (v11) on ubuntu 10.x.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A programmer's text editor for Gnome.
People watching this ticket
Tags
Referenced by
- 568 Crash - Error in command ProjectSearch::WordSearchCommand Same as https://redcar.lighthouseapp.com/projects/25090/...