Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build the lession1/stage1 #52

Open
abhishek120392 opened this issue Feb 2, 2020 · 12 comments
Open

unable to build the lession1/stage1 #52

abhishek120392 opened this issue Feb 2, 2020 · 12 comments

Comments

@abhishek120392
Copy link

getting this error while running mvn clean, looks like https works here.

Unresolveable build extension: Plugin com.theoryinpractise:clojure-maven-plugin:1.3.12 or one of its dependencies could not be resolved: Failed to collect dependencies for com.theoryinpractise:clojure-maven-plugin:jar:1.3.12 (): Failed to read artifact descriptor for com.theoryinpractise:clojure-maven-plugin:jar:1.3.12: Could not transfer artifact com.theoryinpractise:clojure-maven-plugin:pom:1.3.12 from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/com/theoryinpractise/clojure-maven-plugin/1.3.12/clojure-maven-plugin-1.3.12.pom. Return code is: 501 , ReasonPhrase:HTTPS Required. -> [Help 2]

@marwa-algethami
Copy link

same issue

@adityarudrawar
Copy link

Did anyone find any solution for this?

@adityarudrawar
Copy link

Did anyone find any solution for this?

https://stackoverflow.com/questions/25393298/what-is-the-correct-way-of-forcing-maven-to-use-https-for-maven-central/25411658

I found this solution to work but then another issue Peer not authenticated comes up

@dev92
Copy link

dev92 commented May 25, 2021

I have also faced this issue and was able to overcome it with following steps, hope this helps:
https://github.com/udacity/ud381/blob/ab32782b4797fb1d76c001b97c4eb5ac35808d6d/README.md

@dev92
Copy link

dev92 commented May 25, 2021

Did anyone find any solution for this?

https://stackoverflow.com/questions/25393298/what-is-the-correct-way-of-forcing-maven-to-use-https-for-maven-central/25411658

I found this solution to work but then another issue Peer not authenticated comes up

You need to pass some maven options to overcome that, you can try referring my PR

@adityarudrawar
Copy link

you found the solution for the Peer not authenticated issue? Can you please explain how can I update the settings.xml since everything is through command line interface. Also it seems that one would have to build a new storm command, can you please tell how will I do this in the scope of the project? I am still a beginner in storm. Your help would be great!

@dev92
Copy link

dev92 commented May 25, 2021

you found the solution for the Peer not authenticated issue? Can you please explain how can I update the settings.xml since everything is through command line interface. Also it seems that one would have to build a new storm command, can you please tell how will I do this in the scope of the project? I am still a beginner in storm. Your help would be great!

You just need to create a settings.xml file, in the path I have mentioned as per the README

Then to compile the storm code, in the course they specify mvn package right?

but in order to overcome peer not authenticated, you can run the mvn package command with additional options as I have specified in the README file

let me know if you face any issues

@adityarudrawar
Copy link

adityarudrawar commented May 25, 2021 via email

@adityarudrawar
Copy link

adityarudrawar commented May 25, 2021 via email

@dev92
Copy link

dev92 commented May 25, 2021

Thats awesome no problem, glad its working now
So you did not create the settings.xml file?, in that case can you share the pom.xml file, I can update the README to give that as another option to overcome the http issue.

Thank You :)

@adityarudrawar
Copy link

adityarudrawar commented May 25, 2021 via email

@aliosmankaya
Copy link

sure, I added central https://repo1.maven.org/maven2 false central https://repo1.maven.org/maven2 false in pom.xml this forces the http request. If you know, can you please tell how I can create the settings.xml file? OTherwise one would need to edit individual pom.xml files

On Tue, May 25, 2021 at 10:21 PM Dev Pranav Puchakayala < @.***> wrote: Thats awesome no problem, glad its working now So you did not create the settings.xml file?, in that case can you share the pom.xml file, I can update the README to give that as another option to overcome the http issue. Thank You :) — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#52 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHHID73R2XUGRXALPQ6VU6DTPPIS5ANCNFSM4KOYVGJA .

Just follow the commands step by step, it works for me.

https://github.com/udacity/ud381/blob/ab32782b4797fb1d76c001b97c4eb5ac35808d6d/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants