Ruby on Rails Tuesday, September 12, 2017

Logfile is:

ben@whatnow:~/eventpuddle/eventpuddle/rails/eventpuddle$ systemctl status unicorn_eventpuddle.service
● unicorn_eventpuddle.service - LSB: starts the unicorn app server
   Loaded: loaded (/etc/init.d/unicorn_eventpuddle; bad; vendor preset: enabled)
   Active: failed (Result: exit-code) since Wed 2017-09-13 02:03:19 BST; 3min 2s ago
     Docs: man:systemd-sysv-generator(8)
  Process: 5386 ExecStart=/etc/init.d/unicorn_eventpuddle start (code=exited, status=127)

Sep 13 02:03:19 whatnow unicorn_eventpuddle[5386]: Starting eventpuddle
Sep 13 02:03:19 whatnow su[5388]: Successful su for ben by root
Sep 13 02:03:19 whatnow su[5388]: + ??? root:ben
Sep 13 02:03:19 whatnow su[5388]: pam_unix(su:session): session opened for user ben by (uid=0)
Sep 13 02:03:19 whatnow unicorn_eventpuddle[5386]: bundler: command not found: unicorn
Sep 13 02:03:19 whatnow unicorn_eventpuddle[5386]: Install missing gem executables with `bundle install`
Sep 13 02:03:19 whatnow systemd[1]: unicorn_eventpuddle.service: Control process exited, code=exited status=127
Sep 13 02:03:19 whatnow systemd[1]: Failed to start LSB: starts the unicorn app server.
Sep 13 02:03:19 whatnow systemd[1]: unicorn_eventpuddle.service: Unit entered failed state.
Sep 13 02:03:19 whatnow systemd[1]: unicorn_eventpuddle.service: Failed with result 'exit-code'.
ben@whatnow:~/eventpuddle/eventpuddle/rails/eventpuddle$

It says unicorn not found but it is. I have it in my Gemfile and I also installed it with 'gem install unicorn'.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/fcd2b2dc-7c21-4ddd-84ae-2e800446b603%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment