Re: mkdirs() failed for

2021-10-24 Thread Claus Ibsen
Hi It's from a commit where a contributor did some code changes due to a code analysis tool that was a false positive in this case. The LOG is mistakenly also logged in the folder that already exists. The old code was correct and I have restored this code in 3.13 onwards. On Sun, Oct 24, 2021

mkdirs() failed for

2021-10-24 Thread Mikael Andersson Wigander
Hi Running a Spring Boot 2.5.5 with Camel 3.12.0 using File component and StreamCaching, prints this in the logs: org.apache.camel.util.FileUtil : mkdirs() failed for /var/folders/_0/3zz8nd611hd0y6cryrnkkmhcgn/T/camel/camel-tmp-93A1B6915DD4B0F- Using 3.11.3 it doesn't I'm