Cannot remove file documents on logout-error on AWS environment when using REST API

2
Good day Mendix community, We have an application running in AWS which have some heavy integration with REST APIs. From the logs, we keep getting the following error: WARNING - Core: Cannot remove file documents on logout which had to be removed after downloading them. Please see the larger partial extract below. This error appears to show with every REST API call to our system. What is confusing is that it appears that the issue is linked to file documents, although most of the API’s does not interact with file document in the call’s logic. Does the REST API interact with file document even if no interaction is in the call’s logic? Your experience and help will be greatly appreciated! Larger partial log extract: WARNING - Core: Cannot remove file documents on logout which had to be removed after downloading them. WARNING - Core: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action ' { "type": "DeleteAction" } ', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:123) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action ' { "type": "DeleteAction" } ', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action ' { "type": "DeleteAction" } ', all database changes executed by this action were rolled back at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.core.CoreRuntimeException: Exception occurred in action ' { "type": "DeleteAction" } ', all database changes executed by this action were rolled back at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.processErrorState(CoreActionHandlerImpl.scala:151) Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: (RETRACTED); S3 Extended Request ID: (RETRACTED))
asked
0 answers