Syncleus / maven-mongodb-plugin

Maven plugin wrapper for the flapdoodle.de embedded MongoDB API
Other
9 stars 8 forks source link

Fails to download 3.6 #5

Open agoston opened 6 years ago

agoston commented 6 years ago

I've tried to update to mongo 3.6.6, but got this exception:

Caused by: java.io.IOException: Server returned HTTP response code: 403 for URL: http://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.6.6.tgz

Mongo seems to have moved their binary downloads to http://downloads.mongodb.org/osx/mongodb-osx-ssl-x86_64-3.6.6.tgz Can you adjust this?

agoston commented 6 years ago

I made this work with the following settings in pom.xml:

                            <version>3.6.6</version>
                            <features>ONLY_WITH_SSL,NO_HTTP_INTERFACE_ARG</features>
syncleus-bot commented 6 years ago

Sure can, ill get to it soon, if you submit a PR i can accept it and publish it quicker.

On Fri, Sep 28, 2018 at 4:08 PM Agoston Horvath notifications@github.com wrote:

I made this work with the following settings in pom.xml:

                        <version>3.6.6</version>
                        <features>ONLY_WITH_SSL,NO_HTTP_INTERFACE_ARG</features>

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Syncleus/maven-mongodb-plugin/issues/5#issuecomment-425447261, or mute the thread https://github.com/notifications/unsubscribe-auth/AWNYb402LLrIflR1YN0MrW9tagNK0C-sks5ufi1LgaJpZM4W-ZTm .

agoston commented 6 years ago

Pull request is ready!

agoston commented 5 years ago

Hi, Any update?

spyhunter99 commented 1 year ago

windows downloads are broken for me....

what it's trying to download http://fastdl.mongodb.org/win32/mongodb-win32-x86_64-6.0.5.zip

what it needs to download https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.5.zip

skyblackhawk commented 4 months ago

I opened same issue about this problem I try to download MongoDB v 7.0.12 LTS to use for maven integrations test with MongoDB v7.0.12 LTS in memory for:

and download link is incorrect!

Incorrect download link return access denied because that link in this plugin open a page to sign in to download payment version MongoDB v 7.0.12 LTS and not community version.

I suppose it's changed process on site to download zip of MongoDB v 7.0.12 LTS community edition.

Please fix it ASAP in alternative this plug-in is unusefull !