I did a repository install of zenoss-stack v. 2.2.0 on Ubuntu 8.04 and got
everything up and running fine. After experiencing the slowdown casued by a
lack of RAM (probably due to zenmodeler from what i've read here) i restarted
the machine and now zenhub and zenactions will not start. I think i've traced
the problem back to this error:
[EMAIL PROTECTED]:/usr/local/zenoss/zenoss/bin# ./zenhub run
Traceback (most recent call last):
File "/usr/local/zenoss/zenoss/Products/ZenHub/zenhub.py", line 414, in ?
z = ZenHub()
File "/usr/local/zenoss/zenoss/Products/ZenHub/zenhub.py", line 185, in
__init__
ZCmdBase.__init__(self)
File "/usr/local/zenoss/zenoss/Products/ZenUtils/ZCmdBase.py", line 66, in
__init__
self.getDataRoot()
File "/usr/local/zenoss/zenoss/Products/ZenUtils/ZCmdBase.py", line 136, in
getDataRoot
self.dataroot = getObjByPath(self.app, self.options.dataroot)
File "/usr/local/zenoss/zenoss/Products/ZenUtils/Utils.py", line 166, in
getObjByPath
next = bobo_traverse(REQUEST, name)
File "/usr/local/zenoss/zenoss/lib/python/OFS/Application.py", line 113, in
__bobo_traverse__
try: return self[name]
File "/usr/local/zenoss/zenoss/lib/python/OFS/ObjectManager.py", line 710, in
__getitem__
method=request.get('REQUEST_METHOD', 'GET')
AttributeError: 'str' object has no attribute 'get'
and
[EMAIL PROTECTED]:/usr/local/zenoss/zenoss/bin# ./zenactions run
Traceback (most recent call last):
File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 640,
in ?
za = ZenActions()
File "/usr/local/zenoss/zenoss/Products/ZenEvents/zenactions.py", line 140,
in __init__
ZCmdBase.__init__(self)
File "/usr/local/zenoss/zenoss/Products/ZenUtils/ZCmdBase.py", line 66, in
__init__
self.getDataRoot()
File "/usr/local/zenoss/zenoss/Products/ZenUtils/ZCmdBase.py", line 136, in
getDataRoot
self.dataroot = getObjByPath(self.app, self.options.dataroot)
File "/usr/local/zenoss/zenoss/Products/ZenUtils/Utils.py", line 166, in
getObjByPath
next = bobo_traverse(REQUEST, name)
File "/usr/local/zenoss/zenoss/lib/python/OFS/Application.py", line 113, in
__bobo_traverse__
try: return self[name]
File "/usr/local/zenoss/zenoss/lib/python/OFS/ObjectManager.py", line 710, in
__getitem__
method=request.get('REQUEST_METHOD', 'GET')
AttributeError: 'str' object has no attribute 'get'
they seems to be steming from the same issued in ZenCmdBase.py but I'm kinda
stuck w.r.t. how to proceed. Any ideas? Thanks.
-------------------- m2f --------------------
Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=21179#21179
-------------------- m2f --------------------
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users