On May 24, 8:59 am, Arne De Herdt <[email protected]> wrote: > Hello, > > # define the application and Version Control settings > set :application, "ESCO Matching Demo"
I'd try using an application name without any spaces - I wouldn't be completely surprised if somewhere capistrano wasn't quoting a string properly. > However after a cap deploy command, when Capistrano tries to run the > restart task on thin, it complains about the gemFile not beeing found > and the tasts are aborted and no subsequent tasks are performed. Some > people said to check gem_home etc, when echoing them on the server > they're defined and return the correct path to my gems etc. is the GemFile there? Have you inspected what capistrano has produced on your server to see if it looks ok? Fred > > Another issue is that I can't seem to start up the Thin clusters > anymore after the recent deploy. It complains either about missing > pids or it only starts up a single thin instance instead of the > cluster. Below is the yaml file containing the config of my cluster: > > --- > pid: tmp/pids/thin.pid > address: 0.0.0.0 > timeout: 30 > wait: 30 > port: 4000 > log: log/thin.log > max_conns: 1024 > require: [] > > environment: production > max_persistent_conns: 512 > server: 4 > daemonize: true > chdir: /var/www/apps/current > > If there's anything else I need to supply for more information, I'll > do so. > I already have a similar post like this on stackoverlow > :http://stackoverflow.com/questions/6018591/capistrano-deploy-with-thi... > > I really hope someone can help me out with this, because it's driving > me nuts.... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

