Receive mail configuration causing huge tomcat logs due to recurring

Certified Lead Developer

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?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    Possible Causes of Error:

    • Incorrect UUID in custom.properties: Double-check the Process Model UUID for accuracy and ensure there are no extra spaces.
    • custom.properties not updated on server: Make sure the modified custom.properties file is correctly deployed to the server.
    • Incorrect mailbox in Receive Email smart service: Verify the mailbox settings are accurate.
    • Missing mailbox permissions: Ensure the Appian service account has read/delete permissions on the mailbox.
Reply
  • 0
    Certified Senior Developer

    Possible Causes of Error:

    • Incorrect UUID in custom.properties: Double-check the Process Model UUID for accuracy and ensure there are no extra spaces.
    • custom.properties not updated on server: Make sure the modified custom.properties file is correctly deployed to the server.
    • Incorrect mailbox in Receive Email smart service: Verify the mailbox settings are accurate.
    • Missing mailbox permissions: Ensure the Appian service account has read/delete permissions on the mailbox.
Children
No Data