Hi, 

I have the following god 
application: https://github.com/injekt/sinatra-unicorn-god It's a pretty 
simple 'Hello, World' application using Sinatra, Unicorn, and God.

Unfortunately the app fails to boot, The output of `god log unicorn` is as 
follows:

~/code/sinatra-unicorn-god% rvmsudo god log unicorn
Please wait...
I [2011-04-06 14:27:49]  INFO: unicorn moved 'up' to 'up'
I [2011-04-06 14:27:49]  INFO: unicorn [trigger] process is not running 
(ProcessRunning)
I [2011-04-06 14:27:49]  INFO: unicorn move 'up' to 'start'
I [2011-04-06 14:27:49]  INFO: unicorn before_start: deleted pid file 
(CleanPidFile)
I [2011-04-06 14:27:49]  INFO: unicorn start: cd 
/Users/lee/code/sinatra-unicorn-god/ && /usr/bin/env unicorn -p 8001 -c 
/Users/lee/code/sinatra-unicorn-god/config/unicorn.rb
I [2011-04-06 14:27:59]  INFO: unicorn moved 'up' to 'up'
I [2011-04-06 14:27:59]  INFO: unicorn [trigger] process is not running 
(ProcessRunning)
I [2011-04-06 14:27:59]  INFO: unicorn move 'up' to 'start'
I [2011-04-06 14:27:59]  INFO: unicorn before_start: deleted pid file 
(CleanPidFile)
I [2011-04-06 14:27:59]  INFO: unicorn start: cd 
/Users/lee/code/sinatra-unicorn-god/ && /usr/bin/env unicorn -p 8001 -c 
/Users/lee/code/sinatra-unicorn-god/config/unicorn.rb
I [2011-04-06 14:28:09]  INFO: unicorn moved 'up' to 'up'
I [2011-04-06 14:28:09]  INFO: unicorn [trigger] process is not running 
(ProcessRunning)
I [2011-04-06 14:28:09]  INFO: unicorn move 'up' to 'start'
I [2011-04-06 14:28:09]  INFO: unicorn before_start: deleted pid file 
(CleanPidFile)
I [2011-04-06 14:28:09]  INFO: unicorn start: cd 
/Users/lee/code/sinatra-unicorn-god/ && /usr/bin/env unicorn -p 8001 -c 
/Users/lee/code/sinatra-unicorn-god/config/unicorn.rb
^C

As you can see, I'm using rvmsudo so su has access to my environment. I've 
only just started using god today so excuse my ignorance if I'm missing 
something simple. I've had a search around and haven't seen anyone else with 
this continuous issue.

Is there something specific I should be searching for?

Thank you,
Lee

-- 
You received this message because you are subscribed to the Google Groups 
"god.rb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/god-rb?hl=en.

Reply via email to