All pastes #856092 Raw Copy code Copy link Edit

Unnamed

public text v1 · immutable
#856092 ·published 2008-01-15 15:11 UTC
rendered paste body
2008-01-15 10:09:13 ERROR log: 'Event' object has no attribute 'component'
Traceback (most recent call last):
  File "/usr/local/zenoss/Products/ZenHub/services/EventService.py", line 26, in remote_sendEvent
    return self.zem.sendEvent(evt)
  File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 97, in sendEvent
    evid = self.doSendEvent(event)
  File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 120, in doSendEvent
    rows = execute(curs, self.buildClearUpdate(event, clearcls))
  File "/usr/local/zenoss/Products/ZenEvents/MySqlSendEvent.py", line 304, in buildClearUpdate
    w.append("%s='%s'" % (self.componentField, evt.component))
AttributeError: 'Event' object has no attribute 'component'