Skip to content

Instantly share code, notes, and snippets.

@arturaz
Created February 14, 2012 23:27
Show Gist options
  • Save arturaz/1831618 to your computer and use it in GitHub Desktop.
Save arturaz/1831618 to your computer and use it in GitHub Desktop.
ServerActor crashed!
Errno::EPIPE: Broken pipe - Broken pipe
org/jruby/RubyIO.java:1316:in `write_nonblock'
org/jruby/RubyBasicObject.java:1700:in `__send__'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-io-76973958a0fe/lib/celluloid/io/common_methods.rb:50:in `write'
/home/arturas/work/spacegame/server/lib/server/server_actor.rb:108:in `write'
org/jruby/RubyBasicObject.java:1706:in `__send__'
org/jruby/RubyKernel.java:2103:in `send'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/calls.rb:93:in `dispatch'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/actor.rb:201:in `handle_message'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/task.rb:45:in `initialize'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/task.rb:44:in `initialize'
[2012-02-15 01:24:42|Ax144c|server-127.0.0.1:57104|info ] Disconnected.
Dispatcher crashed!
Errno::EPIPE: Broken pipe - Broken pipe
org/jruby/RubyIO.java:1316:in `write_nonblock'
org/jruby/RubyBasicObject.java:1700:in `__send__'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-io-76973958a0fe/lib/celluloid/io/common_methods.rb:50:in `write'
/home/arturas/work/spacegame/server/lib/server/server_actor.rb:108:in `write'
org/jruby/RubyBasicObject.java:1706:in `__send__'
org/jruby/RubyKernel.java:2103:in `send'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/calls.rb:93:in `dispatch'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/actor.rb:201:in `handle_message'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/task.rb:45:in `initialize'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/task.rb:44:in `initialize'
ServerActor crashed!
Errno::EADDRINUSE: Address already in use - bind - Address already in use
org/jruby/ext/socket/RubyTCPServer.java:146:in `initialize'
org/jruby/RubyIO.java:876:in `new'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-io-76973958a0fe/lib/celluloid/io/tcp_server.rb:11:in `initialize'
/home/arturas/work/spacegame/server/lib/server/server_actor.rb:8:in `initialize'
org/jruby/RubyBasicObject.java:1721:in `__send__'
org/jruby/RubyBasicObject.java:1721:in `__send__'
org/jruby/RubyKernel.java:2107:in `send'
org/jruby/RubyBasicObject.java:1721:in `__send__'
org/jruby/RubyKernel.java:2107:in `send'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/calls.rb:47:in `dispatch'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/actor.rb:201:in `handle_message'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/task.rb:45:in `initialize'
/home/arturas/.rvm/gems/jruby-1.6.6@nebulaserver/bundler/gems/celluloid-115071ecd40e/lib/celluloid/task.rb:44:in `initialize'
Celluloid::Supervisor crashed!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment