I'm using a task queue to execute an OData query in a separate thread, targeting an OData Consume resource published by the same app. Locally (using Mendix Studio Pro), it's working well, but when I deploy the app in a cloud environment, I'm getting a strange error. Do you have any idea what might be causing this? Are there any limitations when querying OData from a task queue? {"logtimestamp": "2025-09-16 15:00:37.678", "level": "ERROR", "category": "ODataConsume", "thread": "", "service": "", "tenant": "", "logref": "", "msg": "Error: nullErrorMessage: null"} {"logtimestamp": "2025-09-16 15:00:37.695", "level": "ERROR", "category": "TaskQueue", "thread": "", "service": "", "tenant": "", "logref": "", "msg": "Failed to execute task 'XXXXX)' from task queue 'YYYYYY'.com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException:\tat com.mendix.basis.actionmanagement.ActionManager.executeSync(ActionManager.scala:126)Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.systemwideinterfaces.core.UserException:\tat com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23)Caused by: com.mendix.systemwideinterfaces.core.UserException:"}
asked
Luca Muraca
1 answers
1
The log says it's a "user exception" so it's probably something to do with access rights in your cloud environment compared to your local environment.