Unhandled exception
Traceback (most recent call last):
File "/home/cloud/.virtualenvs/circle/local/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/home/cloud/.virtualenvs/circle/local/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__
return self.run(*args, **kwargs)
File "/home/cloud/circle/circle/vm/tasks/local_tasks.py", line 37, in abortable_async_instance_operation
return operation._exec_op(allargs, auxargs)
File "/home/cloud/circle/circle/common/operations.py", line 96, in _exec_op
return self._operation(**arguments)
File "/home/cloud/circle/circle/vm/operations.py", line 254, in _operation
deploy_act.result = self.instance.deploy_vm(timeout=timeout)
File "/home/cloud/circle/circle/vm/models/instance.py", line 836, in deploy_vm
queue_name = self.get_remote_queue_name('vm', 'slow')
File "/home/cloud/circle/circle/vm/models/instance.py", line 629, in get_remote_queue_name
return self.node.get_remote_queue_name(queue_id, priority)
File "/home/cloud/circle/circle/common/models.py", line 263, in x
result = method(instance, *args, **kwargs)
File "/home/cloud/circle/circle/vm/models/node.py", line 181, in get_remote_queue_name
if vm_tasks.check_queue(self.host.hostname, queue_id, priority):
File "/home/cloud/circle/circle/vm/tasks/vm_tasks.py", line 39, in check_queue
active_queues = get_queues()
File "/home/cloud/circle/circle/vm/tasks/vm_tasks.py", line 60, in get_queues
logger.debug('Queue list of length %d cached.', len(result))
TypeError: object of type 'NoneType' has no len()^[[0m
-
Owner
does this still exist?
-
Owner
is it?
-
Owner
I had this a few days ago. If I recall correctly right after starting a new vm/enabling a node.
-
Owner
fixed (73e82fe8)
-
Status changed to closed
Toggle commit list
Please
register
or
sign in
to comment