Advertisement
Guest User

Untitled

a guest
Jan 6th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.47 KB | None | 0 0
  1.  bundle exec rackup
  2. Puma 0.9.2 starting...
  3. * Min threads: 0, max threads: 16
  4. * Listening on tcp://0.0.0.0:4567
  5. == Sinatra/1.3.2 has taken the stage on 4567 for development with backup from Puma
  6. Exception in thread "RubyThread-5: /Users/bporterfield/.rvm/gems/jruby-1.6.5@2j/gems/puma-0.9.2-java/lib/puma/thread_pool.rb:49" java.nio.channels.IllegalBlockingModeException
  7.     at java.nio.channels.spi.AbstractSelectableChannel.configureBlocking(AbstractSelectableChannel.java:257)
  8.     at org.jruby.util.io.SelectBlob.tidyUp(SelectBlob.java:335)
  9.     at org.jruby.util.io.SelectBlob.goForIt(SelectBlob.java:86)
  10.     at org.jruby.RubyIO.select_static(RubyIO.java:3297)
  11.     at org.jruby.RubyIO.select(RubyIO.java:3293)
  12.     at org.jruby.RubyIO$s$0$3$select.call(RubyIO$s$0$3$select.gen:65535)
  13.     at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:69)
  14.     at org.jruby.ast.CallManyArgsNode.interpret(CallManyArgsNode.java:59)
  15.     at org.jruby.ast.LocalAsgnNode.interpret(LocalAsgnNode.java:123)
  16.     at org.jruby.ast.IfNode.interpret(IfNode.java:111)
  17.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  18.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  19.     at org.jruby.ast.IfNode.interpret(IfNode.java:119)
  20.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  21.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  22.     at org.jruby.ast.IfNode.interpret(IfNode.java:117)
  23.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  24.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  25.     at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
  26.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  27.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  28.     at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
  29.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  30.     at org.jruby.ast.RescueNode.executeBody(RescueNode.java:216)
  31.     at org.jruby.ast.RescueNode.interpretWithJavaExceptions(RescueNode.java:120)
  32.     at org.jruby.ast.RescueNode.interpret(RescueNode.java:110)
  33.     at org.jruby.ast.EnsureNode.interpret(EnsureNode.java:96)
  34.     at org.jruby.ast.BeginNode.interpret(BeginNode.java:83)
  35.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  36.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  37.     at org.jruby.evaluator.ASTInterpreter.INTERPRET_METHOD(ASTInterpreter.java:75)
  38.     at org.jruby.internal.runtime.methods.InterpretedMethod.call(InterpretedMethod.java:190)
  39.     at org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:179)
  40.     at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
  41.     at org.jruby.ast.FCallOneArgNode.interpret(FCallOneArgNode.java:36)
  42.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  43.     at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  44.     at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203)
  45.     at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191)
  46.     at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122)
  47.     at org.jruby.runtime.Block.call(Block.java:89)
  48.     at org.jruby.RubyProc.call(RubyProc.java:270)
  49.     at org.jruby.RubyProc.call19(RubyProc.java:258)
  50.     at org.jruby.RubyProc$i$0$0$call19.call(RubyProc$i$0$0$call19.gen:65535)
  51.     at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:211)
  52.     at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:207)
  53.     at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:167)
  54.     at org.jruby.ast.CallOneArgNode.interpret(CallOneArgNode.java:57)
  55.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  56.     at org.jruby.ast.CaseNode.interpret(CaseNode.java:138)
  57.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  58.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  59.     at org.jruby.ast.WhileNode.interpret(WhileNode.java:131)
  60.     at org.jruby.ast.NewlineNode.interpret(NewlineNode.java:104)
  61.     at org.jruby.ast.BlockNode.interpret(BlockNode.java:71)
  62.     at org.jruby.evaluator.ASTInterpreter.INTERPRET_BLOCK(ASTInterpreter.java:112)
  63.     at org.jruby.runtime.Interpreted19Block.evalBlockBody(Interpreted19Block.java:203)
  64.     at org.jruby.runtime.Interpreted19Block.yield(Interpreted19Block.java:191)
  65.     at org.jruby.runtime.Interpreted19Block.call(Interpreted19Block.java:122)
  66.     at org.jruby.runtime.Block.call(Block.java:89)
  67.     at org.jruby.RubyProc.call(RubyProc.java:270)
  68.     at org.jruby.RubyProc.call(RubyProc.java:224)
  69.     at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:95)
  70.     at java.lang.Thread.run(Thread.java:680)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement