Start problems - BackgroundDRb (LoadError)

I installed BackgrounDRb this morning from GIT and cannot get it to
start (mac leopard)
I’ve installed all required gems.

script/backgroundrb start
script/backgroundrb:11:in `require’: no such file to load –
/Users/greg/Sites/suac/script…/config/boot.rb (LoadError) from
script/backgroundrb:11

Which is failing on require RAILS_HOME + ‘/config/boot.rb’
If I give it a path and not sure why I would have to, it fails on
backgroundrb_server

/Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:in
gem_original_require': no such file to load -- backgroundrb_server (LoadError) from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:27:inrequire’
from script/backgroundrb:18

Any idea why this is?

More information on this problem.It’s isolated to my mac (leopard). I
installed backgrounDRb on RHE4 and it works fine. So something is
strange
with my leopard/ruby
I don’t get any require errors / loaderror any other time on my mac.

On Mon, Mar 3, 2008 at 7:47 AM, Greg [email protected] wrote:

If I give it a path and not sure why I would have to, it fails on


Greg N.
Rails Developer & Designer
Owner, carbon8.us
Blog, 20seven.org

it seems that your application miss one gem. Do you have exactly the
same gems (same version) on both configurations ?

it seems that your application misses one gem. Do you have exactly the
same gems (same version) on both configurations ?

That’s what I’ve been trying to figure out too Stephane
Here’s the list from the REHL4 server


actionmailer (1.3.6, 1.3.5, 1.3.2, 1.2.5, 1.2.3, 1.2.2, 1.2.1)
actionpack (1.13.6, 1.13.5, 1.13.2, 1.12.5, 1.12.3, 1.12.2, 1.12.1)
actionwebservice (1.2.6, 1.2.5, 1.2.2, 1.1.6, 1.1.4, 1.1.3, 1.1.2)
activerecord (1.15.6, 1.15.5, 1.15.2, 1.14.4, 1.14.3, 1.14.2)
activesupport (1.4.4, 1.4.1, 1.3.1)
acts_as_taggable (2.0.2, 1.0.4)
aws-s3 (0.4.0, 0.3.0)
builder (2.1.1)
cgi_multipart_eof_fix (2.5.0)
chronic (0.2.3)
crypt (1.1.4)
daemons (1.0.9)
fastthread (1.0.1)
fcgi (0.8.6.1)
gem_plugin (0.2.3)
hoe (1.5.0, 1.3.0, 1.2.0)
icalendar (1.0.2)
image_science (1.1.0)
mime-types (1.15)
mongrel (1.1.1)
mongrel_cluster (1.0.5)
mysql (2.7)
packet (0.1.5)
paginator (1.1.0)
radiant (0.6.3)
rails (1.2.6, 1.2.5, 1.2.2, 1.1.6, 1.1.4, 1.1.3, 1.1.2)
rake (0.8.1, 0.7.3, 0.7.1)
RedCloth (3.0.4)
rmagick (1.13.0)
ruby-openid (2.0.3)
rubyforge (0.4.4, 0.4.0)
rubygems-update (0.9.5, 0.9.4)
RubyInline (3.6.2)
sources (0.0.1)
syntax (1.0.0)
tzinfo (0.3.1, 0.3.0)
vpim (0.360)
xml-simple (1.0.11)

Here’s the list from my mac


abstract (1.0.0)
actionmailer (2.0.2, 2.0.1, 1.3.6, 1.3.5, 1.3.3)
actionpack (2.0.2, 2.0.1, 1.13.6, 1.13.5, 1.13.3)
actionwebservice (1.2.6, 1.2.5, 1.2.3)
activerecord (2.0.2, 2.0.1, 1.15.6, 1.15.5, 1.15.3)
activeresource (2.0.2, 2.0.1)
activesupport (2.0.2, 2.0.1, 1.4.4, 1.4.2)
acts_as_ferret (0.4.1)
acts_as_taggable (2.0.2)
aws-s3 (0.4.0)
builder (2.1.2)
capistrano (2.0.0)
cgi_multipart_eof_fix (2.5.0, 2.2)
chronic (0.2.3)
daemons (1.0.9, 1.0.7)
datamapper (0.2.3)
dnssd (0.6.0)
erubis (2.4.1)
fastthread (1.0.1, 1.0)
fcgi (0.8.7)
ferret (0.11.4)
gem_plugin (0.2.3, 0.2.2)
highline (1.2.9)
hoe (1.5.0, 1.3.0)
hpricot (0.6)
json (1.1.1)
libxml-ruby (0.3.8.4)
merb (0.4.0)
merb_activerecord (0.4.2)
merb_datamapper (0.4.2)
merb_helpers (0.4.0)
merb_sequel (0.4.0)
mime-types (1.15)
mongrel (1.1, 1.0.4, 1.0.1)
needle (1.3.0)
net-sftp (1.1.0)
net-ssh (1.1.2)
packet (0.1.5)
paginator (1.1.0)
radiant (0.6.3)
rails (2.0.2, 2.0.1, 1.2.6, 1.2.5, 1.2.3)
rake (0.8.1, 0.7.3)
RedCloth (3.0.4)
restful_authentication (1.0.0)
rmagick (1.15.10)
rspec (1.0.8)
rubigen (1.1.0)
ruby-openid (1.1.4)
ruby-yadis (0.3.4)
rubyforge (0.4.4)
rubygems-update (1.0.1, 0.9.5)
rubynode (0.1.3)
slave (1.2.1)
sources (0.0.1)
sqlite3-ruby (1.2.1)
termios (0.9.4)
xml-simple (1.0.11)
ZenTest (3.6.1)

On Mon, Mar 3, 2008 at 11:07 AM, Stephane [email protected]
wrote:

it seems that your application miss one gem. Do you have exactly the
same gems (same version) on both configurations ?


Greg N.
Rails Developer & Designer
Owner, carbon8.us
Blog, 20seven.org

I matched the gems to what’s on the server and still no luck.

On Mon, Mar 3, 2008 at 11:14 AM, Greg N. [email protected]
wrote:

builder (2.1.1)
mime-types (1.15)
ruby-openid (2.0.3)
Here’s the list from my mac
acts_as_taggable (2.0.2)
fcgi (0.8.7)
merb_helpers (0.4.0)
rake (0.8.1, 0.7.3)
slave (1.2.1)

Blog, 20seven.org


Greg N.
Rails Developer & Designer
Owner, carbon8.us
Blog, 20seven.org

Problem solved. Apparently the trunk had an error in the loader. They
told
me to grab the newest from GIT and I re-ran the setup rake task. All is
fine now.

On Mon, Mar 3, 2008 at 11:36 AM, Greg N. [email protected]
wrote:


chronic (0.2.3)
mongrel_cluster (1.0.5)
rubygems-update (0.9.5, 0.9.4)

builder (2.1.2)
gem_plugin (0.2.3, 0.2.2)
mime-types (1.15)
restful_authentication (1.0.0)
sqlite3-ruby (1.2.1)

same gems (same version) on both configurations ?


Greg N.
Rails Developer & Designer
Owner, carbon8.us
Blog, 20seven.org


Greg N.
Rails Developer & Designer
Owner, carbon8.us
Blog, 20seven.org