2024年6月7日发(作者:)
在面板上建立新实例,报如上错误,是由于队列服务的问题
在/var/log/nova下查看日志,发现如下报错
grep -i error nova-*.log
:2015-04-15 18:42:43.778 3844 ERROR
ing.__rabbit [-] Failed to consume message from queue: (0,
0): (320) CONNECTION_FORCED - broker forced connection closure with reason
'shutdown'
:2015-04-15 18:42:43.778 3844 TRACE
ing.__rabbit (class_id, method_id), ConnectionError)
:2015-04-15 18:42:43.779 3842 ERROR
ing.__rabbit [-] Failed to consume message from queue: (0,
0): (320) CONNECTION_FORCED - broker forced connection closure with reason
'shutdown'
:2015-04-15 18:42:43.779 3842 TRACE
ing.__rabbit (class_id, method_id), ConnectionError)
:2015-04-15 18:42:43.773 3845 ERROR
ing.__rabbit [-] Failed to consume message from queue: (0,
0): (320) CONNECTION_FORCED - broker forced connection closure with reason
'shutdown'
:2015-04-15 18:42:43.773 3845 TRACE
ing.__rabbit (class_id, method_id), ConnectionError)
:2015-04-15 18:42:44.857 3843 ERROR
ing.__rabbit [-] AMQP server on 10.143.132.171:5672 is
unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds.
:2015-04-15 18:42:44.860 3844 ERROR
ing.__rabbit [-] AMQP server on 10.143.132.171:5672 is
unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds.
:2015-04-15 18:42:44.862 3845 ERROR
ing.__rabbit [-] AMQP server on 10.143.132.171:5672 is
unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds.
:2015-04-15 18:42:44.878 3842 ERROR
ing.__rabbit [-] AMQP server on 10.143.132.171:5672 is
unreachable: [Errno 111] ECONNREFUSED. Trying again in 1 seconds.
:2015-04-15 18:42:48.491 3843 ERROR
ing.__rabbit [-] Failed to publish message to topic
'reply_a7a1551a676a4e0a99d049fd9f1e498c': [Errno 32] Broken pipe


发布评论