This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ERROR - Unable to store Trigger with name: '1253684759324' and group: 'DEFAULT', because one already exists with this identification.

Hi,

Could you please tell me what does the below error means (It appears in the server.log file):

2023-05-27 15:11:19,491 [http-nio-8080-exec-9] (SchedulerController.java:130) ERROR - Unable to store Trigger with name: '1253684759324' and group: 'DEFAULT', because one already exists with this identification.
org.quartz.ObjectAlreadyExistsException: Unable to store Trigger with name: '1253684759324' and group: 'DEFAULT', because one already exists with this identification.

Regards;

  • Verified Answer

    +1

    The cause was found:

    This message appears when trying to schedule the same workflow by 2 different executions in the same time.

    One of them succeed and the other fails and we should just retry after failing to get our workflow scheduled.

    Regards;