Hi, While submitting the request, I am facing the following issue. The application runs fine in the local environment, but in the remote environment, the issue occurs suddenly. However, when I try submitting the request a second or third time, it works perfectly, and no error occurs again. 2025-03-14 08:54:33.700 ERROR - Connector: An error has occurred while handling the request. [User 'requestor' with session id '11e14f09-XXXX-XXXX-XXXX-XXXXXXXXa05d' and roles 'Requestor']com.mendix.webui.WebUIException: Exception while executing runtime operation at com.mendix.webui.actions.client.RuntimeOperationAction.apply(RuntimeOperationAction.scala:72) Caused by: com.mendix.webui.WebUIException: Attempt to illegally add an object to the state with id '5404319XXXXXX721' at com.mendix.webui.requesthandling.helpers.StateHandling.$anonfun$addObjectsToState$1(StateHandling.scala:133) 2025-03-14 08:55:06.872 WARNING - Core: Some autocommitted objects still existed on logout for session 'requestor'.Autocommitted objects are newly created objects which were not yet committed, but are inserted into the database because an associated object was committed. Autocommitted objects should explicitly have been committed, please check your model and apply the necessary changes. The autocommitted objects have been deleted from the database to prevent database corruption. Number of autocommitted objects per type which still existed for this session:- OrderRequest.Items: 1 object(s). Please let me know if you need more information on this.
↧