Dear Friends,
I am delighted to be working on JRuby 1.7.0.preview1 and seek your help
on something that has tripped me.
Here’s my environment …
java version “1.7.0_05”
Java™ SE Runtime Environment (build 1.7.0_05-b05)
Java HotSpot™ 64-Bit Server VM (build 23.1-b03, mixed mode)
… RUBYOPT = --1.8 …
jruby 1.7.0.preview1 (ruby-1.8.7-p357) (2012-05-19 00c8c98) (Java
HotSpot™ 64-Bit Server VM 1.7.0_05) [darwin-x86_64-java]
And here’s what I am trying …
Trying to make a Rails 2.3.14 application work in above mentioned
environment.
This is the issue I am facing …
SystemStackError (stack level too deep):
org/jruby/RubyProc.java:269:in call' org/jruby/RubyProc.java:219:in
call’
org/jruby/RubyProc.java:269:in call' org/jruby/RubyProc.java:219:in
call’
org/jruby/RubyArray.java:1611:in each' app/controllers/application_controller.rb:291:in
render_payload’
app/controllers/application_controller.rb:346:in
render_create_or_error' app/controllers/messages_controller.rb:61:in
create’
org/jruby/RubyKernel.java:1969:in send' org/jruby/RubyKernel.java:1969:in
send’
org/jruby/RubyProc.java:269:in call' org/jruby/RubyProc.java:219:in
call’
org/jruby/RubyArray.java:1611:in `each’
Kindly help by throwing some light on what could be happening.
I appreciate your help in advance.
Thanks
Naga