To edit pages or tickets please login with username/password: aaf/aaf

Ticket #204 (new defect)

Opened 8 months ago

Last modified 8 months ago

DRb problem

Reported by: aaf Assigned to: jk
Priority: critical Milestone:
Component: 0plugin Version:
Keywords: Cc:

Description

Running with DRB server the remove method of RemoteIndex? fails with this exception:

/.../vendor/plugins/acts_as_ferret/lib/remote_index.rb:22:in `remove' /.../vendor/plugins/acts_as_ferret/lib/remote_index.rb:22:in `send' /.../vendor/plugins/acts_as_ferret/lib/remote_index.rb:22:in `method_missing' /.../vendor/plugins/acts_as_ferret/lib/remote_functions.rb:15:in `handle_drb_error' /.../vendor/plugins/acts_as_ferret/lib/remote_index.rb:22:in `method_missing' /.../app/models/item.rb:61:in `cleanup'

The invocation is as follows: class Item

... def self.cleanup

... aaf_index.remove(id, self.name) ...

end

end

The ferret_destroy callback throws the same when i remove the rescue.

Change History

02/29/08 18:59:59 changed by jk

With what version does this happen? trunk or 0.4.3?

Unfortunately the actual exception message is missing from the bug description...

To edit pages or tickets please login with username/password: aaf/aaf