Here is the content of the file you wrote: ➜ pulsar git:(pip-323-implementation) ✗ cat ~/.m2/repository/org/mongodb/bson/4.4.2-SNAPSHOT/_remote.repositories #NOTE: This is a Maven Resolver internal implementation file, its format can be changed without prior notice. #Wed Feb 08 16:24:48 IST 2023 bson-4.4.2-20220207.232016-3.pom>sonatype-nexus-snapshots= ➜ pulsar git:(pip-323-implementation) ✗
I don't have a MAVEN_HOME env variable ➜ pulsar git:(pip-323-implementation) ✗ echo $MAVEN_HOME ➜ pulsar git:(pip-323-implementation) ✗ Also no settings.xml file ➜ pulsar git:(pip-323-implementation) ✗ cat ~/.m2/settings.xml cat: /Users/asaf/.m2/settings.xml: No such file or directory In my build output the module is: [INFO] --- maven-install-plugin:3.1.0:install (default-install) @ pulsar-io-rabbitmq --- [INFO] Installing /Users/asaf/streamnative/pulsar/pulsar-io/rabbitmq/pom.xml to /Users/asaf/.m2/repository/org/apache/pulsar/pulsar-io-rabbitmq/3.2.0-SNAPSHOT/pulsar-io-rabbitmq-3.2.0-SNAPSHOT.pom [INFO] Installing /Users/asaf/streamnative/pulsar/pulsar-io/rabbitmq/target/pulsar-io-rabbitmq-3.2.0-SNAPSHOT.nar to /Users/asaf/.m2/repository/org/apache/pulsar/pulsar-io-rabbitmq/3.2.0-SNAPSHOT/pulsar-io-rabbitmq-3.2.0-SNAPSHOT.jar [WARNING] Could not transfer metadata org.mongodb:bson:4.4.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/mongodb/bson/4.4.1-SNAPSHOT/maven-metadata.xml [WARNING] org.mongodb:bson:4.4.1-SNAPSHOT/maven-metadata.xmlfailed to transfer from http://0.0.0.0/ during a previous attempt. This failure was cached in the local repository and resolution will not be reattempted until the update interval of maven-default-http-blocker has elapsed or updates are forced. Original error: Could not transfer metadata org.mongodb:bson:4.4.1-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/mongodb/bson/4.4.1-SNAPSHOT/maven-metadata.xml Downloading from maven-default-http-blocker: http://0.0.0.0/org/mongodb/bson/4.4.2-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.mongodb:bson:4.4.2-SNAPSHOT/maven-metadata.xml from/to maven-default-http-blocker (http://0.0.0.0/): transfer failed for http://0.0.0.0/org/mongodb/bson/4.4.2-SNAPSHOT/maven-metadata.xml I run it as `./mvnw clean install -DskipTests` On Wed, Dec 13, 2023 at 9:24 PM Stefan CORDES <stefan.cor...@canda.com.invalid> wrote: > Hi Asaf, > normally you should not unblock http:// repositories as all artifacts are > (should be) available via https:// > > I build latest master from g...@github.com:apache/pulsar.git and up to > module > Building Pulsar IO :: Canal 3.2.0-SNAPSHOT [75/134] > (later it failed locally) > > I did not see maven-default-http-blocker here. > > Maybe in your local repository > ~/.m2/repository/org/mongodb/bson/4.4.2-SNAPSHOT > the _remote.repositories file contains outdated http:// repository > references? > > Additionally you can check your personal ~/.m2/settings.xml and > maven_home/conf/settings.xml > not having any <repository> with http:// and not any <mirror> with http:// > > If still facing maven-default-http-blocker: which module of pulsar build > tries to download ? > > Gruß, > Stefan > > -----Original Message----- > From: Asaf Mesika <asaf.mes...@gmail.com> > Sent: Wednesday, December 13, 2023 7:41 PM > To: Maven Users List <users@maven.apache.org> > Subject: Re: Question about HTTP blocking WARN > > How do I unblock ? I searched in .mvn directory and found nothing. I don’t > have a settings file > > On Wed, 13 Dec 2023 at 17:50 <mark.yagnatin...@barclays.com.invalid> > wrote: > > > Sorry, I failed to read your email carefully enough. > > Idea: try un-blocking HTTP, and see where it ends up downloading > > things from. > > > > -----Original Message----- > > From: mark.yagnatin...@barclays.com.INVALID > > <mark.yagnatin...@barclays.com.INVALID> > > Sent: Wednesday, December 13, 2023 10:47 AM > > To: users@maven.apache.org > > Subject: RE: Question about HTTP blocking WARN > > > > > > CAUTION: This email originated from outside our organisation - > > mark.yagnatin...@barclays.com.INVALID Do not click on links, open > > attachments, or respond unless you recognize the sender and can > > validate the content is safe. > > See release notes for 3.8.1: > > > > https://clicktime.symantec.com/15sM687dBQmsAHdZzRg2R?h=vGmJxLiSHcBmfng > > K9X2tEIMgJvGX3EQZ2p_ZA8IE8vo=&u=https://maven.apache.org/docs/3.8.1/re > > lease-notes.html > > > > -----Original Message----- > > From: Asaf Mesika <asaf.mes...@gmail.com> > > Sent: Wednesday, December 13, 2023 6:07 AM > > To: users@maven.apache.org > > Subject: Question about HTTP blocking WARN > > > > > > CAUTION: This email originated from outside our organisation - > > asaf.mes...@gmail.com Do not click on links, open attachments, or > > respond unless you recognize the sender and can validate the content is > safe. > > Hi, > > > > I'm running Apache Maven 3.8.5 (using Maven Wrapper) for building > > Apache Pulsar. > > > > I get the following WARN: > > > > [WARNING] Could not transfer metadata > > org.mongodb:bson:4.4.1-SNAPSHOT/maven-metadata.xml from/to > > maven-default-http-blocker (http://0.0.0.0/): transfer failed for > > http://0.0.0.0/org/mongodb/bson/4.4.1-SNAPSHOT/maven-metadata.xml > > [WARNING] org.mongodb:bson:4.4.1-SNAPSHOT/maven-metadata.xmlfailed to > > transfer from http://0.0.0.0/ during a previous attempt. This failure > > was cached in the local repository and resolution will not be > > reattempted until the update interval of maven-default-http-blocker > > has elapsed or updates are forced. Original error: Could not transfer > > metadata org.mongodb:bson:4.4.1-SNAPSHOT/maven-metadata.xml from/to > > maven-default-http-blocker (http://0.0.0.0/): transfer failed for > > http://0.0.0.0/org/mongodb/bson/4.4.1-SNAPSHOT/maven-metadata.xml > > Downloading from maven-default-http-blocker: > > http://0.0.0.0/org/mongodb/bson/4.4.2-SNAPSHOT/maven-metadata.xml > > [WARNING] Could not transfer metadata > > org.mongodb:bson:4.4.2-SNAPSHOT/maven-metadata.xml from/to > > maven-default-http-blocker (http://0.0.0.0/): transfer failed for > > http://0.0.0.0/org/mongodb/bson/4.4.2-SNAPSHOT/maven-metadata.xml > > [WARNING] org.mongodb:bson:4.4.2-SNAPSHOT/maven-metadata.xmlfailed to > > transfer from http://0.0.0.0/ during a previous attempt. This failure > > was cached in the local repository and resolution will not be > > reattempted until the update interval of maven-default-http-blocker > > has elapsed or updates are forced. Original error: Could not transfer > > metadata org.mongodb:bson:4.4.2-SNAPSHOT/maven-metadata.xml from/to > > maven-default-http-blocker (http://0.0.0.0/): transfer failed for > > http://0.0.0.0/org/mongodb/bson/4.4.2-SNAPSHOT/maven-metadata.xml > > Downloading from maven-default-http-blocker: > > http://0.0.0.0/org/mongodb/bson/4.5.0-SNAPSHOT/maven-metadata.xml > > [WARNING] Could not transfer metadata > > org.mongodb:bson:4.4.2-SNAPSHOT/maven-metadata.xml from/to > > maven-default-http-blocker (http://0.0.0.0/): transfer failed for > > http://0.0.0.0/org/mongodb/bson/4.4.2-SNAPSHOT/maven-metadata.xml > > [ > > > > I can't understand how to understand which repository in my pom.xml > > has an http and not https repository based on this WARN message. > > > > I searched for <repositories> over any pom.xml file and didn't find > > any http repository. > > > > Any help would be greatly appreciated. This is the latest master > > branch of > > pulsar: > > https://clicktime.symantec.com/15sLvTizaiLPdE4JXAvu7?h=MSjyi1VB4cPbNJs > > glaLsboIIC2w3PxVFwT0C3b3tJjE=&u=https://clicktime.symantec.com/15sM1Hv > > Lio6GkLoeSsGso?h=a4l_3miTQ9Jpp9kBhV4g1A6nK9z3Xc4ThYeLnyNM6NM=&u=https: > > //github.com/apache/pulsar > > > > Thanks, > > > > Asaf > > > > This message is for information purposes only. It is not a > > recommendation, advice, offer or solicitation to buy or sell a product > > or service, nor an official confirmation of any transaction. It is > > directed at persons who are professionals and is intended for the > > recipient(s) only. It is not directed at retail customers. This message > is subject to the terms at: > > > https://clicktime.symantec.com/15sMWH63UVBqE1mBiDfmX?h=DIqE4zifGAeQprKQUyrnrW7RczY3fI3DZ9CksSTeo3A=&u=https://www.cib.barclays/disclosures/web-and-email-disclaimer.html > . > > > > > > For important disclosures, please see: > > https://clicktime.symantec.com/15sMRStm1sWEp4wGAfGcu?h=o9osYrwRO8Nk9pR > > hDXC5l0HduDMhhY22d5g2I2QVwuc=&u=https://www.cib.barclays/disclosures/s > > ales-and-trading-disclaimer.html regarding marketing commentary from > > Barclays Sales and/or Trading desks, who are active market > > participants; > > https://clicktime.symantec.com/15sMAxJue2TTaETVXz5B3?h=_YvyWi2JtvO3gSg > > RRKCpC0ImVYSd52rWl07eYNFwfaY=&u=https://www.cib.barclays/disclosures/b > > arclays-global-markets-disclosures.html > > regarding our standard terms for Barclays Corporate and Investment > > Bank where we trade with you in principal-to-principal wholesale > > markets transactions; and in respect to Barclays Research, including > > disclosures relating to specific issuers, see: > > https://clicktime.symantec.com/15sLvTj4GBQgLPyiuJsjB?h=pn27ZplPad4fDkL > > _Y-vhW5C-UZY3p3ndCdE2f_AAXOY=&u=http://publicresearch.barclays.com > > . > > ______________________________________________________________________ > > ____________ > > > > If you are incorporated or operating in Australia, read these > > important > > disclosures: > > https://clicktime.symantec.com/15sMFnWC6e93zBHR5YUKf?h=i4IUmiJ2NlzFely > > lA6v1tNqtBTACpar8CD5q9c1kTys=&u=https://www.cib.barclays/disclosures/i > > mportant-disclosures-asia-pacific.html > > . > > > > ______________________________________________________________________ > > ____________ For more details about how we use personal information, > > see our privacy > > notice: > > > https://clicktime.symantec.com/15sMLchUZFpeQ87Ld6sUH?h=KQNjiUfwPYDXx8rv0cECSsVrfzUJEdSh5qAIPibF__E=&u=https://www.cib.barclays/disclosures/personal-information-use.html > . > > > > > > ______________________________________________________________________ > > ____________ > > B KKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK > > CB > > [ X ܚX K K[XZ[ > > \ \ ][ X ܚX P X] [ \ X K ܙ B ܈ Y ] [ۘ[ [X[ K[XZ[ > > \ \ Z [ X] [ \ X K ܙ B > > > > This message is for information purposes only. It is not a > > recommendation, advice, offer or solicitation to buy or sell a product > > or service, nor an official confirmation of any transaction. It is > > directed at persons who are professionals and is intended for the > > recipient(s) only. It is not directed at retail customers. This message > is subject to the terms at: > > https://www.cib.barclays/disclosures/web-and-email-disclaimer.html. > > > > For important disclosures, please see: > > https://www.cib.barclays/disclosures/sales-and-trading-disclaimer.html > > regarding marketing commentary from Barclays Sales and/or Trading > > desks, who are active market participants; > > https://www.cib.barclays/disclosures/barclays-global-markets-disclosur > > es.html regarding our standard terms for Barclays Corporate and > > Investment Bank where we trade with you in principal-to-principal > > wholesale markets transactions; and in respect to Barclays Research, > > including disclosures relating to specific issuers, see: > > http://publicresearch.barclays.com. > > ______________________________________________________________________ > > ____________ > > > > If you are incorporated or operating in Australia, read these > > important > > disclosures: > > https://www.cib.barclays/disclosures/important-disclosures-asia-pacifi > > c.html > > . > > > > ______________________________________________________________________ > > ____________ For more details about how we use personal information, > > see our privacy > > notice: > https://www.cib.barclays/disclosures/personal-information-use.html. > > > > > > ______________________________________________________________________ > > ____________ > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@maven.apache.org > > For additional commands, e-mail: users-h...@maven.apache.org > > > > C&A Services GmbH & Co. OHG | Wanheimer Straße 70 | D-40468 Düsseldorf | > Sitz: Düsseldorf | Registergericht: Düsseldorf HRA 12655 | Telefon: +49 > (211) 9872-01 > Persönlich haftende Gesellschafter: C&A Retail GmbH | Sitz: Baar/Schweiz | > UID: CHE-116.290.471 > Geschäftsführung: Giny Boer, Christoph Hammer > FRM Participations S.A. | Sitz: Strassen/Luxemburg | Handels- und > Firmenregister Luxemburg: B 58158 > Verwaltungsratsmitglieder: Dr. Christian Bank, Remco Gerlof, Dr. > Franz-Josef Leuchtenberg > Hinweise zur Verarbeitung Ihrer Daten finden Sie unter: www.c-a.com/GDPR< > http://www.c-a.com/GDPR> >