Q: eventmonAPI reports bgerror via email eventmon::defunctJobs: can't read "::eventmon::sendElementList": no such variable
A: This is due to an un-initialized variable encountered by the eventmon bgLoop to cleanup defunct jobs if there are no jobs passing through the system when bgLoop runs.

Work around: create a local /ldas_outgoing/eventmonAPI/LDASeventmon.ini with the following:


namespace eval eventmon {}
set ::eventmon::sendElementList [ list ]
And restart eventmonAPI.



Back to LDAS FAQ