Closed
Bug 666494
Opened 14 years ago
Closed 14 years ago
Latest platform code does not build: jboss-common-core-5.1.0.GA.pom is not available in listed repositories
Categories
(Mozilla QA :: Case Conductor-Platform, defect, P1)
Mozilla QA
Case Conductor-Platform
Tracking
(Not tracked)
RESOLVED
FIXED
1.0
People
(Reporter: carljm, Unassigned)
Details
Error output from "mvn clean install -DskipTests":
Downloading: http://repo1.maven.org/maven2//org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
[INFO] Unable to find resource 'org.jboss:jboss-common-core:pom:5.1.0.GA' in repository maven.repo (http://repo1.maven.org/maven2/)
Downloading: http://hibernate-generic-dao.googlecode.com/svn/trunk/maven-repo//org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
[INFO] Unable to find resource 'org.jboss:jboss-common-core:pom:5.1.0.GA' in repository trg-dao-repo (http://hibernate-generic-dao.googlecode.com/svn/trunk/maven-repo/)
Downloading: http://maven.springframework.org/milestone/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
[INFO] Unable to find resource 'org.jboss:jboss-common-core:pom:5.1.0.GA' in repository spring-milestone (http://maven.springframework.org/milestone)
Downloading: http://repository.jboss.com/maven2/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
[WARNING] Unable to get resource 'org.jboss:jboss-common-core:pom:5.1.0.GA' from repository repository.jboss.com (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
Downloading: http://repository.jboss.org/nexus/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
356b downloaded (jboss-common-core-5.1.0.GA.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '348c926435fbda9ad3c8748f4624da89bba81770'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.jboss.org/nexus/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.pom
356b downloaded (jboss-common-core-5.1.0.GA.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '348c926435fbda9ad3c8748f4624da89bba81770'; remote = '<!DOCTYPE' - IGNORING
[WARNING] POM for 'org.jboss:jboss-common-core:pom:5.1.0.GA:compile' is invalid.
Its dependencies (if any) will NOT be available to the current build.
Downloading: http://repo1.maven.org/maven2//org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
[INFO] Unable to find resource 'org.jboss:jboss-common-core:jar:5.1.0.GA' in repository maven.repo (http://repo1.maven.org/maven2/)
Downloading: http://hibernate-generic-dao.googlecode.com/svn/trunk/maven-repo//org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
[INFO] Unable to find resource 'org.jboss:jboss-common-core:jar:5.1.0.GA' in repository trg-dao-repo (http://hibernate-generic-dao.googlecode.com/svn/trunk/maven-repo/)
Downloading: http://maven.springframework.org/milestone/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
[INFO] Unable to find resource 'org.jboss:jboss-common-core:jar:5.1.0.GA' in repository spring-milestone (http://maven.springframework.org/milestone)
Downloading: http://repository.jboss.com/maven2/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
[WARNING] Unable to get resource 'org.jboss:jboss-common-core:jar:5.1.0.GA' from repository repository.jboss.com (http://repository.jboss.com/maven2): Authorization failed: Access denied to: http://repository.jboss.com/maven2/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
Downloading: http://repository.jboss.org/nexus/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
356b downloaded (jboss-common-core-5.1.0.GA.jar)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0fd9f8b0af2c6ee9722ccc859085720b7e5a1096'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://repository.jboss.org/nexus/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar
356b downloaded (jboss-common-core-5.1.0.GA.jar)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '0fd9f8b0af2c6ee9722ccc859085720b7e5a1096'; remote = '<!DOCTYPE' - IGNORING
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 25 source files to /home/carljm/projects/mozilla/tcmplatform/utest-webservice/utest-webservice-impl/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
error: error reading /home/carljm/.m2/repository/org/jboss/jboss-common-core/5.1.0.GA/jboss-common-core-5.1.0.GA.jar; error in opening zip file
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24 seconds
[INFO] Finished at: Wed Jun 22 23:03:28 CDT 2011
[INFO] Final Memory: 84M/363M
[INFO] ------------------------------------------------------------------------
| Reporter | ||
Comment 1•14 years ago
|
||
Fixed by reverting the commit intended to fix https://bugzilla.mozilla.org/show_bug.cgi?id=662725 -- it did not fix that issue anyway.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•