You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for reporting.
I've never had this issue before so I'll need your help in debugging this.
are you deploying a rails app?
which capistrano-unicorn-nginx gem version are you using?
pasting other files (Capfile, deploy.rb, production.rb) to a service like gist or http://pastie.org/ would be useful
did you update the value of unicorn_service option somewhere? Example set :unicorn_service, "something"?
Unicorn restart task is really simple, it's just one line really, here.
It seems you're missing the value from the unicorn_service option. By default it should be something like: "unicorn_appname_production".
I'm guessing you overrode that somewhere?
For what its worth I ran into this too and the 'no such service' wasn't what was actually wrong...it was just the last thing in the logs before something else broke (found in app/shared/log/unicorn.stderr.log)
When running deploy, see weird output from the unicorn task
The text was updated successfully, but these errors were encountered: