Error when attempting to export a string to file

0
Hi all, We're experiencing an issue with an export (string to file) Somewhere allong the way in the microflow while building the string we lose connection and get these errors:   'Fout Connector   com.mendix.systemwideinterfaces.MendixRuntimeException: org.eclipse.jetty.io.EofException: Closed at com.mendix.util.classloading.Runner$.withContextClassLoader(Runner.scala:23) Caused by: org.eclipse.jetty.io.EofException: Closed at org.eclipse.jetty.ee8.nested.HttpOutput.checkWritable(HttpOutput.java:677) ...'   And:   'Fout Connector An error has occurred while handling the request. org.eclipse.jetty.io.EofException at org.eclipse.jetty.io.SocketChannelEndPoint.flush(SocketChannelEndPoint.java:118) at org.eclipse.jetty.io.WriteFlusher.flush(WriteFlusher.java:422) at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:275) ...'   After these errors the microflow still continues but the client never refreshes with the right export.   Does anyone know what to do?   Thanks in advance!   Joey
asked
3 answers
0

Hi Ajay

We're trying to export multiple objects (1000+). These objects are placed into a string variable in the correct format for a CSV export.

The text is coded to UTF-8.

 

Kind regards

Joey

answered
0

If you are exporting CSV data, I found the CSV Services module in the Marketplace very good. It uses Java Actions, so has been very reliable and stable when exporting large data sets.

 

https://marketplace.mendix.com/link/component/1911

 

I hope this helps.

answered
0

I'll give it a try, thank you!

answered