Advertisement
Guest User

Untitled

a guest
Oct 19th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. ERROR:zen.Relations:remote relation /zport/dmd/ZenUsers/admin/messages/msg/messageQueue doesn't point back to /zport/dmd/ZenUsers/admin/messages/msg/messageQueue
  2. WARNING:zen.Relations:reconnecting relation /zport/dmd/ZenUsers/admin/messages/msg/messageQueue to relation /zport/dmd/ZenUsers/admin/messages/msg/messageQueue
  3. Traceback (most recent call last):
  4. File "/usr/local/zenoss/zenoss/Products/ZenUtils/CheckRelations.py", line 72, in <module>
  5. tmbk.rebuild()
  6. File "/usr/local/zenoss/zenoss/Products/ZenUtils/CheckRelations.py", line 40, in rebuild
  7. object.checkRelations(repair=repair)
  8. File "/usr/local/zenoss/zenoss/Products/ZenRelations/RelationshipManager.py", line 262, in checkRelations
  9. rel.checkRelation(repair)
  10. File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToOneRelationship.py", line 223, in checkRelation
  11. rrel._add(parobj)
  12. File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToOneRelationship.py", line 80, in _add
  13. self._remoteRemove()
  14. File "/usr/local/zenoss/zenoss/Products/ZenRelations/ToOneRelationship.py", line 102, in _remoteRemove
  15. remoteRel = getattr(aq_base(self.obj), self.remoteName())
  16. AttributeError: messageQueue
  17.  
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement