NodeManagementAction Error (Free App)

0
Good day, I’ve encountered the following issue/error when trying to access my application or login. Does anyone have more information on this? The scheduled event is not one I made myself, but that is default to the application. The environment is also free, so no scheduled events can run other than those set to run by Mendix. ConnectionBus: Opening JDBC connection to Some(rdsbroker-prod-1-eu-west-1.cha5adnjffn6.eu-west-1.rds.amazonaws.com:5432) failed with SQLState: 08001 Error code: 0 Message: Connection attempt timed out., giving up...(4/4) 5:40:10 PMAPPERRORActionManager: Exception in execution of monitored action 'Unnamed-Action-23' (execution id: 53dab344-4fa0-414f-a857-bfe64d2a95af, execution type: SCHEDULED_EVENT) 5:40:10 PMAPPERRORActionManager: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"NodeManagementAction"}', all database changes executed by this action were rolled back 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) 5:40:10 PMAPPINFOCaused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"NodeManagementAction"}', all database changes executed by this action were rolled back 5:40:10 PMAPPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) 5:40:10 PMAPPINFOCaused by: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"type":"NodeManagementAction"}', all database changes executed by this action were rolled back 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:151) 5:40:10 PMAPPINFOCaused by: com.mendix.core.CoreRuntimeException: Failed to commit 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:152) 5:40:10 PMAPPINFOCaused by: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.NullPointerException 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:123) 5:40:10 PMAPPINFOCaused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.NullPointerException 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) 5:40:10 PMAPPINFOCaused by: com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.NullPointerException 5:40:10 PMAPPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) 5:40:10 PMAPPINFOCaused by: java.lang.NullPointerException: null 5:40:10 PMAPPINFOat com.mendix.connectionbus.connections.jdbc.TransactionConnectionManagerAction.closeConnection(TransactionConnectionManagerAction.java:157) 5:40:10 PMAPPINFOat com.mendix.connectionbus.connections.jdbc.TransactionConnectionManagerAction.internalRollbackDatabaseTransaction(TransactionConnectionManagerAction.java:151) 5:40:10 PMAPPINFOat com.mendix.connectionbus.connections.jdbc.TransactionConnectionManagerAction.rollbackDatabaseTransaction(TransactionConnectionManagerAction.java:116) 5:40:10 PMAPPINFOat com.mendix.connectionbus.connections.jdbc.TransactionConnectionManager.rollbackTransaction(TransactionConnectionManager.java:100) 5:40:10 PMAPPINFOat com.mendix.connectionbus.connections.jdbc.JdbcDataStore.rollbackTransaction(JdbcDataStore.java:689) 5:40:10 PMAPPINFOat com.mendix.connectionbus.ConnectionBusImpl.rollbackTransaction(ConnectionBusImpl.java:687) 5:40:10 PMAPPINFOat com.mendix.basis.action.RequestScope.$anonfun$rollbackTransaction$1(RequestScope.scala:137) 5:40:10 PMAPPINFOat com.mendix.basis.action.RequestScope.$anonfun$rollbackTransaction$1$adapted(RequestScope.scala:134) 5:40:10 PMAPPINFOat scala.Option.foreach(Option.scala:437) 5:40:10 PMAPPINFOat com.mendix.basis.action.RequestScope.rollbackTransaction(RequestScope.scala:134) 5:40:10 PMAPPINFOat com.mendix.basis.action.ContextImpl.rollbackTransAction(ContextImpl.java:212) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:146) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:84) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) 5:40:10 PMAPPINFOat com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) 5:40:10 PMAPPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CustomMonitoredAction.monitor(CustomMonitoredAction.scala:22) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.DefaultActionMonitor$.run(CustomMonitoredAction.scala:18) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:60) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:47) 5:40:10 PMAPPINFOat com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) 5:40:10 PMAPPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:190) 5:40:10 PMAPPINFOat scala.collection.immutable.List.map(List.scala:246) 5:40:10 PMAPPINFOat scala.collection.immutable.List.map(List.scala:79) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:188) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:126) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:110) 5:40:10 PMAPPINFOat com.mendix.basis.component.InternalCore.commit(InternalCore.scala:50) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:70) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:29) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:28) 5:40:10 PMAPPINFOat com.mendix.basis.component.InternalCore.commit(InternalCore.scala:50) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:24) 5:40:10 PMAPPINFOat com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:24) 5:40:10 PMAPPINFOat com.mendix.basis.component.InternalCore.commit(InternalCore.scala:50) 5:40:10 PMAPPINFOat com.mendix.basis.impl.NodeManagement.doUpdateXasInstance(NodeManagement.scala:68) 5:40:10 PMAPPINFOat com.mendix.basis.impl.NodeManagement.updateXasInstance(NodeManagement.scala:31) 5:40:10 PMAPPINFOat com.mendix.basis.action.system.NodeManagementAction.execute(NodeManagementAction.scala:31) 5:40:10 PMAPPINFOat com.mendix.basis.action.system.NodeManagementAction.execute(NodeManagementAction.scala:21) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) 5:40:10 PMAPPINFOat com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) 5:40:10 PMAPPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.SystemScheduledAction.executeScheduledAction(SystemScheduledAction.scala:23) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.$anonfun$run$1(ScheduledAction.scala:26) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) 5:40:10 PMAPPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.monitor(ScheduledAction.scala:14) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ScheduledAction$ScheduledRun.run(ScheduledAction.scala:26) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ScheduledAction.execute(ScheduledAction.scala:67) 5:40:10 PMAPPINFOat com.mendix.basis.actionmanagement.ScheduledAction.run(ScheduledAction.scala:47) 5:40:10 PMAPPINFOat java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) 5:40:10 PMAPPINFOat java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) 5:40:10 PMAPPINFOat java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) 5:40:10 PMAPPINFOat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) 5:40:10 PMAPPINFOat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 5:40:10 PMAPPINFOat java.base/java.lang.Thread.run(Unknown Source)  
asked
0 answers