Skip to content

Instantly share code, notes, and snippets.

@xrl
Created May 9, 2011 16:51
Show Gist options
  • Save xrl/962866 to your computer and use it in GitHub Desktop.
Save xrl/962866 to your computer and use it in GitHub Desktop.
Merb Error Log
I, [2011-05-09T09:50:00.244161 #4129] INFO -- : listening on addr=0.0.0.0:4000 fd=14
I, [2011-05-09T09:50:00.246981 #4129] INFO -- : worker=0 spawning...
I, [2011-05-09T09:50:00.256592 #4129] INFO -- : master process ready
I, [2011-05-09T09:50:00.261433 #4170] INFO -- : worker=0 spawned pid=4170
I, [2011-05-09T09:50:00.269369 #4170] INFO -- : Refreshing Gem list
Loading init file from ./config/init.rb
Loading ./config/environments/development.rb
Logging to file at ./log/development.log
Starting Merb::Rack::Application
I, [2011-05-09T09:50:06.564459 #4170] INFO -- : worker=0 ready
E, [2011-05-09T09:50:07.049665 #4170] ERROR -- : Unhandled listen loop exception #<Errno::ENOTDIR: Not a directory - Unable to open directory - ./app/controllers/application.rb>.
E, [2011-05-09T09:50:07.058955 #4170] ERROR -- : kernel/bootstrap/dir.rb:9:in `initialize'
kernel/common/dir_glob.rb:98:in `call'
kernel/common/dir_glob.rb:37:in `call'
kernel/common/dir_glob.rb:37:in `call'
kernel/common/dir_glob.rb:37:in `call'
kernel/common/dir_glob.rb:37:in `call'
kernel/common/dir_glob.rb:305:in `run'
kernel/common/dir_glob.rb:348:in `glob'
kernel/common/dir.rb:12:in `[]'
kernel/bootstrap/array.rb:76:in `each'
kernel/common/dir.rb:11:in `[]'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bundler/gems/merb-ca6b029c611a/merb-core/lib/merb-core/bootloader.rb:1354:in `build_paths'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/extlib-0.9.15/lib/extlib/dictionary.rb:268:in `each'
kernel/bootstrap/array.rb:76:in `each'
/Users/xavierlange/code/tureus/gems/rbx/1.8/gems/extlib-0.9.15/lib/extlib/dictionary.rb:268:in `each'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bundler/gems/merb-ca6b029c611a/merb-core/lib/merb-core/bootloader.rb:1351:in `build_paths'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bundler/gems/merb-ca6b029c611a/merb-core/lib/merb-core/bootloader.rb:1325:in `reload!'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bundler/gems/merb-ca6b029c611a/merb-core/lib/merb-core/bootloader.rb:1313:in `run'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bundler/gems/merb-ca6b029c611a/merb-core/lib/merb-core/bootloader.rb:1294:in `every'
kernel/common/kernel.rb:297:in `loop'
/Users/xavierlange/code/tureus/gems/rbx/1.8/bundler/gems/merb-ca6b029c611a/merb-core/lib/merb-core/bootloader.rb:1292:in `every'
kernel/common/thread.rb:66:in `__run__'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment