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
-~----------~----~----~----~------~----~------~--~---

Reply via email to