Created
September 13, 2010 19:48
-
-
Save jgorset/577900 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
** Writing PID file to tmp/pids/mongrel.8000.pid | |
** Daemonized, any open files are closed. Look at tmp/pids/mongrel.8000.pid and log/mongrel.8000.log for info. | |
** Starting Mongrel listening at 0.0.0.0:8000 | |
** Starting Rails with production environment... | |
** Rails loaded. | |
** Loading any Rails specific GemPlugins | |
** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). | |
** Rails signals registered. HUP => reload (without restart). It might not work well. | |
** Mongrel 1.2.0.pre2 available at 0.0.0.0:8000 | |
2010-09-13 19:08:30 +0000: Error calling Dispatcher.dispatch #<NoMethodError: undefined method `split' for nil:NilClass> | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/actionpack-2.3.8/lib/action_controller/cgi_process.rb:52:in `dispatch_cgi' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:101:in `dispatch_cgi' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/actionpack-2.3.8/lib/action_controller/dispatcher.rb:27:in `dispatch' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/mongrel-1.2.0.pre2/lib/mongrel/rails.rb:76:in `block in process' | |
<internal:prelude>:10:in `synchronize' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/mongrel-1.2.0.pre2/lib/mongrel/rails.rb:74:in `process' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/mongrel-1.2.0.pre2/lib/mongrel.rb:165:in `block in process_client' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/mongrel-1.2.0.pre2/lib/mongrel.rb:164:in `each' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/mongrel-1.2.0.pre2/lib/mongrel.rb:164:in `process_client' | |
/usr/local/rvm/gems/ruby-1.9.2-p0/gems/mongrel-1.2.0.pre2/lib/mongrel.rb:291:in `block (2 levels) in run' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment