Receive mail configuration causing huge tomcat logs due to recurring
Hi ,
we are facing an issue with huge tomcat logs size after enabling the recieve email configuration in our project.
in the tomcat logs I see the following recurring error
ERROR com.appiancorp.mdb.EmailHandlerBean - Error receiving message in EmailHandlerBean MDB
javax.mail.MessagingException: Message could not be sent;
Caused by: com.appiancorp.messaging.ProcessRouteMissingException: APNX-1-8001-001: No Process Routing Information Provided: Needs one of DestinationEventPersistentID, DestinationProcessID, DestinationPMID, DestinationPMUUID
This doesn't make much sense since the only process model UUID that I have receiving emails has been added to the custom properties file already.
What could be the issue here?
