Skip to content

Instantly share code, notes, and snippets.

@mmower
Created August 5, 2008 15:16
Show Gist options
  • Save mmower/4082 to your computer and use it in GitHub Desktop.
Save mmower/4082 to your computer and use it in GitHub Desktop.
== Sinatra has taken the stage on port 4567 for development with backup by Rack::Handler::Mongrel
Background thread started
Making API call to backend
127.0.0.1 - - [05/Aug/2008 16:14:57] "GET /cache?media_id=aacc956f-aa73-4e90-9524-b336bea5efc1&type=streaming&format=flvplayer&width=640&height=480 HTTP/1.1" 200 8 0.0527
Tue Aug 05 16:14:57 +0100 2008: Read error: #<NoMethodError: undefined method `invoke' for nil:NilClass>
./lib/../vendor/sinatra/lib/sinatra.rb:1049:in `lookup'
./lib/../vendor/sinatra/lib/sinatra.rb:1215:in `dispatch'
./lib/../vendor/rack/lib/rack/commonlogger.rb:20:in `call'
./lib/../vendor/rack/lib/rack/commonlogger.rb:20:in `_call'
./lib/../vendor/rack/lib/rack/commonlogger.rb:13:in `call'
./lib/../vendor/sinatra/lib/sinatra.rb:1198:in `call'
./lib/../vendor/rack/lib/rack/handler/mongrel.rb:59:in `process'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
./lib/../vendor/rack/lib/rack/handler/mongrel.rb:32:in `run'
./lib/../vendor/sinatra/lib/sinatra.rb:140:in `run'
./lib/../vendor/sinatra/lib/sinatra.rb:1506
lib/mproxy.rb:96
Tue Aug 05 16:14:57 +0100 2008: Read error: #<NoMethodError: undefined method `invoke' for nil:NilClass>
./lib/../vendor/sinatra/lib/sinatra.rb:1049:in `lookup'
./lib/../vendor/sinatra/lib/sinatra.rb:1215:in `dispatch'
./lib/../vendor/rack/lib/rack/commonlogger.rb:20:in `call'
./lib/../vendor/rack/lib/rack/commonlogger.rb:20:in `_call'
./lib/../vendor/rack/lib/rack/commonlogger.rb:13:in `call'
./lib/../vendor/sinatra/lib/sinatra.rb:1198:in `call'
./lib/../vendor/rack/lib/rack/handler/mongrel.rb:59:in `process'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'
/Library/Ruby/Gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'
./lib/../vendor/rack/lib/rack/handler/mongrel.rb:32:in `run'
./lib/../vendor/sinatra/lib/sinatra.rb:140:in `run'
./lib/../vendor/sinatra/lib/sinatra.rb:1506
lib/mproxy.rb:96
Cannot-cache: 410
Background thread finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment