That was it Jamis! The symlink tmp/pids was pointing to an invalid directory. I had a bad path in my :deploy_to in my deploy.rb.
Thanks for the help! On 2 Aug, 17:20, "Jamis Buck" <[EMAIL PROTECTED]> wrote: > What is the tmp/pids directory? I'm guessing it is a symlink to a > directory that doesn't not exist, in which case, make sure the target > directory it points to has been created. > > - Jamis > > On 8/2/07, Hardbap <[EMAIL PROTECTED]> wrote: > > > > > 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 -~----------~----~----~----~------~----~------~--~---
