com.mendix.modules.microflowengine.MicroflowException: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block

0
My scheduled jobs are getting failed from last two days and it was working fine previously (no change in between), and in stack trance I'm getting this error: com.mendix.modules.microflowengine.MicroflowException: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block   Can you please confirm when we'll get this error and how to resolve it?     Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block2024-02-14T21:42:17.220037 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.TransactionConnectionManagerAction.addSavepoint(TransactionConnectionManagerAction.scala:59)2024-02-14T21:42:17.220134 [APP/PROC/WEB/0]   Caused by: org.postgresql.util.PSQLException: ERROR: current transaction is aborted, commands ignored until end of transaction block2024-02-14T21:42:17.220184 [APP/PROC/WEB/0]       at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)2024-02-14T21:42:17.220226 [APP/PROC/WEB/0]       at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)2024-02-14T21:42:17.220268 [APP/PROC/WEB/0]       at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)2024-02-14T21:42:17.220332 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)2024-02-14T21:42:17.220371 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)2024-02-14T21:42:17.220421 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:333)2024-02-14T21:42:17.220480 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:319)2024-02-14T21:42:17.220678 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:295)2024-02-14T21:42:17.220717 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.executeUpdate(PgStatement.java:268)2024-02-14T21:42:17.220798 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgConnection.setSavepoint(PgConnection.java:1779)2024-02-14T21:42:17.220831 [APP/PROC/WEB/0]       at org.apache.commons.dbcp2.DelegatingConnection.setSavepoint(DelegatingConnection.java:922)2024-02-14T21:42:17.220911 [APP/PROC/WEB/0]       at org.apache.commons.dbcp2.DelegatingConnection.setSavepoint(DelegatingConnection.java:922)2024-02-14T21:42:17.221009 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.TransactionConnectionManagerAction.$anonfun$addSavepoint$1(TransactionConnectionManagerAction.scala:55)2024-02-14T21:42:17.221020 [APP/PROC/WEB/0]       at scala.Option.foreach(Option.scala:437)2024-02-14T21:42:17.221165 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.TransactionConnectionManagerAction.addSavepoint(TransactionConnectionManagerAction.scala:54)2024-02-14T21:42:17.221181 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.TransactionConnectionManager.$anonfun$addSavepoint$1(TransactionConnectionManager.scala:51)2024-02-14T21:42:17.221196 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.TransactionConnectionManager.$anonfun$addSavepoint$1$adapted(TransactionConnectionManager.scala:51)2024-02-14T21:42:17.221251 [APP/PROC/WEB/0]       at scala.Option.foreach(Option.scala:437)2024-02-14T21:42:17.221296 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.TransactionConnectionManager.addSavepoint(TransactionConnectionManager.scala:51)2024-02-14T21:42:17.221401 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.addSavepoint(JdbcDataStore.scala:526)2024-02-14T21:42:17.221444 [APP/PROC/WEB/0]       at com.mendix.connectionbus.ConnectionBusImpl.addSavepoint(ConnectionBusImpl.scala:581)2024-02-14T21:42:17.221548 [APP/PROC/WEB/0]       at com.mendix.basis.action.RequestScope.pushSavePoint(RequestScope.scala:211)2024-02-14T21:42:17.221561 [APP/PROC/WEB/0]       at com.mendix.basis.action.RequestScope.startTransaction(RequestScope.scala:129)2024-02-14T21:42:17.221628 [APP/PROC/WEB/0]       at com.mendix.basis.action.ContextImpl.startTransaction(ContextImpl.scala:74)2024-02-14T21:42:17.221676 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.doCommit(TransactionCore.scala:127)2024-02-14T21:42:17.221735 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:116)2024-02-14T21:42:17.221783 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit$(TransactionCore.scala:110)2024-02-14T21:42:17.221853 [APP/PROC/WEB/0]       at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:24)2024-02-14T21:42:17.221896 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commitWithEvents(TransactionCore.scala:66)2024-02-14T21:42:17.221955 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:25)2024-02-14T21:42:17.221989 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit$(TransactionCore.scala:24)2024-02-14T21:42:17.222077 [APP/PROC/WEB/0]       at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:24)2024-02-14T21:42:17.222137 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:20)2024-02-14T21:42:17.222202 [APP/PROC/WEB/0]       at com.mendix.basis.component.TransactionCore.commit$(TransactionCore.scala:20)2024-02-14T21:42:17.222247 [APP/PROC/WEB/0]       at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:24)2024-02-14T21:42:17.222312 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:34)2024-02-14T21:42:17.222348 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:20)2024-02-14T21:42:17.222417 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:12)2024-02-14T21:42:17.222428 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42)2024-02-14T21:42:17.222797 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:12)2024-02-14T21:42:17.222869 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32)2024-02-14T21:42:17.222910 [APP/PROC/WEB/0]       at scala.Option.flatMap(Option.scala:283)2024-02-14T21:42:17.222945 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29)2024-02-14T21:42:17.223001 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167)2024-02-14T21:42:17.223035 [APP/PROC/WEB/0]       at scala.Option.flatMap(Option.scala:283)2024-02-14T21:42:17.223095 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167)2024-02-14T21:42:17.223160 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114)2024-02-14T21:42:17.223205 [APP/PROC/WEB/0]       at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)2024-02-14T21:42:17.223216 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)2024-02-14T21:42:17.223226 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)2024-02-14T21:42:17.223289 [APP/PROC/WEB/0]       at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)2024-02-14T21:42:17.223352 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.$anonfun$runMonitoredAction$1(CoreActionHandlerImpl.scala:59)2024-02-14T21:42:17.223385 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52)2024-02-14T21:42:17.223409 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)2024-02-14T21:42:17.223512 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52)2024-02-14T21:42:17.223523 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:59)2024-02-14T21:42:17.223540 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:46)2024-02-14T21:42:17.223551 [APP/PROC/WEB/0]       at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)2024-02-14T21:42:17.223583 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106)2024-02-14T21:42:17.223588 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)2024-02-14T21:42:17.223654 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105)2024-02-14T21:42:17.223663 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:62)2024-02-14T21:42:17.223705 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MicroflowTask.$anonfun$execute$1(MicroflowTask.scala:34)2024-02-14T21:42:17.223720 [APP/PROC/WEB/0]       at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)2024-02-14T21:42:17.223790 [APP/PROC/WEB/0]       at scala.util.Try$.apply(Try.scala:210)2024-02-14T21:42:17.223806 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MicroflowTask.execute(MicroflowTask.scala:31)2024-02-14T21:42:17.223846 [APP/PROC/WEB/0]       at com.mendix.modules.queue.TaskDispatcher.executeTask(TaskDispatcher.scala:229)2024-02-14T21:42:17.223943 [APP/PROC/WEB/0]       at com.mendix.modules.queue.TaskDispatcher.$anonfun$dispatchTask$2(TaskDispatcher.scala:209)2024-02-14T21:42:17.223952 [APP/PROC/WEB/0]       at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)2024-02-14T21:42:17.223958 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MendixTaskQueueMetrics$QueueBasedMetricsImpl.$anonfun$timeTaskExecution$1(TaskQueueMetrics.scala:44)2024-02-14T21:42:17.223962 [APP/PROC/WEB/0]       at io.micrometer.core.instrument.composite.CompositeTimer.record(CompositeTimer.java:69)2024-02-14T21:42:17.224047 [APP/PROC/WEB/0]       at com.mendix.metrics.micrometer.MicrometerTimer.record(MicrometerTimer.scala:29)2024-02-14T21:42:17.224055 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MendixTaskQueueMetrics$QueueBasedMetricsImpl.timeTaskExecution(TaskQueueMetrics.scala:44)2024-02-14T21:42:17.224058 [APP/PROC/WEB/0]       at com.mendix.modules.queue.TaskDispatcher.$anonfun$dispatchTask$1(TaskDispatcher.scala:209)2024-02-14T21:42:17.224062 [APP/PROC/WEB/0]       at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)2024-02-14T21:42:17.224083 [APP/PROC/WEB/0]       at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)2024-02-14T21:42:17.224126 [APP/PROC/WEB/0]       at java.base/java.lang.Thread.run(Unknown Source)2024-02-14T21:42:17.224165 [APP/PROC/WEB/0]   Caused by: org.postgresql.util.PSQLException: ERROR: could not write to file "base/pgsql_tmp/pgsql_tmp8025.9.sharedfileset/i53of128.p1.0": No space left on device2024-02-14T21:42:17.224218 [APP/PROC/WEB/0]     Where: parallel worker2024-02-14T21:42:17.224231 [APP/PROC/WEB/0]       at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)2024-02-14T21:42:17.224292 [APP/PROC/WEB/0]       at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)2024-02-14T21:42:17.224319 [APP/PROC/WEB/0]       at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356)2024-02-14T21:42:17.224366 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496)2024-02-14T21:42:17.224378 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413)2024-02-14T21:42:17.224434 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190)2024-02-14T21:42:17.224481 [APP/PROC/WEB/0]       at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:177)2024-02-14T21:42:17.224562 [APP/PROC/WEB/0]       at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:94)2024-02-14T21:42:17.224580 [APP/PROC/WEB/0]       at org.apache.commons.dbcp2.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:94)2024-02-14T21:42:17.224591 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.RetrieveQueryExecutor.$anonfun$execRetrieveQuery$2(RetrieveQueryExecutor.scala:33)2024-02-14T21:42:17.224601 [APP/PROC/WEB/0]       at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.scala:17)2024-02-14T21:42:17.224609 [APP/PROC/WEB/0]       at scala.util.Try$.apply(Try.scala:210)2024-02-14T21:42:17.224667 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.JdbcDataStore$.withLogging(JdbcDataStore.scala:67)2024-02-14T21:42:17.224724 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.RetrieveQueryExecutor.$anonfun$execRetrieveQuery$1(RetrieveQueryExecutor.scala:30)2024-02-14T21:42:17.224735 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.RetrieveQueryExecutor.withStatement(RetrieveQueryExecutor.scala:88)2024-02-14T21:42:17.224779 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.RetrieveQueryExecutor.execRetrieveQuery(RetrieveQueryExecutor.scala:25)2024-02-14T21:42:17.224818 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.implementations.postgresql.PostgreSqlRetrieveQueryExecutor.execRetrieveQuery(PostgreSqlRetrieveQueryExecutor.scala:30)2024-02-14T21:42:17.224844 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQueries(JdbcDataStore.scala:164)2024-02-14T21:42:17.224874 [APP/PROC/WEB/0]       at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.scala:141)2024-02-14T21:42:17.224901 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueriesForLocal(QueryRequestExecutor.scala:102)2024-02-14T21:42:17.224935 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueries(QueryRequestExecutor.scala:34)2024-02-14T21:42:17.224972 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.QueryRequestExecutor.execute(QueryRequestExecutor.scala:26)2024-02-14T21:42:17.225011 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$processOqlGetRequest$1(DataStoreCaller.scala:36)2024-02-14T21:42:17.225044 [APP/PROC/WEB/0]       at scala.Option.map(Option.scala:242)2024-02-14T21:42:17.225113 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:32)2024-02-14T21:42:17.225118 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:26)2024-02-14T21:42:17.225478 [APP/PROC/WEB/0]       at scala.collection.StrictOptimizedIterableOps.flatMap(StrictOptimizedIterableOps.scala:118)2024-02-14T21:42:17.225530 [APP/PROC/WEB/0]       at scala.collection.StrictOptimizedIterableOps.flatMap$(StrictOptimizedIterableOps.scala:105)2024-02-14T21:42:17.225553 [APP/PROC/WEB/0]       at scala.collection.immutable.ArraySeq.flatMap(ArraySeq.scala:35)2024-02-14T21:42:17.225586 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.DataStoreCaller.getResult(DataStoreCaller.scala:26)2024-02-14T21:42:17.225630 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.GetRequestHandler.doOtherRequests(GetRequestHandler.scala:69)2024-02-14T21:42:17.225662 [APP/PROC/WEB/0]       at com.mendix.connectionbus.retrieve.GetRequestHandler.doRequest(GetRequestHandler.scala:29)2024-02-14T21:42:17.225697 [APP/PROC/WEB/0]       at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.scala:30)2024-02-14T21:42:17.225741 [APP/PROC/WEB/0]       at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.scala:474)2024-02-14T21:42:17.225770 [APP/PROC/WEB/0]       at com.mendix.basis.action.user.RetrieveOQLDataTableAction.executeAction(RetrieveOQLDataTableAction.scala:47)2024-02-14T21:42:17.225809 [APP/PROC/WEB/0]       at com.mendix.basis.action.user.RetrieveOQLDataTableAction.executeAction(RetrieveOQLDataTableAction.scala:14)2024-02-14T21:42:17.225832 [APP/PROC/WEB/0]       at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)2024-02-14T21:42:17.225839 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)2024-02-14T21:42:17.225874 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)2024-02-14T21:42:17.225921 [APP/PROC/WEB/0]       at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)2024-02-14T21:42:17.225933 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106)2024-02-14T21:42:17.225969 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)2024-02-14T21:42:17.226033 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105)2024-02-14T21:42:17.226052 [APP/PROC/WEB/0]       at com.mendix.basis.component.ExecutionCore.doExecuteSync(ExecutionCore.scala:148)2024-02-14T21:42:17.226088 [APP/PROC/WEB/0]       at com.mendix.basis.component.ExecutionCore.doExecuteSync$(ExecutionCore.scala:147)2024-02-14T21:42:17.226134 [APP/PROC/WEB/0]       at com.mendix.basis.component.InternalCore.doExecuteSync(InternalCore.scala:24)2024-02-14T21:42:17.226161 [APP/PROC/WEB/0]       at com.mendix.basis.component.DataOQLCore.retrieveOQLDataTable(DataOQLCore.scala:63)2024-02-14T21:42:17.226262 [APP/PROC/WEB/0]       at com.mendix.basis.component.DataOQLCore.retrieveOQLDataTable$(DataOQLCore.scala:59)2024-02-14T21:42:17.226267 [APP/PROC/WEB/0]       at com.mendix.basis.component.InternalCore.retrieveOQLDataTable(InternalCore.scala:24)2024-02-14T21:42:17.226270 [APP/PROC/WEB/0]       at com.mendix.basis.component.InternalCore.retrieveOQLDataTable(InternalCore.scala:24)2024-02-14T21:42:17.226273 [APP/PROC/WEB/0]       at com.mendix.core.Core.retrieveOQLDataTable(Core.java:1175)2024-02-14T21:42:17.226299 [APP/PROC/WEB/0]       at oql.implementation.OQL.countRowsOQL(OQL.java:63)2024-02-14T21:42:17.226330 [APP/PROC/WEB/0]       at oql.actions.CountRowsOQLStatement.executeAction(CountRowsOQLStatement.java:50)2024-02-14T21:42:17.226360 [APP/PROC/WEB/0]       at oql.actions.CountRowsOQLStatement.executeAction(CountRowsOQLStatement.java:26)2024-02-14T21:42:17.226395 [APP/PROC/WEB/0]       at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)2024-02-14T21:42:17.226477 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)2024-02-14T21:42:17.226551 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)2024-02-14T21:42:17.226560 [APP/PROC/WEB/0]       at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)2024-02-14T21:42:17.226586 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106)2024-02-14T21:42:17.226649 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)2024-02-14T21:42:17.226679 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105)2024-02-14T21:42:17.226719 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:57)2024-02-14T21:42:17.226737 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:35)2024-02-14T21:42:17.226780 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.actioncall.ForegroundJavaAction.doExecute(ForegroundJavaAction.scala:11)2024-02-14T21:42:17.226793 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:38)2024-02-14T21:42:17.226824 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32)2024-02-14T21:42:17.226841 [APP/PROC/WEB/0]       at scala.Option.flatMap(Option.scala:283)2024-02-14T21:42:17.226873 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29)2024-02-14T21:42:17.226892 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:167)2024-02-14T21:42:17.226935 [APP/PROC/WEB/0]       at scala.Option.flatMap(Option.scala:283)2024-02-14T21:42:17.227003 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:167)2024-02-14T21:42:17.227014 [APP/PROC/WEB/0]       at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:114)2024-02-14T21:42:17.227019 [APP/PROC/WEB/0]       at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:58)2024-02-14T21:42:17.227076 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71)2024-02-14T21:42:17.227108 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:48)2024-02-14T21:42:17.227166 [APP/PROC/WEB/0]       at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)2024-02-14T21:42:17.227185 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.$anonfun$runMonitoredAction$1(CoreActionHandlerImpl.scala:59)2024-02-14T21:42:17.227280 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionMonitoring$.$anonfun$monitor$1(ActionMonitoring.scala:52)2024-02-14T21:42:17.227290 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)2024-02-14T21:42:17.227326 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionMonitoring$.monitor(ActionMonitoring.scala:52)2024-02-14T21:42:17.227410 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:59)2024-02-14T21:42:17.227424 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:46)2024-02-14T21:42:17.227437 [APP/PROC/WEB/0]       at com.mendix.core.actionmanagement.internal.InternalCoreAction.call(InternalCoreAction.java:57)2024-02-14T21:42:17.227466 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.$anonfun$executeSync$2(ActionManager.scala:106)2024-02-14T21:42:17.227534 [APP/PROC/WEB/0]       at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:20)2024-02-14T21:42:17.227544 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:105)2024-02-14T21:42:17.227583 [APP/PROC/WEB/0]       at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:62)2024-02-14T21:42:17.227640 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MicroflowTask.$anonfun$execute$1(MicroflowTask.scala:34)2024-02-14T21:42:17.227710 [APP/PROC/WEB/0]       at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)2024-02-14T21:42:17.227726 [APP/PROC/WEB/0]       at scala.util.Try$.apply(Try.scala:210)2024-02-14T21:42:17.227829 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MicroflowTask.execute(MicroflowTask.scala:31)2024-02-14T21:42:17.227858 [APP/PROC/WEB/0]       at com.mendix.modules.queue.TaskDispatcher.executeTask(TaskDispatcher.scala:229)2024-02-14T21:42:17.227926 [APP/PROC/WEB/0]       at com.mendix.modules.queue.TaskDispatcher.$anonfun$dispatchTask$2(TaskDispatcher.scala:209)2024-02-14T21:42:17.227963 [APP/PROC/WEB/0]       at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18)2024-02-14T21:42:17.228074 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MendixTaskQueueMetrics$QueueBasedMetricsImpl.$anonfun$timeTaskExecution$1(TaskQueueMetrics.scala:44)2024-02-14T21:42:17.228086 [APP/PROC/WEB/0]       at io.micrometer.core.instrument.composite.CompositeTimer.record(CompositeTimer.java:69)2024-02-14T21:42:17.228292 [APP/PROC/WEB/0]       at com.mendix.metrics.micrometer.MicrometerTimer.record(MicrometerTimer.scala:29)2024-02-14T21:42:17.228423 [APP/PROC/WEB/0]       at com.mendix.modules.queue.MendixTaskQueueMetrics$QueueBasedMetricsImpl.timeTaskExecution(TaskQueueMetrics.scala:44)2024-02-14T21:42:17.228435 [APP/PROC/WEB/0]       at com.mendix.modules.queue.TaskDispatcher.$anonfun$dispatchTask$1(TaskDispatcher.scala:209)2024-02-14T21:42:17.228501 [APP/PROC/WEB/0]       at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)2024-02-14T21:42:17.228512 [APP/PROC/WEB/0]       at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)2024-02-14T21:42:17.228560 [APP/PROC/WEB/0]       at java.base/java.lang.Thread.run(Unknown Source)
asked
1 answers
0

You are out of disk space so the application is unable to save your changes.

 

Scroll down in the error message, and you'll see the following.

"ERROR: could not write to file "base/pgsql_tmp/pgsql_tmp8025.9.sharedfileset/i53of128.p1.0": No space left on device"

 

If you are hosting on the Mendix Cloud you will need to contact Mendix Support to upgrade your server with more storage capacity.

 

I hope this has helped. Good luck!

answered