genericworkflownodes / GenericKnimeNodes

Base package for GenericKnimeNodes
https://github.com/genericworkflownodes/GenericKnimeNodes
Other
15 stars 16 forks source link

Sometimes deletion of the temporary folders fails #243

Open jpfeuffer opened 5 years ago

jpfeuffer commented 5 years ago

With ´java.io.IOException: Unable to delete directory ´ in the GenericNodeModel. The underlying tools finish successfully. As far as I noticed, the contents are all deleted but it cannot delete the root temp folder for that node. Maybe something still has a lock there but we are doing waitForFinished and it only happens for a few people and not in all nodes (OpenMS' IDFilter in the recent case).