sehrope / dokku-logging-supervisord

Individual app logs and supervisord for Dokku
MIT License
96 stars 34 forks source link

Railsapp with Unicorn: invalid argument: -p -c (OptionParser::InvalidArgument) #36

Open ncri opened 8 years ago

ncri commented 8 years ago

Trying this out I suddenly notice the following entries in my rails apps log:

/app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:110:in `block in <top (required)>': invalid argument: -p -c (OptionParser::InvalidArgument)
from /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:10:in `new'
from /app/vendor/bundle/ruby/2.2.0/gems/unicorn-4.8.3/bin/unicorn:10:in `<top (required)>'
from /app/vendor/bundle/ruby/2.2.0/bin/unicorn:23:in `load'
from /app/vendor/bundle/ruby/2.2.0/bin/unicorn:23:in `<main>'

Any idea how to fix?

pal commented 3 years ago

Did you figure this out @ncri?

ncri commented 3 years ago

No. Was 5 years ago, so I don't remember any detail. ;-)