java.lang.NoSuchMethodError: org.jruby.Ruby.newFixnum(I)Lorg/jruby/RubyFixnum; 
happens when trying to access rails application
------------------------------------------------------------------------------------------------------------------------------

                 Key: JRUBY-2563
                 URL: http://jira.codehaus.org/browse/JRUBY-2563
             Project: JRuby
          Issue Type: Bug
          Components: Core Classes/Modules
    Affects Versions: JRuby 1.1.1
         Environment: #jruby -S gem list

*** LOCAL GEMS ***

actionmailer (2.0.2)
actionpack (2.0.2)
activerecord (2.0.2)
activeresource (2.0.2)
activesupport (2.0.2)
columnize (0.1)
gem_plugin (0.2.3)
gettext (1.91.0)
jruby-openssl (0.2.3)
mongrel (1.1.5)
rails (2.0.2)
rake (0.8.1)
RedCloth (3.0.4)
rspec (1.1.3)
sources (0.0.1)

#uname -a
Linux XXXXXXX 2.6.16.33-vpsX #2 SMP Fri Jan 19 15:38:21 EST 2007 i686 GNU/Linux

#jruby -v
ruby 1.8.6 (2008-04-22 rev 6555) [i386-jruby1.1.1]

            Reporter: Danilo Castilho
            Priority: Blocker


** Starting Rails with production environment...
** Rails loaded.
** Loading any Rails specific GemPlugins
The signal USR1 is in use by the JVM and will not work correctly on this 
platform
** Signals ready.  TERM => stop.  USR2 => restart.  INT => stop (no restart).
** Rails signals registered.  HUP => reload (without restart).  It might not 
work well.
** Mongrel 1.1.5 available at localhost:8001
** Use CTRL-C to stop.
Exception in thread "Ruby Thread13882477" java.lang.NoSuchMethodError: 
org.jruby.Ruby.newFixnum(I)Lorg/jruby/RubyFixnum;
        at org.jruby.mongrel.Http11.execute(Http11.java:250)
        at org.jruby.mongrel.Http11Callback$execute_F3.call(Unknown Source)
        at 
org.jruby.runtime.callback.FastInvocationCallback.execute(FastInvocationCallback.java:55)
        at 
org.jruby.internal.runtime.methods.SimpleCallbackMethod.call(SimpleCallbackMethod.java:67)
        at 
org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:94)
        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:206)
        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:366)
        at org.jruby.evaluator.ASTInterpreter.callNode(ASTInterpreter.java:670)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:309)
        at 
org.jruby.evaluator.ASTInterpreter.localAsgnNode(ASTInterpreter.java:1306)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:388)
        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at 
org.jruby.evaluator.ASTInterpreter.whileNode(ASTInterpreter.java:1805)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:490)
        at org.jruby.evaluator.ASTInterpreter.blockNode(ASTInterpreter.java:632)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:303)
        at 
org.jruby.evaluator.ASTInterpreter.rescueNode(ASTInterpreter.java:1567)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:453)
        at 
org.jruby.evaluator.ASTInterpreter.ensureNode(ASTInterpreter.java:1100)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:349)
        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:169)
        at 
org.jruby.internal.runtime.methods.DefaultMethod.interpretedCall(DefaultMethod.java:172)
        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:148)
        at 
org.jruby.internal.runtime.methods.DefaultMethod.call(DefaultMethod.java:265)
        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.cacheAndCall(CallSite.java:146)
        at 
org.jruby.runtime.CallSite$InlineCachingCallSite.call(CallSite.java:302)
        at 
org.jruby.evaluator.ASTInterpreter.fCallNode(ASTInterpreter.java:1132)
        at 
org.jruby.evaluator.ASTInterpreter.evalInternal(ASTInterpreter.java:355)
        at org.jruby.evaluator.ASTInterpreter.eval(ASTInterpreter.java:169)
        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:205)
        at org.jruby.RubyProc.call(RubyProc.java:184)
        at 
org.jruby.internal.runtime.RubyNativeThread.run(RubyNativeThread.java:73)


-- 
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