unset error puma-rails 5 on production server

162 Views Asked by At

I am deploying my app using puma+nginx+capistrano on rails 5 and using this tutorial http://codepany.com/blog/rails-5-puma-capistrano-nginx-jungle-upstart/. I performed all the steps. But when I do:

start puma-manager

I get following error:

start: Rejected send message, 1 matched rules; type="method_call", 
sender=":1.1" (uid=500 pid=2737 comm="start puma-manager ") 
interface="com.ubuntu.Upstart0_6.Job" member="Start" error name="(unset)"
requested_reply="0" destination="com.ubuntu.Upstart" (uid=0 pid=1 comm="/sbin/init")

I am not able to start my app and what is the error here, I am not able to understand. How can I correct this?

0

There are 0 best solutions below