Coder Social home page Coder Social logo

Comments (8)

debashish-github avatar debashish-github commented on June 8, 2024

Also attached the logs when run in debug mode ..

Error.txt

from org.hl7.fhir.core.

jamesagnew avatar jamesagnew commented on June 8, 2024

from org.hl7.fhir.core.

debashish-github avatar debashish-github commented on June 8, 2024

Nope I tried crearing out .m2 .. Also tried in a different m/c .. same error . The jar maven-bundle-plugin-3.5.0 seems to be corrupted . I tried opening it and it kept giving the error that it is corrupted. I also tried another version 4.2.1 and it kept giving the same error and that jar too is corrupted. I am using maven 3.6.3 and my JDK is 11.0.3 .. Is there anything else that I have to have ?

Thanks

from org.hl7.fhir.core.

jamesagnew avatar jamesagnew commented on June 8, 2024

from org.hl7.fhir.core.

debashish-github avatar debashish-github commented on June 8, 2024

There definitely seems to be some problem in the way it is downloaded. I only see it about 2 KB . I have attached the textual content .
maven-bundle-contents.txt

from org.hl7.fhir.core.

jamesagnew avatar jamesagnew commented on June 8, 2024

from org.hl7.fhir.core.

debashish-github avatar debashish-github commented on June 8, 2024

Found the root cause .. This doesn't happen to all downloads since some of my colleagues were able to successfully download and run mvn install. For my download for some reasons the first pom downloaded C:\m2repo\ca\uhn\hapi\fhir\hapi-fhir\4.2.0\hapi-fhir-4.2.0.pom was refering to incorrect plugin repository

	<pluginRepository>
		<id>maven2</id>
		<name>Maven2</name>
		<url>http://central.maven.org/maven2/</url>
		<snapshots>
			<enabled>true</enabled>
		</snapshots>
	</pluginRepository>

It took a while for me to manually fix this to point to repo https://repo.maven.apache.org/maven2/ to make this work. Can this be fixed so that others don't end up with the same issue I had ?

from org.hl7.fhir.core.

markiantorno avatar markiantorno commented on June 8, 2024

@debashish-github this should not still be an issue since the automated build process was put in place.

from org.hl7.fhir.core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.