我使用的是 jbpm 7.37 版本。我们使用的是 wildfly 14.0。服务器在部署war文件后异常给出以下错误:
WARN [org.jboss.as.ejb3.timer] (EJB default - 2) WFLYEJB0043: A previous execution of timer [id=6
9baf0d9-60b4-4775-982b-bf525682df3d timedObjectId=business-central.business-central.FileSystemDeleteWorker auto-timer?:tru
e persistent?:false timerService=org.jboss.as.ejb3.timerservice.TimerServiceImpl@1ed2f93a initialExpiration=null intervalD
uration(in milli sec)=0 nextExpiration=Thu Apr 08 03:48:00 UTC 2021 timerState=IN_TIMEOUT info=null] is still in progress,
skipping this overlapping scheduled execution at: Thu Apr 08 03:58:24 UTC 2021.
这个问题的可能根本原因是什么?如何解决这个问题?这个问题最常见于测试环境。请帮助。
注意:我们已经制作了自定义 REST API 并部署在 kie-server.war 文件中。这个问题导致我的 kie-server.war 文件无法进一步使用,因此我们的自定义 api 不可用并导致应用程序关闭。这是我们面临的严重问题。请帮助。