Export to Excel button error

0
Hii there, I'm using Mendix 8 Studio Pro and when using the ‘Export to Excel button’  on my entity it DOES work in the local session but it doesn't in the ‘cloud’ version… I've used both an xPath dataview/dataview as from a microflow. Both work local, both don't work in the ‘cloud' version. My log gives the following error: Connector: An error has occurred while handling the request. [User 'Tom' with session id 'f55e032e-XXXX-XXXX-XXXX-XXXXXXXX9920' and roles 'Evelien, User, Administrator'] 15:22:56APPERRORConnector: com.mendix.systemwideinterfaces.MendixRuntimeException: Long running microflow (1563456128697) failed due to an error. 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientActions$.pollBackgroundJob(RegularClientActions.scala:180) 15:22:56APPINFOat com.mendix.webui.requesthandling.ClientRequestHandler.$anonfun$clientActions2$10(ClientRequestHandler.scala:62) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$4(RegularClientAction.scala:45) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:32) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:20) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.withState(RegularClientAction.scala:20) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:43) 15:22:56APPINFOat scala.util.Try$.apply(Try.scala:213) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:43) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:41) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$3(ContextHandling.scala:41) 15:22:56APPINFOat scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) 15:22:56APPINFOat com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) 15:22:56APPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) 15:22:56APPINFOat com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) 15:22:56APPINFOat com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:49) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:41) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:20) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:20) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:41) 15:22:56APPINFOat scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) 15:22:56APPINFOat com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:20) 15:22:56APPINFOat com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:38) 15:22:56APPINFOat com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:124) 15:22:56APPINFOat com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:101) 15:22:56APPINFOat com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) 15:22:56APPINFOat com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:74) 15:22:56APPINFOat com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:71) 15:22:56APPINFOat com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) 15:22:56APPINFOat com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:77) 15:22:56APPINFOat com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:936) 15:22:56APPINFOat com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) 15:22:56APPINFOat javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 15:22:56APPINFOat org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867) 15:22:56APPINFOat org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:542) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) 15:22:56APPINFOat org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) 15:22:56APPINFOat org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) 15:22:56APPINFOat org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247) 15:22:56APPINFOat org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) 15:22:56APPINFOat org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) 15:22:56APPINFOat org.eclipse.jetty.server.Server.handle(Server.java:502) 15:22:56APPINFOat org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) 15:22:56APPINFOat org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) 15:22:56APPINFOat org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) 15:22:56APPINFOat org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) 15:22:56APPINFOat org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) 15:22:56APPINFOat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) 15:22:56APPINFOat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) 15:22:56APPINFOat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) 15:22:56APPINFOat org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) 15:22:56APPINFOat org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) 15:22:56APPINFOat org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) 15:22:56APPINFOat org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) 15:22:56APPINFOat java.base/java.lang.Thread.run(Unknown Source) 15:22:56APPERRORClient: Error 15:22:56APPINFOat new t (https://urentooltest100-sandbox.mxapps.io/mxclientsystem/mxui/mxui.js?636990599043945550:46:37847) 15:22:56APPINFOat https://urentooltest100-sandbox.mxapps.io/mxclientsystem/mxui/mxui.js?636990599043945550:35:78223 15:22:56APPINFOat https://urentooltest100-sandbox.mxapps.io/mxclientsystem/mxui/mxui.js?636990599043945550:20:1728 15:22:56APPINFOat Object.next (https://urentooltest100-sandbox.mxapps.io/mxclientsystem/mxui/mxui.js?636990599043945550:20:1833) 15:22:56APPINFOat a (https://urentooltest100-sandbox.mxapps.io/mxclientsystem/mxui/mxui.js?636990599043945550:20:604)   I've deleted all attributes that are ‘calculated’ in my entity by a microflow but it still doesn't work. Anyone else has seen this behaviour?    Thank you in advance!
asked
0 answers