rake solr:start throws this error
rake aborted!
undefined method `closed?' for nil:NilClass
rake solr:start throws this error
rake aborted!
undefined method `closed?' for nil:NilClass
I have google around and got frustrated. I found the answer
http://redmine.ruby-lang.org/issues/show/2708
you have to go in /lib/ruby/1.8/net
and download the patch and add that additional check into http.rb and you are done
http://redmine.ruby-lang.org/attachments/download/835
Thanks everyone