TECHZEN Zenoss User Community ARCHIVE  

Zenoss 6.0.0.1 master OVA - no rawevents queue

Subject: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: Jane Curry
Posted: 2017-11-10 05:47

Downloaded the master OVA for Zenoss Core 6.0.0.1 and did the usual to install.

I have no events.  Log for zeneventd says:

amqplib.client_0_8.exceptions.AMQPChannelException: (404, u"NOT_FOUND - no queue 'zenoss.queues.zep.rawevents' in vhost '/zenoss'", (60, 20), 'Channel.basic_consume')

It is correct.  If I attach to the rabbitmq container with

serviced service attach rabbitmq

and use:

rabbitmqctl -p /zenoss list_queues
Listing queues ...
74f6fa09a452.celery.pidbox 0
aliveness-test 0
celery 0
zenoss.queues.zep.heartbeats 0
zenoss.queues.zep.migrated.archive 0
zenoss.queues.zep.migrated.summary 0
zenoss.queues.zep.modelchange 0
zenoss.queues.zep.signal 0
zenoss.queues.zep.zenevents 0
...done.
[root@rbt0 /]#

Indeed there is no raw events queue.

I have tried the old fix (from Zenoos 4 days), in the rabbitmq container:
export VHOST="/zenoss"
export USER="zenoss"
export PASS="zenoss"
rabbitmqctl stop_app
rabbitmqctl reset
rabbitmqctl start_app
rabbitmqctl add_vhost "$VHOST"
rabbitmqctl add_user "$USER" "$PASS"
rabbitmqctl set_permissions -p "$VHOST" "$USER" '.*' '.*' '.*'

and restarted everything, including a box reboot, still no rawevents queue so still no events.

Anyone else see this?
Any suggestions?

Cheers,
Jane

------------------------------
Jane Curry
Skills 1st United Kingdom
jane.curry@skills-1st.co.uk
------------------------------


Subject: RE: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: Nick Petrakis
Posted: 2017-11-10 09:49

Same here Jane....

------------------------------
Nick Petrakis
System Administrator
8477096031
------------------------------

Subject: RE: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: Michael De Simone
Posted: 2017-11-10 11:56


Hi Jane, I was able to confirm this issue. There has been an internal defect created.

------------------------------
Michael De Simone
Zenoss
------------------------------


Subject: RE: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: Nick Petrakis
Posted: 2017-11-14 09:04

Is this going to be fixed???

------------------------------
Nick Petrakis
System Administrator
AECC
8477096031
------------------------------


Subject: RE: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: John Boyle
Posted: 2017-11-14 17:38

Hello @Nick. Yes...the 6.0.1 update is being worked on and will be out very soon. I will post back here and in Announcements when the new files are available.

Cheers!

JB​



------------------------------
John Boyle
Technology Partnerships & Community Manager
Zenoss
Austin TX
jboyle@zenoss.com
http://www.zenoss.com
------------------------------


Subject: RE: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: Mike Lunt
Posted: 2017-11-15 10:57

Our apologies for this defect making it out to the field. The queues are initialized via 3 different methods, and the test cases utilized by Zenoss QA caused one of the working initialization methods to trigger shortly after the testing began, which masked the issue when performing smoke tests on the final Release Candidates (RC).

The good news is the issue, which we've now made public, will be addressed this week in 6.0.1.


Thanks for your patience...

------------------------------
Mike Lunt
VP, Engineering
Zenoss
AustinTX
------------------------------


Subject: RE: Zenoss 6.0.0.1 master OVA - no rawevents queue
Author: Chris
Posted: 2017-12-04 10:26

When do we expect 6.0.1 to be available?


< Previous
RE: CanZenoss Core 5.3.2 installation be done on CentOS 7.4. Does it support??
  Next
Zenoss Core 6.0.0 deploy error
>