Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start the Thin cluster #56

Closed
coding-bunny opened this issue May 24, 2011 · 1 comment
Closed

Unable to start the Thin cluster #56

coding-bunny opened this issue May 24, 2011 · 1 comment

Comments

@coding-bunny
Copy link

I'm currently unable to to start up my Thin cluster on an Ubuntu server.
The gem is not installed, but beeing managed through bundler.

I had a cluster running before, but Capistrano does not seem to be able to start it up anymore, nor can I fire it up manually either.
I had a yml config file that I used in the the following command:

bundle exec thin restart -C thin.yml

But this either starts only up a single instance of Thin, or i receive error messages about duplicate PID entries in the pid file or not pids found at all in the config file.
This is the content of the yml file:


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

@coding-bunny
Copy link
Author

Found the problem.....needs to be servers instead of server in config........

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant