I am getting 2 tracebacks while trying to add this particular devices (H ave gotten them with other devices as well.)
the device "adds" but the data is never populated into it.


This is the first error I got with the current device:

Traceback (most recent call last): File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 54, in processClient changed = self._applyDataMap(device, datamap) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 94, in _applyDataMap changed = self._updateRelationship(tobj, datamap) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 128, in _updateRelationship self._createRelObject(device, objmap, rname) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 193, in _createRelObject rel._setObject(remoteObj.id, remoteObj) File "/usr/local/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 89, in _setObject self.addRelation(object) File "/usr/local/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 83, in addRelation obj.manage_afterAdd(obj, self) File "/usr/local/zenoss/Products/ZenModel/DeviceComponent.py", line 95, in manage_afterAdd self.index_object() File "/usr/local/zenoss/Products/ZenModel/DeviceComponent.py", line 118, in index_object cat.catalog_object(self, self.getPrimaryId()) File "/usr/local/zenoss/lib/python/Products/ZCatalog/ZCatalog.py", line 567, in catalog_object update_metadata=update_metadata) File "/usr/local/zenoss/lib/python/Products/ZCatalog/Catalog.py", line 336, in catalogObject index = self.uids.get(uid, None) File "/usr/local/zenoss/lib/python/ZODB/Connection.py", line 701, in setstate raise ConnectionStateError(msg) ConnectionStateError: Shouldn't load state for 0x016ff2 when the connection is closed

This is the second:

Traceback (most recent call last): File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 54, in processClient changed = self._applyDataMap(device, datamap) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 94, in _applyDataMap changed = self._updateRelationship(tobj, datamap) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 128, in _updateRelationship self._createRelObject(device, objmap, rname) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 199, in _createRelObject self._updateObject(remoteObj, objmap) File "/usr/local/zenoss/Products/DataCollector/ApplyDataMap.py", line 164, in _updateObject setter(value) File "/usr/local/zenoss/Products/ZenModel/IpInterface.py", line 233, in setIpAddresses self.addIpAddress(ip) File "/usr/local/zenoss/Products/ZenModel/IpInterface.py", line 197, in addIpAddress ipobj = self.getDmdRoot("Networks").createIp(ip, netmask) File "/usr/local/zenoss/Products/ZenModel/IpNetwork.py", line 172, in createIp ipobj = netobj.addIp(ip) File "/usr/local/zenoss/Products/ZenModel/IpNetwork.py", line 187, in addIp return net.addIp(ip) File "/usr/local/zenoss/Products/ZenModel/IpNetwork.py", line 185, in addIp return net.addIpAddress(ip, net.netmask) File "/usr/local/zenoss/Products/ZenModel/IpNetwork.py", line 277, in addIpAddress self.ipaddresses._setObject(ip, ipobj) File "/usr/local/zenoss/lib/python/ZODB/Connection.py", line 701, in setstate raise ConnectionStateError(msg) ConnectionStateError: Shouldn't load state for 0x7162 when the connection is closed



It is still sitting there waiting for input from the server. (the web browser, that is.)

Todd M. Hebert

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

Reply via email to