Created
June 10, 2012 05:28
-
-
Save recursive/2903961 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Rails3/log/unicorn.stderr.log <== | |
E, [2012-06-10T00:16:28.379466 #8508] ERROR -- : worker=1 PID:8624 timeout (11s > 10s), killing | |
==> /var/log/nginx-error.log <== | |
2012/06/10 00:16:28 [error] 1465#0: *13543 upstream prematurely closed connection while reading response header from upstream, client: 192.168.1.10, server: production.recursive.private, request: "GET /prospects/new HTTP/1.1", upstream: "http://unix:/home/ruby/Rails3/tmp/sockets/unicorn.sock:/prospects/new", host: "production.recursive.private" 2012/06/10 00:16:28 [error] 1465#0: *13543 open() "/home/merlot/Rails3/public/500.html" failed (2: No such file or directory), client: 192.168.1.10, server: production.recursive.private, request: "GET /prospects/new HTTP/1.1", upstream: "http://unix:/home/ruby/Rails3/tmp/sockets/unicorn.sock:/prospects/new", host: "production.recursive.private" | |
==> /var/log/nginx.access.log <== | |
192.168.1.10 - - [10/Jun/2012:00:16:28 -0500] "GET /prospects/new HTTP/1.1" 404 168 "-" "Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20100101 Firefox/13.0" | |
==> Rails3/log/unicorn.stderr.log <== | |
E, [2012-06-10T00:16:28.547504 #8508] ERROR -- : reaped #<Process::Status: pid 8624 SIGKILL (signal 9)> worker=1 | |
I, [2012-06-10T00:16:28.596177 #8877] INFO -- : worker=1 ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment