[Rails] Unicorn deployment error
I have a simple rails3 application. Trying to deploy this app using unicorn-4.4.0, I am getting the following error.
unicorn -c config/unicorn/development.rb -D -d
{:unicorn_options=>
{:listeners=>[], :config_file=>"config/unicorn/development.rb"},
:app=>
#<Proc:0x1d42574@/home/sample/rails_app/shared/bundle/ruby/1.9.1/gems/unicorn-4.4.0/lib/unicorn.rb:39 (lambda)>,
:daemonize=>true}
Exception `EOFError' at /home/sample/rails_app/shared/bundle/ruby/1.9.1/gems/unicorn-4.4.0/lib/unicorn/launcher.rb:46 - end of file reached
master failed to start, check stderr log for details
why this err happend? How to resolve this?
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/pB1Hrhdi1d4J.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home