Skip to content

Instantly share code, notes, and snippets.

@digitalextremist
Created March 22, 2015 16:33
Show Gist options
  • Save digitalextremist/c40dba6c814dbaea3c8b to your computer and use it in GitHub Desktop.
Save digitalextremist/c40dba6c814dbaea3c8b to your computer and use it in GitHub Desktop.
issue-153.error-jRuby
Started #153
#<EOFError: End of file reached>
E, [2015-03-22T09:31:52.060000 #1304] ERROR -- : Actor crashed!
NoMethodError: undefined method `[]' for nil:NilClass
/home/de/Projects/reel/lib/reel/connection.rb:59:in `request'
/home/de/Projects/reel/lib/reel/connection.rb:78:in `each_request'
issue-153.rb:12:in `on_connection'
org/jruby/RubyProc.java:271:in `call'
/home/de/Projects/reel/lib/reel/server.rb:50:in `handle_connection'
org/jruby/RubyKernel.java:1952:in `public_send'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:26:in `dispatch'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:122:in `dispatch'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/cell.rb:60:in `invoke'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/cell.rb:71:in `task'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/actor.rb:357:in `task'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/tasks.rb:57:in `initialize'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/tasks/task_fiber.rb:15:in `create'
W, [2015-03-22T09:31:52.083000 #1304] WARN -- : Terminating task: type=:call, meta={:method_name=>:run}, status=:iowait
Celluloid::TaskFiber backtrace unavailable. Please try `Celluloid.task_class = Celluloid::TaskThread` if you need backtraces here.
W, [2015-03-22T09:31:52.086000 #1304] WARN -- : Terminating task: type=:call, meta={:method_name=>:handle_connection}, status=:iowait
Celluloid::TaskFiber backtrace unavailable. Please try `Celluloid.task_class = Celluloid::TaskThread` if you need backtraces here.
#<Celluloid::Task::TerminatedError: task was terminated>
#<EOFError: End of file reached>
E, [2015-03-22T09:31:52.347000 #1304] ERROR -- : Actor crashed!
NoMethodError: undefined method `[]' for nil:NilClass
/home/de/Projects/reel/lib/reel/connection.rb:59:in `request'
/home/de/Projects/reel/lib/reel/connection.rb:78:in `each_request'
issue-153.rb:12:in `on_connection'
org/jruby/RubyProc.java:271:in `call'
/home/de/Projects/reel/lib/reel/server.rb:50:in `handle_connection'
org/jruby/RubyKernel.java:1952:in `public_send'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:26:in `dispatch'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/calls.rb:122:in `dispatch'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/cell.rb:60:in `invoke'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/cell.rb:71:in `task'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/actor.rb:357:in `task'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/tasks.rb:57:in `initialize'
/home/de/.rvm/gems/jruby-1.7.16.1/gems/celluloid-0.16.0/lib/celluloid/tasks/task_fiber.rb:15:in `create'
W, [2015-03-22T09:31:52.348000 #1304] WARN -- : Terminating task: type=:call, meta={:method_name=>:run}, status=:iowait
Celluloid::TaskFiber backtrace unavailable. Please try `Celluloid.task_class = Celluloid::TaskThread` if you need backtraces here.
W, [2015-03-22T09:31:52.351000 #1304] WARN -- : Terminating task: type=:call, meta={:method_name=>:handle_connection}, status=:iowait
Celluloid::TaskFiber backtrace unavailable. Please try `Celluloid.task_class = Celluloid::TaskThread` if you need backtraces here.
#<Celluloid::Task::TerminatedError: task was terminated>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment