Getting critical log massage on Test env. regarding task queue(Async mode)

0
Hi Team,  automation team getting  critical massage after deploying code on cloud and I cant reproduce it in which case its happening . Plz assist why its happening and how  to resolve. and also look into my local data which having some data empty/null. but its as expected result. we are using this data for making some report       CRITICAL - TaskQueue: Cannot move failed task UsageAudit.SUB_UsageAudit(CreatedTime=2021-09-28T03:58:37.300Z,identifier='1632801517299',IBX='DA1',ViewDetails=null,EndTime=null,SourceLocation='SMART_HANDS_LIST',ActivityNumber='3-208290023839',UserId='automationqateam',OpenWIP=null,Action='Open',OpenAccepted=null,Country='') from task queue 'UsageAudit.Task_Queue' to processed tasks log. It's now Running. 2021-09-28T04:05:23.613194 [APP/PROC/WEB/0]   CRITICAL - TaskQueue: com.mendix.core.CoreRuntimeException: Failed to commit 2021-09-28T04:05:23.613205 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:151) 2021-09-28T04:05:23.613209 [APP/PROC/WEB/0]   Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"before":[{}],"action":{"type":"CommitAction"},"after":[],"type":"EventExtendedAction"}', all database changes executed by this action were rolled back 2021-09-28T04:05:23.613226 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:84) 2021-09-28T04:05:23.613315 [APP/PROC/WEB/0]   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"before":[{}],"action":{"type":"CommitAction"},"after":[],"type":"EventExtendedAction"}', all database changes executed by this action were rolled back 2021-09-28T04:05:23.613331 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:23) 2021-09-28T04:05:23.613353 [APP/PROC/WEB/0]   Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"before":[{}],"action":{"type":"CommitAction"},"after":[],"type":"EventExtendedAction"}', all database changes executed by this action were rolled back 2021-09-28T04:05:23.613406 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:150) 2021-09-28T04:05:23.613454 [APP/PROC/WEB/0]   Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: Exception occurred while inserting data. (SQL State: null, Error Code: 0) Detail Message: java.util.NoSuchElementException: Timeout waiting for idle object 2021-09-28T04:05:23.613529 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.scala:32) 2021-09-28T04:05:23.613548 [APP/PROC/WEB/0]   Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: Exception occurred while inserting data. (SQL State: null, Error Code: 0) Detail Message: java.util.NoSuchElementException: Timeout waiting for idle object 2021-09-28T04:05:23.613558 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:84) 2021-09-28T04:05:23.613617 [APP/PROC/WEB/0]   Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.basis.connectionbus.ConnectionBusException: Exception occurred while inserting data. (SQL State: null, Error Code: 0) Detail Message: java.util.NoSuchElementException: Timeout waiting for idle object 2021-09-28T04:05:23.613630 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner.withContextClassLoader(Runner.java:23) 2021-09-28T04:05:23.613672 [APP/PROC/WEB/0]   Caused by: com.mendix.basis.connectionbus.ConnectionBusException: Exception occurred while inserting data. (SQL State: null, Error Code: 0) Detail Message: java.util.NoSuchElementException: Timeout waiting for idle object 2021-09-28T04:05:23.613686 [APP/PROC/WEB/0]       at com.mendix.connectionbus.util.SqlExceptionUtils$.getDetailedException(SqlExceptionUtils.scala:25) 2021-09-28T04:05:23.613732 [APP/PROC/WEB/0]   Caused by: java.sql.SQLException: Cannot get a connection, pool error Timeout waiting for idle object  
asked
0 answers