Start a new topic
Answered

Enrich email plugin - Execution engine shutting down

Why Is the execution engine shutting down in the Enrich Email Plugin?


Best Answer

A common cause for this issue is the server running out of memory, which will cause the operation to fail. Steps to resolve:

  1. Check the PDE log files for errors similar to this: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source'repositoryDS': java.lang.OutOfMemoryError: Java heap space [See nested exception: java.lang.OutOfMemoryError: Java heap space]
  2. Adjust the Java memory setting, restart Tomcat, then retry your operation.
1 Comment

Answer

A common cause for this issue is the server running out of memory, which will cause the operation to fail. Steps to resolve:

  1. Check the PDE log files for errors similar to this: org.quartz.JobPersistenceException: Failed to obtain DB connection from data source'repositoryDS': java.lang.OutOfMemoryError: Java heap space [See nested exception: java.lang.OutOfMemoryError: Java heap space]
  2. Adjust the Java memory setting, restart Tomcat, then retry your operation.
Login to post a comment