Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: None
-
Labels:None
Description
This results in a sporadic error running the attached workflow.
Fix is to synchronize where File.mkdirs is used.
I have a fix that confirms this problem, but it needs tidying up before committing.
Fixed. Moved the use of mkdirs to a FileUtil class, wrapped in a synchronised method.