So I'm about ready to pull my hair out. I've got a clean new CentOS 5.1 
operating system with very little software installed. Of course, I have the 
prereq software for running Zenoss 2.1.1.

I install and start Zenoss 2.1.1 from the rpm on my 32-bit server and 
everything looks okay, but the zenperfsnmp, zencommand, and zenprocess daemons 
refuse to run.

All the errors are pretty similar between each daemon. Here's the log from the 
zencommand daemon:


Code:
2007-12-28 01:01:00 WARNING zen.zencommand: Reconnected to ZenHub
2007-12-28 01:01:00 ERROR zen.zencommand: iteration over non-sequence
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenRRD/zencommand.py", line 580, in doFetchConfig
    self.remote_updateThresholdClasses(driver.next())
  File "/opt/zenoss/Products/ZenRRD/RRDDaemon.py", line 76, in 
remote_updateThresholdClasses
    for c in classes:
TypeError: iteration over non-sequence
2007-12-28 01:01:00 ERROR zen.zencommand: iteration over non-sequence
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenRRD/zencommand.py", line 607, in start
    driver.next()
  File "/opt/zenoss/Products/ZenUtils/Driver.py", line 58, in next
    raise ex
TypeError: iteration over non-sequence
2007-12-28 01:01:00 ERROR zen.zencommand: iteration over non-sequence
Traceback (most recent call last):
  File "/opt/zenoss/Products/ZenUtils/Driver.py", line 46, in _next
    self.iter.next().addBoth(self._finish)
  File "/opt/zenoss/Products/ZenRRD/zencommand.py", line 613, in start
    raise ex
TypeError: iteration over non-sequence
2007-12-28 01:01:01 INFO zen.zencommand: zencommand shutting down



So I haven't seen any fixes for this on the net. Lots of discussion about 
migrating from one version to another, but this is a clean install with no 
prior version of Zenoss on the machine. I've even cleaned it all off and tried 
again multiple tens of times, each time, completely removing all remnants of 
the old installation under /opt/zenoss. Again -- same issue each time.

Any ideas what is causing the "iteration over non-sequence" error or how I can 
instrument the code to get a better idea of what is happening?

Thanks,

John




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=14714#14714

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to