Created
April 25, 2012 22:54
-
-
Save knewter/2494141 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
jruby-1.6.7Error-opening :008 > DCell::Explorer.new("127.0.0.1", 8000) | |
=> #<Celluloid::Actor(DCell::Explorer:0xd12) @callback=#<Proc:0x1a06f956@/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/lib/dcell/explorer.rb:18 (lambda)> @server=#<Celluloid::IO::TCPServer:0x3fdb8a73 @server=#<TCPServer:fd 57>>> | |
jruby-1.6.7Error-opening :009 > /home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/explorer/index.html | |
I, [2012-04-25T17:52:59.150000 #11868] INFO -- : 200 OK: /index.html | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/explorer/css/bootstrap.css | |
E, [2012-04-25T17:52:59.211000 #11868] ERROR -- : DCell::Explorer crashed! | |
NoMethodError: undefined method `length' for #<File:0x1ff61bcf> | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/reel-0.0.1/lib/reel/response.rb:23:in `initialize' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/reel-0.0.1/lib/reel/connection.rb:78:in `respond' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/lib/dcell/explorer.rb:52:in `render_resource' | |
org/jruby/RubyIO.java:1139:in `open' | |
/home/jadams/.rvm/rubies/jruby-1.6.7/lib/ruby/1.9/pathname.rb:829:in `open' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/lib/dcell/explorer.rb:51:in `render_resource' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/lib/dcell/explorer.rb:36:in `route' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/dcell-0.10.0/lib/dcell/explorer.rb:20:in `on_connection' | |
org/jruby/RubyMethod.java:133:in `call' | |
org/jruby/RubyProc.java:258:in `call' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/reel-0.0.1/lib/reel/server.rb:24:in `handle_connection' | |
org/jruby/RubyBasicObject.java:1704:in `__send__' | |
org/jruby/RubyKernel.java:2101:in `send' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/celluloid-0.10.0/lib/celluloid/calls.rb:98:in `dispatch' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/celluloid-0.10.0/lib/celluloid/actor.rb:212:in `handle_message' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/celluloid-0.10.0/lib/celluloid/task.rb:45:in `initialize' | |
/home/jadams/.rvm/gems/jruby-1.6.7@dcell-test/gems/celluloid-0.10.0/lib/celluloid/task.rb:44:in `initialize' | |
I, [2012-04-25T17:53:25.288000 #11868] INFO -- : Found node viggyviggy | |
W, [2012-04-25T17:53:40.348000 #11868] WARN -- : Communication with node42 interrupted | |
I, [2012-04-25T17:53:45.468000 #11868] INFO -- : Connected to node42 | |
W, [2012-04-25T17:54:10.603000 #11868] WARN -- : Communication with node42 interrupted | |
I, [2012-04-25T17:54:10.689000 #11868] INFO -- : Connected to node42 | |
W, [2012-04-25T17:54:20.698000 #11868] WARN -- : Communication with node42 interrupted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment