Skip to content

Instantly share code, notes, and snippets.

@nickmccurdy
Last active October 9, 2015 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickmccurdy/f2db5ec84d29043be4b1 to your computer and use it in GitHub Desktop.
Save nickmccurdy/f2db5ec84d29043be4b1 to your computer and use it in GitHub Desktop.
"bundle exec foreman start" error in thin (for StackOverflow)
~/Repos/website ➜ bundle exec foreman start
11:23:15 web.1 | started with pid 2798
11:23:16 web.1 | /usr/lib/ruby/gems/1.9.1/gems/thin-1.4.1/lib/thin/controllers/controller.rb:37:in `start': wrong number of arguments (1 for 0) (ArgumentError)
11:23:16 web.1 | from /usr/lib/ruby/gems/1.9.1/gems/thin-1.4.1/lib/thin/runner.rb:185:in `run_command'
11:23:16 web.1 | from /usr/lib/ruby/gems/1.9.1/gems/thin-1.4.1/lib/thin/runner.rb:151:in `run!'
11:23:16 web.1 | from /usr/lib/ruby/gems/1.9.1/gems/thin-1.4.1/bin/thin:6:in `<top (required)>'
11:23:16 web.1 | from /usr/bin/thin:23:in `load'
11:23:16 web.1 | from /usr/bin/thin:23:in `<main>'
11:23:16 web.1 | exited with code 1
11:23:16 system | sending SIGTERM to all processes
SIGTERM received
# PROCFILE CONTENTS:
web: bundle exec thin start -R config.ru -e $RACK_ENV -p $PORT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment