1
votes

While I am running mule application which contains dataweave component , creating Temp file like : dw-buffer-3756726.tmp . Another thing is , application Zip package which is running under the server ,same temp (I mean zip package name and Temp file name same ) folder gets created inside Temp folder . But I don't want temp files for dataweave or mule Application. Anyone please suggest me how I can escape this situation.

1
You can deal with the dataweave buffer size docs.mulesoft.com/mule-user-guide/v/3.9/…. In some situations weave won't close the stream and leaving orphaned tmp files. Mule descriped a workaround in a support issue support.mulesoft.com/s/article/….Ben Asmussen

1 Answers

0
votes

That is a known issue fixed in bugfixes releases of Mule Runtime. If you are using any release previous to 3.8.5 you should upgrade. Otherwise wait for 3.9.0 to be released.