After running cap:deploy I'm trying to manually start the web server
using "ruby script/server" and I'm getting the error below (I've also
tried mongrel and I get the same result). I can checkout the same
app (into a different directory of course) and start either server
without a problem.
=> Booting WEBrick...
/usr/lib/ruby/1.8/fileutils.rb:243:in `mkdir': File exists - script/../
config/../tmp/pids (Errno::EEXIST)
from /usr/lib/ruby/1.8/fileutils.rb:243:in `fu_mkdir'
from /usr/lib/ruby/1.8/fileutils.rb:217:in `mkdir_p'
from /usr/lib/ruby/1.8/fileutils.rb:215:in `reverse_each'
from /usr/lib/ruby/1.8/fileutils.rb:215:in `mkdir_p'
from /usr/lib/ruby/1.8/fileutils.rb:201:in `each'
from /usr/lib/ruby/1.8/fileutils.rb:201:in `mkdir_p'
from /var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:
38
from /var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:
38:in `each'
from /var/lib/gems/1.8/gems/rails-1.2.3/lib/commands/server.rb:
38
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`gem_original_require'
from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in
`require'
from script/server:3
I'm deploying from Windows XP to Ubunti 7.04.
Thanks for the help.
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---