Problem with starting fake mongo engine #462
Replies: 5 comments 14 replies
-
@Oskarovsky can you provide an more detailed stack trace? This error message should help the user to get back to work.. :) What looks a little bit strange is that it looks like a missing '' in the archive path.. is c:\Users\M020042 the home directory of this user? |
Beta Was this translation helpful? Give feedback.
-
@Oskarovsky is there a way to switch to spring 2.6 or spring 2.7? Then you can use a more recent version of this library.. |
Beta Was this translation helpful? Give feedback.
-
@michaelmosmann |
Beta Was this translation helpful? Give feedback.
-
@michaelmosmann
|
Beta Was this translation helpful? Give feedback.
-
@Oskarovsky .. still an issue? reopen if needed.. |
Beta Was this translation helpful? Give feedback.
-
I can't start Embedded MongoDB because I'm getting information about a problem downloading a file.
Java: 17
spring-boot-gradle-plugin: 2.5.13
Error related to this problem:
_2023-05-16T11:17:49.353+02:00 thread=Test worker level=ERROR logger=c.nordea.rfr.controller.FakeMongoDb : Failed to start FakeMongoDb @ localhost:27017
java.lang.RuntimeException: error on transition to State(de.flapdoodle.embed.process.types.Archive), rollback
Caused by: java.lang.IllegalStateException: could not download https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.22.zip (if this issue persist, you can download it manually to C:\Users\M020042.embedmongo\archives\https-fastdl-mongodb-org\56cb3d10404e5b9df5358ac4ee83efcb\win32mongodb-win32-x86-64-2008plus-ssl-3-6-22-zip\ab48ed577013b05d5e0105c6fd6d757ee1760b3313c0f5a578f79ff8ddfa59cd\archive.zip)_
Of course I can download it manually when I'm testing it on my local machine, but what if I want to run tests on an external server?
Beta Was this translation helpful? Give feedback.
All reactions