S03041
Error Code
S03041
Error Message
This function can only be called in the monitor within a CEP engine. RefId:
S03041
Probable Causes
This error occurs when the following functions are called outside the CEP monitor:
addEventListener
, sendEvent
,
routeEvent
, emitEvent
,
stopSubEngine
, spawnMonitor
, and
destroyMonitor
.
Solutions
Make sure the functions above are only called within the CEP monitor.