Advertisement
Guest User

Untitled

a guest
Dec 10th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.87 KB | None | 0 0
  1. [2012-12-10 10:38:00,076: ERROR/MainProcess] Received unregistered task of type 'generateCompoundImageTask'.
  2. The message has been ignored and discarded.
  3.  
  4. Did you remember to import the module containing this task?
  5. Or maybe you are using relative imports?
  6. Please see http://bit.ly/gLye1c for more information.
  7.  
  8. The full contents of the message body was:
  9. {'retries': 0, 'task': 'generateCompoundImageTask', 'eta': None, 'args': ((<CompoundStructures: CompoundStructures object>,), {}), 'expires': None, 'callbacks': None, 'errbacks': None, 'kwargs': {}, 'id': '8a3c0d64-9c28-4646-bf34-7274cb70c2d4', 'utc': True} (3665b)
  10.  
  11. Traceback (most recent call last):
  12.   File "/usr/local/lib/python2.7/dist-packages/celery-3.0.11-py2.7.egg/celery/worker/consumer.py", line 432, in on_task_received
  13.     strategies[name](message, body, message.ack_log_error)
  14. KeyError: 'generateCompoundImageTask'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement