<div dir="ltr">ok, then evrything is fine with my rabbitmq<div><br></div><div><div>[root@localhost ~]# iptables -S |grep 5672</div><div>-A INPUT -s <a href="http://192.168.2.34/32">192.168.2.34/32</a> -p tcp -m multiport --dports 5671,5672 -m comment --comment "001 amqp incoming amqp_192.168.2.34" -j ACCEPT</div><div>-A INPUT -s <a href="http://192.168.2.35/32">192.168.2.35/32</a> -p tcp -m multiport --dports 5671,5672 -m comment --comment "001 amqp incoming amqp_192.168.2.35" -j ACCEPT</div></div><div><br></div><div><br></div><div>do you have any other idea about what it may be happening with my installation?</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-04-20 14:26 GMT+02:00 Marius Cornea <span dir="ltr"><<a href="mailto:marius@remote-lab.net" target="_blank">marius@remote-lab.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That's the port used by rabbit nodes for communicating in a cluster.<br>
You should check the docs here[1] for further digging into clustering:<br>
<br>
<a href="https://www.rabbitmq.com/clustering.html" target="_blank">https://www.rabbitmq.com/clustering.html</a><br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, Apr 20, 2015 at 2:15 PM, pauline phaure <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>> wrote:<br>
> is it normal the the port for tcp4 is 25672???<br>
><br>
> 2015-04-20 14:10 GMT+02:00 pauline phaure <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>>:<br>
>><br>
>> [root@localhost ~]# rabbitmqctl status<br>
>> Status of node rabbit@localhost ...<br>
>> [{pid,18863},<br>
>>  {running_applications,[{rabbit,"RabbitMQ","3.3.5"},<br>
>>                         {os_mon,"CPO  CXC 138 46","2.2.14"},<br>
>>                         {mnesia,"MNESIA  CXC 138 12","4.11"},<br>
>>                         {xmerl,"XML parser","1.3.6"},<br>
>>                         {sasl,"SASL  CXC 138 11","2.3.4"},<br>
>>                         {stdlib,"ERTS  CXC 138 10","1.19.4"},<br>
>>                         {kernel,"ERTS  CXC 138 10","2.16.4"}]},<br>
>>  {os,{unix,linux}},<br>
>>  {erlang_version,"Erlang R16B03-1 (erts-5.10.4) [source] [64-bit]<br>
>> [smp:16:16] [async-threads:30] [hipe] [kernel-poll:true]\n"},<br>
>>  {memory,[{total,91191840},<br>
>>           {connection_procs,2848136},<br>
>>           {queue_procs,1327752},<br>
>>           {plugins,0},<br>
>>           {other_proc,13932712},<br>
>>           {mnesia,268832},<br>
>>           {mgmt_db,0},<br>
>>           {msg_index,87144},<br>
>>           {other_ets,948952},<br>
>>           {binary,48239344},<br>
>>           {code,16698259},<br>
>>           {atom,602729},<br>
>>           {other_system,6237980}]},<br>
>>  {alarms,[]},<br>
>>  {listeners,[{clustering,25672,"::"},{amqp,5672,"::"}]},<br>
>>  {vm_memory_high_watermark,0.4},<br>
>>  {vm_memory_limit,4967161856},<br>
>>  {disk_free_limit,50000000},<br>
>>  {disk_free,49428885504},<br>
>>  {file_descriptors,[{total_limit,924},<br>
>>                     {total_used,80},<br>
>>                     {sockets_limit,829},<br>
>>                     {sockets_used,78}]},<br>
>>  {processes,[{limit,1048576},{used,921}]},<br>
>>  {run_queue,0},<br>
>>  {uptime,124}]<br>
>> ...done.<br>
>><br>
>><br>
>> 2015-04-20 14:08 GMT+02:00 pauline phaure <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>>:<br>
>>><br>
>>><br>
>>><br>
>>> [root@localhost ~]# netstat -nltp |grep 5672<br>
>>> tcp        0      0 <a href="http://0.0.0.0:25672" target="_blank">0.0.0.0:25672</a>           0.0.0.0:*<br>
>>> LISTEN      1927/beam.smp<br>
>>> tcp6       0      0 :::5672                 :::*<br>
>>> LISTEN      1927/beam.smp<br>
>>><br>
>>><br>
>>> 2015-04-20 13:56 GMT+02:00 Marius Cornea <<a href="mailto:marius@remote-lab.net">marius@remote-lab.net</a>>:<br>
>>>><br>
>>>> Hi Pauline,<br>
>>>><br>
>>>> I suspect the issues are caused by the rabbitmq connection. Check that<br>
>>>> it's running and can be reached on <a href="http://192.168.2.34:5672" target="_blank">192.168.2.34:5672</a> (server is<br>
>>>> running, listening on that address/port, no firewall rule preventing<br>
>>>> connections).<br>
>>>><br>
>>>> On Mon, Apr 20, 2015 at 1:32 PM, pauline phaure <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>><br>
>>>> wrote:<br>
>>>> > i tried with cirros actually and it didn't work. I don't think it's a<br>
>>>> > problem of ressources. I'm on baremetal and I only have 4 VMs spawned<br>
>>>> ><br>
>>>> > 2015-04-20 13:28 GMT+02:00 Mohammed Arafa <<a href="mailto:mohammed.arafa@gmail.com">mohammed.arafa@gmail.com</a>>:<br>
>>>> >><br>
>>>> >> Pauline it could be a number of issues including too little CPU or<br>
>>>> >> ram or<br>
>>>> >> disk. Try with the cirros image first<br>
>>>> >><br>
>>>> >> Tokens in the service project do not expire as far as I know<br>
>>>> >><br>
>>>> >> On Apr 20, 2015 4:53 AM, "pauline phaure" <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>> wrote:<br>
>>>> >>><br>
>>>> >>> I think it's because of an authentication issue as my plateform was<br>
>>>> >>> working fine friday. May be the tokens given to nova, neutron... has<br>
>>>> >>> expired?? how can I fix it if so. plz help<br>
>>>> >>><br>
>>>> >>> 2015-04-20 10:23 GMT+02:00 pauline phaure <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>>:<br>
>>>> >>>><br>
>>>> >>>>  grep ERROR  nova-scheduler.log<br>
>>>> >>>><br>
>>>> >>>> 2015-04-17 15:41:25.119 1976 ERROR<br>
>>>> >>>> oslo.messaging._drivers.impl_rabbit<br>
>>>> >>>> [-] Failed to consume message from queue: [Errno 110] Connection<br>
>>>> >>>> timed out<br>
>>>> >>>> 2015-04-17 16:34:37.163 1959 ERROR<br>
>>>> >>>> oslo.messaging._drivers.impl_rabbit<br>
>>>> >>>> [-] Failed to consume message from queue: [Errno 110] Connection<br>
>>>> >>>> timed out<br>
>>>> >>>> 2015-04-20 09:40:21.192 9683 ERROR<br>
>>>> >>>> oslo.messaging._drivers.impl_rabbit<br>
>>>> >>>> [-] Failed to consume message from queue: (0, 0): (320)<br>
>>>> >>>> CONNECTION_FORCED -<br>
>>>> >>>> broker forced connection closure with reason 'shutdown'<br>
>>>> >>>> 2015-04-20 09:40:22.217 9683 ERROR<br>
>>>> >>>> oslo.messaging._drivers.impl_rabbit<br>
>>>> >>>> [-] AMQP server on <a href="http://192.168.2.34:5672" target="_blank">192.168.2.34:5672</a> is unreachable: [Errno 111]<br>
>>>> >>>> ECONNREFUSED. Trying again in 1 seconds.<br>
>>>> >>>><br>
>>>> >>>><br>
>>>> >>>><br>
>>>> >>>> grep ERROR  nova-api.log<br>
>>>> >>>><br>
>>>> >>>> 2015-04-19 02:23:52.043 4750 ERROR nova.api.openstack<br>
>>>> >>>> [req-6cdb1bcf-18e3-4366-bc33-8afad6a0be9e None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 04:33:52.051 4745 ERROR nova.api.openstack<br>
>>>> >>>> [req-a682ff4c-86ee-4d7e-97fa-df0741c4c5ef None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 05:43:52.048 4749 ERROR nova.api.openstack<br>
>>>> >>>> [req-afec3fef-95a9-4b62-b531-a8c686648dc7 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 07:53:52.060 4743 ERROR nova.api.openstack<br>
>>>> >>>> [req-55074cb4-4dd9-442a-9e77-a6db54c41124 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 11:03:52.072 4733 ERROR nova.api.openstack<br>
>>>> >>>> [req-e7ec8959-17b7-4c20-b81f-eb4457e8d23e None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 12:13:52.046 4747 ERROR nova.api.openstack<br>
>>>> >>>> [req-02fcdd32-18da-4e57-90fa-a269ac6446bb None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 15:23:52.078 4741 ERROR nova.api.openstack<br>
>>>> >>>> [req-581682f3-4677-49ba-b6cf-4e7cd253b47f None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 17:33:52.102 4750 ERROR nova.api.openstack<br>
>>>> >>>> [req-2f22a04c-5d84-4279-97e7-48ad99d99f17 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 20:43:52.252 4741 ERROR nova.api.openstack<br>
>>>> >>>> [req-48dc8185-d826-48eb-a629-e442d7e56181 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-19 21:53:52.107 4745 ERROR nova.api.openstack<br>
>>>> >>>> [req-c3b66cf9-eb12-4ddc-b929-c108cbce8575 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-20 01:03:52.125 4737 ERROR nova.api.openstack<br>
>>>> >>>> [req-31034151-4a94-4b5a-a925-e975912ec93a None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-20 04:13:52.033 4741 ERROR nova.api.openstack<br>
>>>> >>>> [req-b521803c-e80c-4e86-a30b-16e5c57da918 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-20 05:23:52.047 4736 ERROR nova.api.openstack<br>
>>>> >>>> [req-95702e17-0960-451a-b5c1-828172b27bc0 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-20 06:33:52.013 4740 ERROR nova.api.openstack<br>
>>>> >>>> [req-711d560d-e9c3-48f3-aabe-28e138ae06e1 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>> 2015-04-20 07:43:52.178 4747 ERROR nova.api.openstack<br>
>>>> >>>> [req-d0caca70-b960-4612-b99f-ca42292cb6b4 None] Caught error:<br>
>>>> >>>> auth_url was<br>
>>>> >>>> not provided to the Neutron client<br>
>>>> >>>><br>
>>>> >>>><br>
>>>> >>>><br>
>>>> >>>> 2015-04-20 10:15 GMT+02:00 pauline phaure <<a href="mailto:phaurep@gmail.com">phaurep@gmail.com</a>>:<br>
>>>> >>>>><br>
>>>> >>>>> hello guys ,<br>
>>>> >>>>> When I try to launch an instance,  have this error, no valmid host<br>
>>>> >>>>> was<br>
>>>> >>>>> found. I found these errors in the file logs of nova and rabbitmq<br>
>>>> >>>>> but don't<br>
>>>> >>>>> know how  to proceed:<br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>>  grep error  nova-scheduler.log<br>
>>>> >>>>> 2015-04-17 15:41:25.119 1976 TRACE<br>
>>>> >>>>> oslo.messaging._drivers.impl_rabbit<br>
>>>> >>>>> error: [Errno 110] Connection timed out<br>
>>>> >>>>> 2015-04-17 16:34:37.163 1959 TRACE<br>
>>>> >>>>> oslo.messaging._drivers.impl_rabbit<br>
>>>> >>>>> error: [Errno 110] Connection timed out<br>
>>>> >>>>><br>
>>>> >>>>> grep error  nova-api.log<br>
>>>> >>>>><br>
>>>> >>>>> 2015-04-20 01:13:52.005 4748 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> 868d85f2de3d49878af5b6f79d80e8de", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>> 2015-04-20 02:13:52.022 4741 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> b309783b561b44ef904b3c4a6ab474bd", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>> 2015-04-20 03:13:52.004 4737 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> 24eed0bb37b54445bd753359b234a0c4", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>> 2015-04-20 04:13:52.033 4741 ERROR nova.api.openstack<br>
>>>> >>>>> [req-b521803c-e80c-4e86-a30b-16e5c57da918 None] Caught error:<br>
>>>> >>>>> auth_url was<br>
>>>> >>>>> not provided to the Neutron client<br>
>>>> >>>>> 2015-04-20 04:23:52.044 4742 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> 6d3e77f2cf75495297c34133bc765bd8", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>> 2015-04-20 05:23:52.047 4736 ERROR nova.api.openstack<br>
>>>> >>>>> [req-95702e17-0960-451a-b5c1-828172b27bc0 None] Caught error:<br>
>>>> >>>>> auth_url was<br>
>>>> >>>>> not provided to the Neutron client<br>
>>>> >>>>> 2015-04-20 05:33:52.024 4731 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> ccaee1e396614df5a753a331345e3e24", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>> 2015-04-20 06:33:52.013 4740 ERROR nova.api.openstack<br>
>>>> >>>>> [req-711d560d-e9c3-48f3-aabe-28e138ae06e1 None] Caught error:<br>
>>>> >>>>> auth_url was<br>
>>>> >>>>> not provided to the Neutron client<br>
>>>> >>>>> 2015-04-20 06:43:51.887 4737 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> 6ad03759c8f446d09d4babde1aa7f63d", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>> 2015-04-20 07:43:52.178 4747 ERROR nova.api.openstack<br>
>>>> >>>>> [req-d0caca70-b960-4612-b99f-ca42292cb6b4 None] Caught error:<br>
>>>> >>>>> auth_url was<br>
>>>> >>>>> not provided to the Neutron client<br>
>>>> >>>>> 2015-04-20 07:53:52.037 4742 WARNING keystonemiddleware.auth_token<br>
>>>> >>>>> [-]<br>
>>>> >>>>> Identity response: {"error": {"message": "Could not find token:<br>
>>>> >>>>> 0bcaad841985487bbfe4bce038b49c9e", "code": 404, "title": "Not<br>
>>>> >>>>> Found"}}<br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>> grep error /var/log/rabbitmq/rabbit\@localhost.log<br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>> AMQP connection <0.865.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1312.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.499.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1657.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9349.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.761.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.2801.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.4447.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1065.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.712.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.618.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.664.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9428.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1222.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9530.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9496.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.6746.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9479.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9280.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9295.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1203.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1420.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.9513.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1048.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.741.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1734.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1390.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1400.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>> AMQP connection <0.1430.0> (running), channel 0 - error:<br>
>>>> >>>>> {amqp_error,connection_forced,<br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>>><br>
>>>> >>>><br>
>>>> >>><br>
>>>> >>><br>
>>>> >>> _______________________________________________<br>
>>>> >>> Rdo-list mailing list<br>
>>>> >>> <a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
>>>> >>> <a href="https://www.redhat.com/mailman/listinfo/rdo-list" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
>>>> >>><br>
>>>> >>> To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a><br>
>>>> ><br>
>>>> ><br>
>>>> ><br>
>>>> > _______________________________________________<br>
>>>> > Rdo-list mailing list<br>
>>>> > <a href="mailto:Rdo-list@redhat.com">Rdo-list@redhat.com</a><br>
>>>> > <a href="https://www.redhat.com/mailman/listinfo/rdo-list" target="_blank">https://www.redhat.com/mailman/listinfo/rdo-list</a><br>
>>>> ><br>
>>>> > To unsubscribe: <a href="mailto:rdo-list-unsubscribe@redhat.com">rdo-list-unsubscribe@redhat.com</a><br>
>>><br>
>>><br>
>><br>
><br>
</div></div></blockquote></div><br></div>