Hi,
installed starling on OS-X (starling (0.9.8), ruby 1.8.7 (2008-08-11
patchlevel 72)) , and am getting some weird exceptions when running it
out of the box. Has anyone seen similar problems?

Thanks,
Florian

irb(main):001:0> require 'rubygems'
=> true
irb(main):002:0> require 'starling'
=> true
irb(main):003:0> starling = Starling.new('127.0.0.1:22122')
=> <MemCache: 1 servers, ns: nil, ro: false>
irb(main):004:0> starling.set('my_queue', 12345)
TypeError: can't dup NilClass
        from /opt/local/lib/ruby/gems/1.8/gems/starling-0.9.8/lib/starling.rb:
94:in `dup'
        from /opt/local/lib/ruby/gems/1.8/gems/starling-0.9.8/lib/starling.rb:
94:in `get_server_for_key'
        from /opt/local/lib/ruby/gems/1.8/gems/memcache-client-1.6.5/lib/
memcache.rb:689:in `request_setup'
        from /opt/local/lib/ruby/gems/1.8/gems/memcache-client-1.6.5/lib/
memcache.rb:658:in `with_server'
        from /opt/local/lib/ruby/gems/1.8/gems/memcache-client-1.6.5/lib/
memcache.rb:303:in `set'
        from /opt/local/lib/ruby/gems/1.8/gems/starling-0.9.8/lib/starling.rb:
34:in `set'
        from (irb):4
irb(main):005:0> %

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to