From: [EMAIL PROTECTED]
Subject: Problem Installing Zenoss
Date: February 10, 2007 8:01:07 PM PST
To: [email protected]
Hello list,
Trying to install Zenoss for the first time. I think I followed all
of the instructions in the documentation, and I've search the message
archive but I haven't found anything that matches this issue.
When I try to start Zenoss I get the following traceback errors.
Anyone have any ideas? It's probably something fairly simple that I
am missing but I'm at a loss.
Thanks,
Shane
[EMAIL PROTECTED] zenoss-deps]# /etc/init.d/zenoss start
Daemon: zeoctl Traceback (most recent call last):
File "/opt/zenoss/lib/python/ZEO/zeoctl.py", line 20, in ?
main()
File "/opt/zenoss/lib/python/ZEO/zeoctl.py", line 16, in main
zdaemon.zdctl.main(args, options)
File "/opt/zenoss/lib/python/zdaemon/zdctl.py", line 577, in main
options.realize(args)
File "/opt/zenoss/lib/python/zdaemon/zdctl.py", line 94, in realize
RunnerOptions.realize(self, *args, **kwds)
File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 363, in
realize
ZDOptions.realize(self, *args, **kwds)
File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 273, in
realize
self.load_schema()
File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 321, in
load_schema
self.schema = ZConfig.loadSchema(self.schemafile)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 31, in
loadSchema
return SchemaLoader().loadURL(url)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 65, in loadURL
return self.loadResource(r)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 159, in
loadResource
schema = ZConfig.schema.parseResource(resource, self)
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 27, in
parseResource
xml.sax.parse(resource.file, parser)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
__init__.py", line 31, in parse
parser.parse(filename_or_stream)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
expatreader.py", line 109, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
expatreader.py", line 216, in feed
self._parser.Parse(data, isFinal)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
expatreader.py", line 311, in start_element
self._cont_handler.startElement(name, AttributesImpl(attrs))
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 103, in
startElement
getattr(self, "start_" + name)(attrs)
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 306, in
start_import
src = self._loader.schemaComponentSource(pkg, file)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 181, in
schemaComponentSource
package=package)
ZConfig.SchemaResourceError: could not load package ZODB: /opt/zenoss/
lib/python/persistent/cPersistence.so: wrong ELF class: ELFCLASS32
Package name: 'ZODB'
File name: 'component.xml'
Package path: None
Daemon: zopectl Traceback (most recent call last):
File "/opt/zenoss/lib/python/Zope2/Startup/zopectl.py", line 322,
in ?
main()
File "/opt/zenoss/lib/python/Zope2/Startup/zopectl.py", line 280,
in main
options.realize(args)
File "/opt/zenoss/lib/python/Zope2/Startup/zopectl.py", line 91,
in realize
ZDOptions.realize(self, *args, **kw)
File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 273, in
realize
self.load_schema()
File "/opt/zenoss/lib/python/zdaemon/zdoptions.py", line 321, in
load_schema
self.schema = ZConfig.loadSchema(self.schemafile)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 31, in
loadSchema
return SchemaLoader().loadURL(url)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 65, in loadURL
return self.loadResource(r)
File "/opt/zenoss/lib/python/ZConfig/loader.py", line 159, in
loadResource
schema = ZConfig.schema.parseResource(resource, self)
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 27, in
parseResource
xml.sax.parse(resource.file, parser)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
__init__.py", line 31, in parse
parser.parse(filename_or_stream)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
expatreader.py", line 109, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
xmlreader.py", line 123, in parse
self.feed(buffer)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
expatreader.py", line 216, in feed
self._parser.Parse(data, isFinal)
File "/usr/lib64/python2.4/site-packages/_xmlplus/sax/
expatreader.py", line 311, in start_element
self._cont_handler.startElement(name, AttributesImpl(attrs))
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 99, in
startElement
getattr(self, "start_" + name)(attrs)
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 475, in
start_schema
keytype, valuetype, datatype = self.get_sect_typeinfo(attrs)
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 201, in
get_sect_typeinfo
datatype = self.get_datatype(attrs, "datatype", "null", base)
File "/opt/zenoss/lib/python/ZConfig/schema.py", line 194, in
get_datatype
return self._registry.get(dtname)
File "/opt/zenoss/lib/python/ZConfig/datatypes.py", line 398, in get
t = self.search(name)
File "/opt/zenoss/lib/python/ZConfig/datatypes.py", line 423, in
search
package = __import__(n, g, g, component)
File "/opt/zenoss/lib/python/Zope2/Startup/datatypes.py", line 20,
in ?
from ZODB.config import ZODBDatabase
File "/opt/zenoss/lib/python/ZODB/__init__.py", line 21, in ?
from persistent import TimeStamp
File "/opt/zenoss/lib/python/persistent/__init__.py", line 19, in ?
from cPersistence import Persistent, GHOST, UPTODATE, CHANGED,
STICKY
ImportError: /opt/zenoss/lib/python/persistent/cPersistence.so: wrong
ELF class: ELFCLASS32
Daemon: zenxevent starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenEvents/zenxevent.py", line 19, in ?
from EventServer import EventServer
File "/opt/zenoss/Products/ZenEvents/EventServer.py", line 25, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenmodeler starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/DataCollector/zenmodeler.py", line 14,
in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenperfsnmp starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenRRD/zenperfsnmp.py", line 27, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenperfxmlrpc starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenRRD/zenperfxmlrpc.py", line 28, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenprocess starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenRRD/zenprocess.py", line 28, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenping starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenStatus/zenping.py", line 22, in ?
import Globals # make zope imports work
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zensyslog starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenEvents/zensyslog.py", line 24, in ?
from EventServer import EventServer
File "/opt/zenoss/Products/ZenEvents/EventServer.py", line 25, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenstatus starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenStatus/zenstatus.py", line 15, in ?
import Globals # make zope imports work
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zenactions starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenEvents/zenactions.py", line 22, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zentrap starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenEvents/zentrap.py", line 25, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
Daemon: zencommand starting...
Traceback (most recent call last):
File "/opt/zenoss/Products/ZenRRD/zencommand.py", line 23, in ?
import Globals
File "/opt/zenoss/lib/python/Globals.py", line 23, in ?
import Acquisition, ComputedAttribute, App.PersistentExtra, os
File "/opt/zenoss/lib/python/Acquisition/__init__.py", line 1, in ?
from _Acquisition import *
ImportError: /opt/zenoss/lib/python/Acquisition/_Acquisition.so:
wrong ELF class: ELFCLASS32
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users