according to my list it is there and we are using Rails 2.1.0, but it is not in the vendor dir, only plugin is there. actionmailer (2.2.2, 2.1.0) actionpack (2.2.2, 2.1.0) activerecord (2.2.2, 2.1.0) activeresource (2.2.2, 2.1.0) activesupport (2.2.2, 2.1.0) capistrano (2.5.3) cgi_multipart_eof_fix (2.5.0) daemons (1.0.10) fastthread (1.0.1) gem_plugin (0.2.3) highline (1.5.0) hpricot (0.6.164) httpclient (2.1.3.1) log4r (1.0.5) mislav-will_paginate (2.3.6) mongrel (1.1.5) mongrel_cluster (1.0.5) net-scp (1.0.1) net-sftp (2.0.1) net-ssh (2.0.8) net-ssh-gateway (1.0.0) rails (2.1.0) rake (0.8.3) rubyzip (0.9.1) soap4r (1.5.8)
On Jan 19, 5:40 pm, Jamis Buck <[email protected]> wrote: > Sounds like maybe you don't have a good Rails version installed? Is > Rails in vendor/ in your project? If not, do you have the correct Rails > version installed via gems? > > - Jamis > > On 1/19/09 10:35 AM, Xazoola wrote: > > > I am trying to deploy on a Solaris box and I am getting this error. > > Anyone have an idea what my be the problem? - thanks Colin > > > # cap deploy:migrate > > * executing `deploy:migrate' > > * executing "ls -xt /usr/local/IngenicoRemote/releases" > > servers: ["192.168.14.14"] > > [192.168.14.14] executing command > > command finished > > * executing "cd /usr/local/IngenicoRemote/releases/20090116193921; > > rake RAILS_ENV=production db:migrate" > > servers: ["192.168.14.14"] > > [192.168.14.14] executing command > > ** [out :: 192.168.14.14] (in /usr/local/IngenicoRemote/releases/ > > 20090116193921) > > ** [out :: 192.168.14.14] rake aborted! > > ** [out :: 192.168.14.14] no such file to load -- initializer > > ** [out :: 192.168.14.14] /usr/local/IngenicoRemote/releases/ > > 20090116193921/Rakefile:4 > > ** [out :: 192.168.14.14] > > ** [out :: 192.168.14.14] (See full trace by running task with -- > > trace) > > command finished > > failed: "sh -c \"cd /usr/local/IngenicoRemote/releases/20090116193921; > > rake RAILS_ENV=production db:migrate\"" on 192.168.14.14 > > > Then ran this command again with "--trace": > > > bash-3.00$ cd /usr/local/IngenicoRemote/releases/20090116193921 > > bash-3.00$ rake --trace RAILS_ENV=production db:migrate > > (in /usr/local/IngenicoRemote/releases/20090116193921) > > rake aborted! > > no such file to load -- initializer > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require' > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `require' > > /usr/local/IngenicoRemote/releases/20090116193921/config/boot.rb:54:in > > `load_initializer' > > /usr/local/IngenicoRemote/releases/20090116193921/config/boot.rb:38:in > > `run' > > /usr/local/IngenicoRemote/releases/20090116193921/config/boot.rb:11:in > > `boot!' > > /usr/local/IngenicoRemote/releases/20090116193921/config/boot.rb:109 > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `gem_original_require' > > /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in > > `require' > > /usr/local/IngenicoRemote/releases/20090116193921/Rakefile:4 > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2349:in > > `load' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2349:in > > `raw_load_rakefile' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1985:in > > `load_rakefile' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in > > `standard_exception_handling' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1984:in > > `load_rakefile' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1969:in `run' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:2036:in > > `standard_exception_handling' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/lib/rake.rb:1967:in `run' > > /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.3/bin/rake:31 > > /usr/bin/rake:19:in `load' > > /usr/bin/rake:19 --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
