You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: java.lang.RuntimeException: java.nio.file.FileAlreadyExistsException: /home/jenkins/.embedmongo
at de.flapdoodle.types.ThrowingRunnable.lambda$mapException$0(ThrowingRunnable.java:33)
at de.flapdoodle.types.Try.run(Try.java:50)
at de.flapdoodle.embed.process.store.LocalDownloadCache.<init>(LocalDownloadCache.java:54)
...
at de.flapdoodle.reverse.transitions.Start$WithDestination.lambda$providedBy$1(Start.java:86)
at de.flapdoodle.reverse.transitions.Start.result(Start.java:52)
at de.flapdoodle.reverse.TransitionWalker.resolve(TransitionWalker.java:58)
at de.flapdoodle.reverse.TransitionWalker.resolve(TransitionWalker.java:46)
at de.flapdoodle.reverse.TransitionWalker.initState(TransitionWalker.java:180)
Issue in the
de.flapdoodle.embed.process/src/main/java/de/flapdoodle/embed/process/store/LocalDownloadCache.java
Line 54 in 0b5533b
Version 4.15.1
I think that something like this is enough:
Or may be it;s possible to add feature to
ThrowingConsumer
to allow some exceptions to be ignored.The text was updated successfully, but these errors were encountered: