Skip to content

Instantly share code, notes, and snippets.

@xrl
Created May 11, 2011 04:48
Show Gist options
  • Save xrl/965933 to your computer and use it in GitHub Desktop.
Save xrl/965933 to your computer and use it in GitHub Desktop.
Terrible Errors
Starting Merb::Rack::Application
I, [2011-05-10T21:42:32.666475 #37025] INFO -- : worker=0 ready
E, [2011-05-10T21:43:51.915933 #37025] ERROR -- : Read error: #<Errno::EAGAIN: Resource temporarily unavailable - read(2) failed>
E, [2011-05-10T21:43:51.916346 #37025] ERROR -- : kernel/common/io.rb:1588:in `sysread'
kernel/common/io.rb:1428:in `readpartial'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn/http_request.rb:58:in `read'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:642:in `process_client'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:715:in `worker_loop'
kernel/bootstrap/array.rb:76:in `each'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:713:in `worker_loop'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:604:in `spawn_missing_workers'
kernel/common/process.rb:62:in `fork'
kernel/common/process.rb:624:in `fork'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:601:in `spawn_missing_workers'
kernel/common/range.rb:160:in `each'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:597:in `spawn_missing_workers'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:611:in `maintain_worker_count'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:270:in `start'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/lib/unicorn.rb:29:in `run'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/unicorn-1.1.2/bin/unicorn:123:in `__script__'
kernel/common/kernel.rb:728:in `load'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bin/unicorn:19:in `__script__'
kernel/delta/codeloader.rb:67:in `load_script'
kernel/delta/codeloader.rb:91:in `load_script'
kernel/loader.rb:583:in `script'
kernel/loader.rb:713:in `main'
kernel/loader.rb:752:in `main'
kernel/loader.rb:763:in `__script__'
127.0.0.1 - - [10/May/2011 21:43:52] "GET HTTP/1.1" 404 - 0.2103
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment