cancel
Showing results for 
Search instead for 
Did you mean: 

de.hybris.platform.processengine.definition.NodeExecutionException: Error executing ActionNode with ID [generateDeliverySentEmail]: null at de.hybris.platform.processengine.definition.ActionNode.handleActionExecutionRuntimeException(ActionNode.java:202)

former_member708417
Participant

Hi All,

We are getting below exception while re triggering the business process action. We are not seeing this exception regularly, we are getting this intermittently.

de.hybris.platform.processengine.definition.NodeExecutionException: Error executing ActionNode with ID [generateDeliverySentEmail]: null at de.hybris.platform.processengine.definition.ActionNode.handleActionExecutionRuntimeException(ActionNode.java:202)

Unable to identify what is the root cause for this.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member645853
Participant
0 Kudos

I had the same issue. It happened since the were some NullPointerException during populating orderData. One of pupulators was trying to take amended orders for user and this user appeared to be anonymous ( userService.getCurrentUser()) instead of (order.getUser()). I happened not regularly since sometimes there were no amended orders.