[Openstack-operators] TRACE nova RemoteError: Remote error: UnsupportedRpcVersion Specified RPC version, 1.47, not supported by this endpoint.

Juan José Pavlik Salles jjpavlik at gmail.com
Tue Jun 11 00:12:55 UTC 2013


After reading a bit about similar errors (
https://www.redhat.com/archives/rhos-list/2013-May/msg00067.html) i
remembered that i have an older nova version running in one of the
compute-nodes. I shutted down this older node and restarted nova-* on the
new one and everything started working just fine. I haven't tried updating
the server because i have to reinstall it anyway.


2013/6/10 Juan José Pavlik Salles <jjpavlik at gmail.com>

> I also noticed that nova-cert is trying to reach rabbit on localhost
> instead of using the config in nova.conf:
>
> nova-cert.log:
>
> 2013-06-10 23:41:27.384 INFO nova.openstack.common.rpc.common
> [req-2eb99fa2-b03f-42bd-bf53-2413bf8e76c5 None None] Reconnecting to AMQP
> server on localhost:5672
> 2013-06-10 23:41:27.385 ERROR nova.openstack.common.rpc.common
> [req-2eb99fa2-b03f-42bd-bf53-2413bf8e76c5 None None] AMQP server on
> localhost:5672 is unreachable: [Errno 111] ECONNREFUSED. Trying again in 30
> seconds.
>
>
>
> 2013/6/10 Juan José Pavlik Salles <jjpavlik at gmail.com>
>
>> Hi guys, i'm installing nova-compute but i get this error when trying to
>> start the service:
>>
>> 2013-06-10 21:21:37.706 22650 AUDIT nova.service [-] Starting compute
>> node (version 2013.1.1)
>> 2013-06-10 21:21:37.706 22650 DEBUG nova.virt.libvirt.driver [-]
>> Connecting to libvirt: qemu:///system _get_connection
>> /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py:553
>> 2013-06-10 21:21:37.725 22650 DEBUG nova.virt.libvirt.driver [-]
>> Registering for lifecycle events <nova.virt.libvirt.driver.LibvirtDriver
>> object at 0x23fc090> _get_connection
>> /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py:563
>> 2013-06-10 21:21:37.728 22650 DEBUG nova.virt.libvirt.driver [-] Starting
>> native event thread _init_events
>> /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py:530
>> 2013-06-10 21:21:37.729 22650 DEBUG nova.virt.libvirt.driver [-] Starting
>> green dispatch thread _init_events
>> /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py:535
>> 2013-06-10 21:21:37.729 DEBUG nova.openstack.common.rpc.amqp
>> [req-93040676-377e-4017-8529-0ca0dee1299d None None] Making synchronous
>> call on conductor ... multicall
>> /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py:583
>> 2013-06-10 21:21:37.730 DEBUG nova.openstack.common.rpc.amqp
>> [req-93040676-377e-4017-8529-0ca0dee1299d None None] MSG_ID is
>> a46b5e7d8d82484c9d7d19cdb58d89c9 multicall
>> /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py:586
>> 2013-06-10 21:21:37.730 DEBUG nova.openstack.common.rpc.amqp
>> [req-93040676-377e-4017-8529-0ca0dee1299d None None] UNIQUE_ID is
>> 6f8ac91c0e1a49cfa8e73590839620a5. _add_unique_id
>> /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py:337
>> 2013-06-10 21:21:37.747 22650 CRITICAL nova [-] Remote error:
>> UnsupportedRpcVersion Specified RPC version, 1.47, not supported by this
>> endpoint.
>> [u'Traceback (most recent call last):\n', u'  File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line
>> 430, in _process_data\n    rval = self.proxy.dispatch(ctxt, version,
>> method, **args)\n', u'  File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py",
>> line 138, in dispatch\n    raise
>> rpc_common.UnsupportedRpcVersion(version=version)\n',
>> u'UnsupportedRpcVersion: Specified RPC version, 1.47, not supported by this
>> endpoint.\n'].
>> 2013-06-10 21:21:37.747 22650 TRACE nova Traceback (most recent call
>> last):
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File "/usr/bin/nova-compute",
>> line 85, in <module>
>> 2013-06-10 21:21:37.747 22650 TRACE nova     service.wait()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/service.py", line 689, in wait
>> 2013-06-10 21:21:37.747 22650 TRACE nova     _launcher.wait()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/service.py", line 209, in wait
>> 2013-06-10 21:21:37.747 22650 TRACE nova     super(ServiceLauncher,
>> self).wait()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/service.py", line 179, in wait
>> 2013-06-10 21:21:37.747 22650 TRACE nova     service.wait()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 168, in
>> wait
>> 2013-06-10 21:21:37.747 22650 TRACE nova     return
>> self._exit_event.wait()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/eventlet/event.py", line 116, in wait
>> 2013-06-10 21:21:37.747 22650 TRACE nova     return
>> hubs.get_hub().switch()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/eventlet/hubs/hub.py", line 187, in switch
>> 2013-06-10 21:21:37.747 22650 TRACE nova     return self.greenlet.switch()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/eventlet/greenthread.py", line 194, in
>> main
>> 2013-06-10 21:21:37.747 22650 TRACE nova     result = function(*args,
>> **kwargs)
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/service.py", line 147, in run_server
>> 2013-06-10 21:21:37.747 22650 TRACE nova     server.start()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/service.py", line 429, in start
>> 2013-06-10 21:21:37.747 22650 TRACE nova     self.manager.init_host()
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/compute/manager.py", line 588, in
>> init_host
>> 2013-06-10 21:21:37.747 22650 TRACE nova     self.host)
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/conductor/api.py", line 409, in
>> instance_get_all_by_host
>> 2013-06-10 21:21:37.747 22650 TRACE nova     context, host,
>> columns_to_join=columns_to_join)
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/conductor/rpcapi.py", line 316, in
>> instance_get_all_by_host
>> 2013-06-10 21:21:37.747 22650 TRACE nova     return self.call(context,
>> msg, version='1.47')
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/proxy.py", line
>> 80, in call
>> 2013-06-10 21:21:37.747 22650 TRACE nova     return rpc.call(context,
>> self._get_topic(topic), msg, timeout)
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/__init__.py",
>> line 140, in call
>> 2013-06-10 21:21:37.747 22650 TRACE nova     return
>> _get_impl().call(CONF, context, topic, msg, timeout)
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/impl_kombu.py",
>> line 798, in call
>> 2013-06-10 21:21:37.747 22650 TRACE nova
>> rpc_amqp.get_connection_pool(conf, Connection))
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line
>> 612, in call
>> 2013-06-10 21:21:37.747 22650 TRACE nova     rv = list(rv)
>> 2013-06-10 21:21:37.747 22650 TRACE nova   File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line
>> 561, in __iter__
>> 2013-06-10 21:21:37.747 22650 TRACE nova     raise result
>> 2013-06-10 21:21:37.747 22650 TRACE nova RemoteError: Remote error:
>> UnsupportedRpcVersion Specified RPC version, 1.47, not supported by this
>> endpoint.
>> 2013-06-10 21:21:37.747 22650 TRACE nova [u'Traceback (most recent call
>> last):\n', u'  File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py", line
>> 430, in _process_data\n    rval = self.proxy.dispatch(ctxt, version,
>> method, **args)\n', u'  File
>> "/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py",
>> line 138, in dispatch\n    raise
>> rpc_common.UnsupportedRpcVersion(version=version)\n',
>> u'UnsupportedRpcVersion: Specified RPC version, 1.47, not supported by this
>> endpoint.\n'].
>> 2013-06-10 21:21:37.747 22650 TRACE nova
>>
>> There's something strange here, because it says "UnsupportedRpcVersion
>> Specified RPC version, 1.47" but i'm running  rabbitmq-server version
>> 2.7.1-0ubuntu4. Any clue? Thanks
>>
>> --
>> Pavlik Salles Juan José
>>
>
>
>
> --
> Pavlik Salles Juan José
>



-- 
Pavlik Salles Juan José
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20130610/047dfc61/attachment.html>


More information about the OpenStack-operators mailing list