Gerrit Hendrikus van Doorn
2009-Oct-07 18:47 UTC
[Backgroundrb-devel] Is it possible to run BackgroundRB in cygwin and connect in Windows?
Hi, I got BackgroundRB to start under cygwin (currently using the version from GIT) but when starting it I get the errors shown at the bottom of this message. Is it possible to run this cygwin+windows combination? What do the errors mean? /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- log_worker (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:35:in `load_worker'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:26:in `initialize'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:47:in `new'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:47 from /usr/bin/packet_worker_runner:19:in `load'' from /usr/bin/packet_worker_runner:19 /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'': no such file to load -- flickr_worker (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:35:in `load_worker'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:26:in `initialize'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:47:in `new'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/bin/packet_worker_runner:47 from /usr/bin/packet_worker_runner:19:in `load'' from /usr/bin/packet_worker_runner:19 Ignoring the above errors and calling a method from my worker flickr_worker gives me the following error: #<NoMethodError: undefined method `invokable_worker_methods'' for nil:NilClass> /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/server/lib/master_worker.rb:129:in `worker_methods'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/server/lib/master_worker.rb:107:in `async_method_invoke'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/server/lib/master_worker.rb:38:in `receive_data'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_parser.rb:44:in `extract'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_parser.rb:26:in `loop'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_parser.rb:26:in `extract'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/server/lib/master_worker.rb:32:in `receive_data'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:230:in `read_external_socket'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:222:in `handle_external_messages'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:196:in `handle_read_event'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:192:in `each'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:192:in `handle_read_event'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:146:in `start_reactor'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:139:in `loop'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_core.rb:139:in `start_reactor'' /usr/lib/ruby/gems/1.8/gems/packet-0.1.15/lib/packet/packet_master.rb:21:in `run'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/server/lib/master_proxy.rb:14:in `initialize'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_start_stop.rb:109:in `new'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_start_stop.rb:109:in `start_bdrb'' /cygdrive/c/Documents and Settings/me/My Documents/Aptana Studio Workspace/MyProject/vendor/plugins/backgroundrb/lib/backgroundrb/bdrb_start_stop.rb:16:in `start'' script/backgroundrb:35 -- g.h.vandoorn at gmail.com +1.510.859.4618 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20091007/ada53a81/attachment.html>