file upload throws RubyThread NPE in Webrick
--------------------------------------------

                 Key: JRUBY-2466
                 URL: http://jira.codehaus.org/browse/JRUBY-2466
             Project: JRuby
          Issue Type: Bug
          Components: Application Error, Core Classes/Modules
    Affects Versions: JRuby 1.1.1
         Environment: RoR 2.0.2
activerecord-jdbcpostgresql-adapter 0.8
attachment_fu vendor plugin
jruby-openssql 0.2.2
windows xp pro
postgresql 8.2

            Reporter: Jin Lee


When uploading a file less than 50kb (see my other issue about uploading 
greater than 50kb), the following NPE is thrown:


Exception in thread "Ruby Thread8656748" java.lang.NullPointerException

        at org.jruby.RubyStringIO.checkFrozen(RubyStringIO.java:684)

        at org.jruby.RubyObject.initialize_copy(RubyObject.java:702)

        at org.jruby.RubyObjectInvoker$initialize_copy_method_1_0.call(Unknown 
Source)

        at 
org.jruby.internal.runtime.methods.JavaMethod$JavaMethodOne.call(JavaMethod.java:120)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:82)

        at org.jruby.RubyClass.invoke(RubyClass.java:249)

        at 
org.jruby.javasupport.util.RuntimeHelpers.invoke(RuntimeHelpers.java:318)

        at org.jruby.RubyObject.callMethod(RubyObject.java:469)

        at org.jruby.RubyObject.initCopy(RubyObject.java:444)

        at org.jruby.RubyObject.dup(RubyObject.java:803)

        at org.jruby.RubyObjectInvoker$dup_method_0_0.call(Unknown Source)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:117)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275)

        at 
ruby.jit.ruby.C_3a_.tools.java.jruby_minus_1_dot_1.lib.ruby.gems.$1_dot_8.gems.activerecord_minus_2_dot_0_dot_2.lib.active_record.base.attributes_equal_28636842_18692888.__file__(C:/tools/java/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:2110)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:78)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:147)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:307)

        at 
ruby.jit.ruby.C_3a_.tools.java.jruby_minus_1_dot_1.lib.ruby.gems.$1_dot_8.gems.activerecord_minus_2_dot_0_dot_2.lib.active_record.base.initialize20091501_2006377.__file__(C:/tools/java/jruby-1.1/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1926)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)

        at org.jruby.RubyClass.invoke(RubyClass.java:236)

        at 
org.jruby.javasupport.util.RuntimeHelpers.invoke(RuntimeHelpers.java:314)

        at org.jruby.RubyObject.callMethod(RubyObject.java:475)

        at org.jruby.RubyClass.newInstance(RubyClass.java:271)

        at org.jruby.RubyClassInvoker$newInstance_method_0_0.call(Unknown 
Source)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at 
org.jruby.evaluator.ASTInterpreter.localAsgnNode(ASTInterpreter.java:1256)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:387)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150)

        at org.jruby.runtime.Block.yield(Block.java:114)

        at org.jruby.RubyHash$8.visit(RubyHash.java:886)

        at org.jruby.RubyHash.visitAll(RubyHash.java:564)

        at org.jruby.RubyHash.each(RubyHash.java:883)

        at org.jruby.RubyHashInvoker$each_method_0_0.call(Unknown Source)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:132)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:288)

        at org.jruby.evaluator.ASTInterpreter.forNode(ASTInterpreter.java:1183)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:362)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at org.jruby.RubyObject.send(RubyObject.java:1173)

        at org.jruby.RubyObjectInvoker$send_method_1_0.call(Unknown Source)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:117)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275)

        at 
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:117)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275)

        at 
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150)

        at org.jruby.runtime.Block.yield(Block.java:114)

        at 
ruby.jit.ruby.C_3a_.tools.java.jruby_minus_1_dot_1.lib.ruby.$1_dot_8.benchmark.measure25299947_23994772.__file__(C:/tools/java/jruby-1.1/lib/ruby/1.8/benchmark.rb:293)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)

        at 
org.jruby.internal.runtime.methods.WrapperMethod.call(WrapperMethod.java:54)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:253)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:662)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:648)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.arrayNode(ASTInterpreter.java:541)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:291)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:648)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at 
org.jruby.evaluator.ASTInterpreter.localAsgnNode(ASTInterpreter.java:1256)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:387)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:117)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275)

        at 
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)

        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:117)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:275)

        at 
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150)

        at org.jruby.runtime.Block.yield(Block.java:114)

        at 
org.jruby.evaluator.ASTInterpreter.yieldNode(ASTInterpreter.java:1817)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:493)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:253)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:662)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:253)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:662)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at org.jruby.RubyObject.send(RubyObject.java:1173)

        at org.jruby.RubyObjectInvoker$send_method_1_0.call(Unknown Source)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.AliasMethod.call(AliasMethod.java:60)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:102)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:243)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:648)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:272)

        at 
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)

        at 
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:70)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:272)

        at 
org.jruby.evaluator.ASTInterpreter.vcallNode(ASTInterpreter.java:1748)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:484)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:240)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:240)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:86)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:336)

        at 
ruby.jit.ruby.C_3a_.tools.java.jruby_minus_1_dot_1.lib.ruby.gems.$1_dot_8.gems.rails_minus_2_dot_0_dot_2.lib.webrick_server.service6864802_8244259.__ensure_1(C:/tools/java/jruby-1.1/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:78)

        at 
ruby.jit.ruby.C_3a_.tools.java.jruby_minus_1_dot_1.lib.ruby.gems.$1_dot_8.gems.rails_minus_2_dot_0_dot_2.lib.webrick_server.service6864802_8244259.__file__(C:/tools/java/jruby-1.1/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/webrick_server.rb:76)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:86)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:336)

        at 
ruby.jit.ruby.C_3a_.tools.java.jruby_minus_1_dot_1.lib.ruby.$1_dot_8.webrick.httpserver.service6515326_8244259.__file__(C:/tools/java/jruby-1.1/lib/ruby/1.8/webrick/httpserver.rb:104)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:144)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:240)

        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:657)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:308)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)

        at 
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.whileNode(ASTInterpreter.java:1761)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:489)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:176)

        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:66)

        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:240)

        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1100)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:354)

        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:631)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:302)

        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1517)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:452)

        at 
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1072)

        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:348)

        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:168)

        at org.jruby.runtime.InterpretedBlock.yield(InterpretedBlock.java:150)

        at org.jruby.runtime.InterpretedBlock.call(InterpretedBlock.java:103)

        at org.jruby.runtime.Block.call(Block.java:105)

        at org.jruby.RubyProc.call(RubyProc.java:203)

        at org.jruby.RubyProc.call(RubyProc.java:182)

        at 
org.jruby.internal.runtime.RubyNativeThread.run(RubyNativeThread.java:72)



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to