Skip to content

Instantly share code, notes, and snippets.

@edivandecastro
Created August 22, 2012 13:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edivandecastro/3425547 to your computer and use it in GitHub Desktop.
Save edivandecastro/3425547 to your computer and use it in GitHub Desktop.
E, [2012-08-22T10:27:03.495002 #7303] ERROR -- : FilePutter: async call `load_file_and_print' failed!
NoMethodError: undefined method `load_file_and_print' for #<Celluloid::Actor(FilePutter:0x4a6b7c) @filename="/home/cti/edivansoares/celluloid/kernel.log">
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:12:in `check_signature'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:93:in `dispatch'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/actor.rb:240:in `block in handle_message'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/task.rb:45:in `block in initialize'
E, [2012-08-22T10:27:03.495301 #7303] ERROR -- : FilePutter: async call `load_file_and_print' failed!
NoMethodError: undefined method `load_file_and_print' for #<Celluloid::Actor(FilePutter:0x4a6424) @filename="/home/cti/edivansoares/celluloid/system.log">
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:12:in `check_signature'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:93:in `dispatch'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/actor.rb:240:in `block in handle_message'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/task.rb:45:in `block in initialize'
E, [2012-08-22T10:27:03.497077 #7303] ERROR -- : FilePutter: async call `load_file_and_print' failed!
NoMethodError: undefined method `load_file_and_print' for #<Celluloid::Actor(FilePutter:0x4c9aa0) @filename="/home/cti/edivansoares/celluloid/ppp.log">
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:12:in `check_signature'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:93:in `dispatch'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/actor.rb:240:in `block in handle_message'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/task.rb:45:in `block in initialize'
E, [2012-08-22T10:27:03.497425 #7303] ERROR -- : FilePutter: async call `load_file_and_print' failed!
NoMethodError: undefined method `load_file_and_print' for #<Celluloid::Actor(FilePutter:0x4c8984) @filename="/home/cti/edivansoares/celluloid/secure.log">
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:12:in `check_signature'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/calls.rb:93:in `dispatch'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/actor.rb:240:in `block in handle_message'
/home/cti/edivansoares/.rvm/gems/ruby-1.9.3-p125/gems/celluloid-0.11.1/lib/celluloid/task.rb:45:in `block in initialize'
I, [2012-08-22T10:27:03.497484 #7303] INFO -- : Terminating 5 actors...
I, [2012-08-22T10:27:03.498185 #7303] INFO -- : Shutdown completed cleanly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment