Troubleshoot EventProcessorException

Hello,

We got some Event Processor Exceptions as below (with modification on event title and description).

Question:
How to troubleshoot EventProcessorException?
How to “modify the event processor to throw only EventProcessorExecutionException”?

org.graylog.events.processor.EventProcessorException: Couldn't create events for: EventDefinitionDto{id=5e280667fe18bd0015a603cc, title=[event title], description=[event description], priority=3, alert=true, config=AggregationEventProcessorConfig{type=aggregation-v1, query="don't have valid marketCode, hence rejecting the request", streams=[], groupBy=[], series=[], conditions=Optional[AggregationConditions{expression=Optional.empty}], searchWithinMs=300000, executeEveryMs=300000}, fieldSpec={}, keySpec=[], notificationSettings=EventNotificationSettings{gracePeriodMs=0, backlogSize=1}, notifications=[Config{notificationId=5e281318fe18bd0015a700bb, notificationParameters=Optional.empty}], storage=[Config{type=persist-to-streams-v1, streams=[000000000000000000000002]}]}

2020-02-18 21:41:07,810 ERROR [EventProcessorEngine] - Caught an unhandled exception while executing event processor <aggregation-v1/[event title]/5e280667fe18bd0015a603cc> - Make sure to modify the event processor to throw only EventProcessorExecutionException so we get more context! - {}

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.