[Rails] jruby/rack stack dumps without reference to my code

2012-05-02 Thread Jedrin
I get a stack dump in jruby, it will say: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `log' for nil:NilClass and then print out a lengthy stack dump. None of the source code lines given however come from any of my code so I am not sure how to figure out what is causing

Re: [Rails] jruby/rack stack dumps without reference to my code

2012-05-02 Thread Colin Law
On 2 May 2012 17:00, Jedrin jrubia...@gmail.com wrote: I get a stack dump in jruby, it will say: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `log' for nil:NilClass and then print out a lengthy stack dump. None of the source code lines given however come from any of

Re: [Rails] jruby/rack stack dumps without reference to my code

2012-05-02 Thread Jeremy Walker
On 2 May 2012 17:00, Jedrin jrubia...@gmail.com wrote: I get a stack dump in jruby, it will say: org.jruby.exceptions.RaiseException: (NoMethodError) undefined method `log' for nil:NilClass and then print out a lengthy stack dump. None of the source code lines given however come from any