Temp file issue
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2021 09:11 AM
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?
Labels:
- Labels:
-
Alfresco Content Services
0 REPLIES 0
