Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

CIRCLE / cloud

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 94
  • Merge Requests 10
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Closed
Open
Issue #227 opened Jul 31, 2014 by Kálmán Viktor@kviktor 
  • Report abuse
  • New issue
Report abuse New issue

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
  • Őry Máté @orymate commented Aug 27, 2014
    Owner

    does this still exist?

    does this still exist?
  • Guba Sándor @gubasandor commented Sep 19, 2014
    Owner

    is it?

    is it?
  • Kálmán Viktor @kviktor commented Sep 19, 2014
    Owner

    I had this a few days ago. If I recall correctly right after starting a new vm/enabling a node.

    Edited Sep 19, 2014
    I had this a few days ago. If I recall correctly right after starting a new vm/enabling a node.
  • Bach Dániel @bachdaniel commented Oct 20, 2014
    Owner

    fixed (73e82fe8)

    fixed (73e82fe8)
  • Bach Dániel @bachdaniel

    Status changed to closed

    Oct 20, 2014

    Status changed to closed

    Status changed to closed
    Toggle commit list
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
Assign to
October
Milestone
October
Assign milestone
Time tracking
None
Due date
No due date
0
Labels
None
Assign labels
  • View labels
4
4 participants
Reference: circle/cloud#227