Hi,

I have following two errors on a new Baruwa install with Jeremy's script:

When I preview the Quarantine all messages are shown also non Spam mail...

Failure number two when I release or delete a message I get follwing error
but the system do the task right.

celeryd.log say:
2013-11-09 18:41:23,947 Baruwa[1536]: Task
update-audit-log[cb8412f7-c859-49a5-97fc-fcd85028fa65] succeeded in
0.0136449337006s: None
2013-11-09 18:41:36,466 Baruwa[1536]: Got task from broker:
process-quarantined-msg[941e7221-cce7-46b2-9925-ba4e40660e9a]
2013-11-09 18:41:36,467 Baruwa[1536]: Processing quarantined message:
1Vf5Zt-0007vn-9Q
2013-11-09 18:41:36,600 Baruwa[1536]: Message: 1Vf5Zt-0007vn-9Q deleted from
quarantine
2013-11-09 18:41:36,621 Baruwa[1536]: Task
process-quarantined-msg[941e7221-cce7-46b2-9925-ba4e40660e9a] succeeded in
0.154033184052s: {'errors': [], 'to_address':...

Then came error 500 in the webinterface and that I get in the error
reporting mail:


Module baruwa.controllers.messages:2 in process
Module repoze.what.plugins.pylonshq.protectors:118 in wrap_action
<<                  return self.denial_handler(reason)
                   abort(code, comment=reason)
               return action_(*args, **kwargs)
>>  return action_(*args, **kwargs)
Module baruwa.controllers.messages:654 in process
<<      def process(self, taskid, format=None):
               "process a taskset"
               result = TaskSetResult.restore(taskid, backend=dbbackend)
               if (result is None or
                   'taskids' not in session or
>>  result = TaskSetResult.restore(taskid, backend=dbbackend)
Module celery.result:631 in restore
<<          return (
                   backend or self.app.backend if self.app else
current_app.backend
               ).restore_group(id)
>>  ).restore_group(id)
Module celery.backends.amqp:255 in restore_group
<<      def restore_group(self, group_id, cache=True):
               raise NotImplementedError(
                   'restore_group is not supported by this backend.')
      
           def delete_group(self, group_id):
>>  'restore_group is not supported by this backend.')
NotImplementedError: restore_group is not supported by this backend.

Thanks a lot 



--
View this message in context: 
http://baruwa-users-list.963389.n3.nabble.com/restore-group-is-not-supported-by-this-backend-tp4027150.html
Sent from the Baruwa users list mailing list archive at Nabble.com.

_______________________________________________
http://pledgie.com/campaigns/12056

Reply via email to