Temp file issue

cancel
Showing results for 
Search instead for 
Did you mean: 
sanjaybandhniya
Intermediate

Temp file issue

Hi,

I am downloading mail attachment and uploading in alfresco.

So for that first I am connecting to mail account and getting mail and iterating one by one and downloding attachment in temp directory.

Files.createTempDirectory("EmailAttachment");

I am using parallelStream for iteration.

In normal Java program it is working but in docker it is not working.

I am facing following issue. any idea?

download.png