I am using Nginx+Passenger
.
I was trying to upgrade Phusion passenger
from 5.0.29 to 5.1.11
. Everything was fine except restarting of the passenger is throwing an error as shown in the image.
I tried to again run the chef-client, its restarted properly. But I have to run the chef-client twice which I cannot afford.
Until the completion of 2nd-time chef-client, my website is down.
Recipes details:
service "passenger" do
supports :status => true, :restart => true, :reload => true
action [ :enable, :start ]
end
Any Idea why it is happening.
Thanks