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
Incorrect URL MongoDB plugin for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip MongoDB for all versions. Please FIX URL MongoDB download to community version! FIX IT ASAP please!
#7
Open
skyblackhawk opened this issue
Jul 13, 2024
· 0 comments
Hi to all,
I try to use this plugin (with SpringBoot 3.2.3 JDK 21.0.2 Reactive Mongo) for download and configure MongoDB v7.0.0 LTS for our integration tests.
The problem is that the plugin search MongoDB v7.0.0 zip using **ERROR URI depends by
skyblackhawk
changed the title
Incorrect URL MongoDB plugin for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip MongoDvB
Incorrect URL MongoDB plugin for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip MongoDB for all versions. Changed URL in MongoDB to download community version! FIX IT ASAP please!
Jul 13, 2024
skyblackhawk
changed the title
Incorrect URL MongoDB plugin for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip MongoDB for all versions. Changed URL in MongoDB to download community version! FIX IT ASAP please!
Incorrect URL MongoDB plugin for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip MongoDB for all versions. Please FIX URL MongoDB download to community version! FIX IT ASAP please!
Jul 13, 2024
Hi to all,
I try to use this plugin (with SpringBoot 3.2.3 JDK 21.0.2 Reactive Mongo) for download and configure MongoDB v7.0.0 LTS for our integration tests.
The problem is that the plugin search MongoDB v7.0.0 zip using **ERROR URI depends by
downloadPath = http://fastdl.mongodb.org/**
Exception:
java.io.IOException Could not open inputStream for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip de.flapdoodle.embed.process.store.Downloader.downloadInputStream (Downloader.java:131)
The problem is that the MongoDb v7.0.0 LTS is on this url: https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.0.zip to downalod and not on http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip that generate this error response page:
Lanching plugin return this error:
DEBUG Build ArtifactStore(useCache: true) WARNING Unrecognised MongoDB version '7.0', this might be a new version that we don't yet know about. Attemping download anyway... d de.flapdoodle.embed.mongo.distribution.Versions$GenericFeatureAwareVersion@a0cc5aa:Windows:B64 STA ERROR prepare executab java.io.IOException Cld not open inputStream for http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-7.0.0.zip� de.flapdoodle.embed.process.store.Downloader.downloadInputStream (Downloader.java:131) de.flapdoodle.embed.process.store.Downloader.download (Downloader.java:69) de.flapdoodle.embed.process.store.ArtifactStore.checkDistribution (ArtifactStore.java:63) de.flapdoodle.embed.process.store.CachingArtifactStore.checkDistribution (CachingArtifactStore.java:59) de.flapdoodle.embed.process.runtime.Starter.prepare (Starter.java:55) com.syncleus.maven.plugins.mongodb.StartMongoMojo.start (StartMongoMojo.java:378) com.syncleus.maven.plugins.mongodb.AbstractMongoMojo.execute (AbstractMongoMojo.java:53) org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) org.apache.maven.DefaultMaven.doExecute DefaultMaven.java:261) org.apache.maven.DefaultMaven.doExecute DefaultMaven.java:173) org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) org.apache.maven.cli.MavenCli.main (MavenCli.java:206) jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103) java.lang.reflect.Method.invoke (Method.java:580) org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) org.codehaus.plexus.classworlds.launcher.Launcher.launch (�[1mLauncher.java:226) org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (�[1mLauncher.java:407) org.codehaus.plexus.classworlds.launcher.Launcher.main (�[1mLauncher.java:348)
Please fix it ASAP is only a path or choose another.
Kind regads
The text was updated successfully, but these errors were encountered: