[ http://issues.apache.org/jira/browse/GERONIMO-619?page=comments#action_61868 ] John Sisson commented on GERONIMO-619: --------------------------------------
Jacek, Bruce and Myself have also run into this problem. I tried to build on another PC (that has never used maven before.. therefore a clean repository). I was using svn rev 159557. Here is my build output +---------------------------------------- | Executing default Geronimo :: Tomcat | Memory: 93M/122M +---------------------------------------- Attempting to download geronimo-jetty-builder-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-jetty-builder-1.0-SNAPSHOT.jar]: java .io.IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-jetty-builder-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-common-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-common-1.0-SNAPSHOT.jar]: java.io.IOE xception: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-common-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-connector-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-connector-1.0-SNAPSHOT.jar]: java.io. IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-connector-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-deployment-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-deployment-1.0-SNAPSHOT.jar]: java.io .IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-deployment-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-j2ee-builder-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-j2ee-builder-1.0-SNAPSHOT.jar]: java. io.IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-j2ee-builder-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-kernel-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-kernel-1.0-SNAPSHOT.jar]: java.io.IOE xception: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-kernel-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-naming-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-naming-1.0-SNAPSHOT.jar]: java.io.IOE xception: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-naming-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-naming-builder-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-naming-builder-1.0-SNAPSHOT.jar]: jav a.io.IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-naming-builder-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-security-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-security-1.0-SNAPSHOT.jar]: java.io.I OException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-security-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-system-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-system-1.0-SNAPSHOT.jar]: java.io.IOE xception: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-system-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-transaction-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-transaction-1.0-SNAPSHOT.jar]: java.i o.IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-transaction-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-j2ee-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-j2ee-1.0-SNAPSHOT.jar]: java.io.IOExc eption: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-j2ee-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download geronimo-j2ee-schema-1.0-SNAPSHOT.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-j2ee-schema-1.0-SNAPSHOT.jar]: java.i o.IOException: Unknown error downloading; status code was: 302 Artifact /geronimo/jars/geronimo-j2ee-schema-1.0-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally Attempting to download commons-modeler-1.1.jar. Error retrieving artifact from [http://www.apache.org/~jlaskowski/maven/commons-modeler/jars/commons-modeler-1.1.jar]: java.io.IOExc eption: Unknown error downloading; status code was: 302 WARNING: Failed to download commons-modeler-1.1.jar. BUILD FAILED File...... C:\Documents and Settings\john\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.jelly Element... maven:reactor Line...... 217 Column.... 9 The build cannot continue because of the following unsatisfied dependency: commons-modeler-1.1.jar (try downloading from http://jakarta.apache.org/commons/modeler) Total time: 32 minutes 32 seconds Finished at: Thu Mar 31 14:42:29 EST 2005 > Does not build due to missing dependency commons-modeler 1.1 and invalid > repository http://www.apache.org/~jlaskowski/maven/geronimo/ > ------------------------------------------------------------------------------------------------------------------------------------- > > Key: GERONIMO-619 > URL: http://issues.apache.org/jira/browse/GERONIMO-619 > Project: Geronimo > Type: Bug > Components: buildsystem > Environment: Maven 1.0.2 > Reporter: Stephane Bailliez > Assignee: Jacek Laskowski > > I have an error when building geronimo after a fresh svn checkout as it does > not find commons-modeler 1.1 (which is nowhere on an online repository I know > of). It is easy to remove this error by adding commons-modeler by hand but is > obviouslly something that should not be done. > If possible avoid relying on a personal account > (http://www.apache.org/~jlaskowski/maven/geronimo/) as a dependency > repository. (which is not valid anymore) > It would be interesting to have the daily build actually just cleaning its > local maven repository to detect such repository chaos as you are not in > control of the repository. > Cheers, > +---------------------------------------- > | Executing default Geronimo :: Tomcat > | Memory: 48M/88M > +---------------------------------------- > Tentative de tΘlΘchargement de > geronimo-jetty-builder-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-jetty > -builder-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-jetty-builder-1.0-SNAPSHOT.jar doesn't > exists in remote repository, > but it exists locally > Tentative de tΘlΘchargement de geronimo-common-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-commo > n-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > Artifact /geronimo/jars/geronimo-common-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but it > exists locally > Tentative de tΘlΘchargement de geronimo-connector-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-conne > ctor-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-connector-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but > it exists locally > Tentative de tΘlΘchargement de geronimo-deployment-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-deplo > yment-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-deployment-1.0-SNAPSHOT.jar doesn't exists > in remote repository, bu > t it exists locally > Tentative de tΘlΘchargement de > geronimo-j2ee-builder-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-j2ee- > builder-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-j2ee-builder-1.0-SNAPSHOT.jar doesn't exists > in remote repository, > but it exists locally > Tentative de tΘlΘchargement de geronimo-kernel-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-kerne > l-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > Artifact /geronimo/jars/geronimo-kernel-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but it > exists locally > Tentative de tΘlΘchargement de geronimo-naming-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-namin > g-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > Artifact /geronimo/jars/geronimo-naming-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but it > exists locally > Tentative de tΘlΘchargement de > geronimo-naming-builder-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-namin > g-builder-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-naming-builder-1.0-SNAPSHOT.jar doesn't > exists in remote repository > , but it exists locally > Tentative de tΘlΘchargement de geronimo-security-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-secur > ity-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > Artifact /geronimo/jars/geronimo-security-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but > it exists locally > Tentative de tΘlΘchargement de geronimo-system-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-syste > m-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > Artifact /geronimo/jars/geronimo-system-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but it > exists locally > Tentative de tΘlΘchargement de > geronimo-transaction-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-trans > action-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-transaction-1.0-SNAPSHOT.jar doesn't exists > in remote repository, b > ut it exists locally > Tentative de tΘlΘchargement de geronimo-j2ee-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-j2ee- > 1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > Artifact /geronimo/jars/geronimo-j2ee-1.0-SNAPSHOT.jar doesn't exists in > remote repository, but it e > xists locally > Tentative de tΘlΘchargement de > geronimo-j2ee-schema-1.0-SNAPSHOT.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/geronimo/jars/geronimo-j2ee- > schema-1.0-SNAPSHOT.jar]: java.io.IOException: Unknown error downloading; > status code was: 301 > Artifact /geronimo/jars/geronimo-j2ee-schema-1.0-SNAPSHOT.jar doesn't exists > in remote repository, b > ut it exists locally > Tentative de tΘlΘchargement de catalina-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/catalina-5.5.7.j > ar]: java.io.IOException: Unknown error downloading; status code was: 301 > 619K downloaded > Tentative de tΘlΘchargement de catalina-optional-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/catalina-optiona > l-5.5.7.jar]: java.io.IOException: Unknown error downloading; status code > was: 301 > 112K downloaded > Tentative de tΘlΘchargement de tomcat-coyote-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/tomcat-coyote-5. > 5.7.jar]: java.io.IOException: Unknown error downloading; status code was: 301 > 18K downloaded > Tentative de tΘlΘchargement de tomcat-http-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/tomcat-http-5.5. > 7.jar]: java.io.IOException: Unknown error downloading; status code was: 301 > 50K downloaded > Tentative de tΘlΘchargement de tomcat-util-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/tomcat-util-5.5. > 7.jar]: java.io.IOException: Unknown error downloading; status code was: 301 > 240K downloaded > Tentative de tΘlΘchargement de naming-resources-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/naming-resources > -5.5.7.jar]: java.io.IOException: Unknown error downloading; status code was: > 301 > 45K downloaded > Tentative de tΘlΘchargement de servlets-default-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/servlets-default > -5.5.7.jar]: java.io.IOException: Unknown error downloading; status code was: > 301 > 17K downloaded > Tentative de tΘlΘchargement de servlets-invoker-5.5.7.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/tomcat/jars/servlets-invoker > -5.5.7.jar]: java.io.IOException: Unknown error downloading; status code was: > 301 > 5K downloaded > Tentative de tΘlΘchargement de xmlParserAPIs-2.2.1.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/xerces/jars/xmlParserAPIs-2. > 2.1.jar]: java.io.IOException: Unknown error downloading; status code was: 301 > 81K downloaded > Tentative de tΘlΘchargement de commons-digester-1.6.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/commons-digester/jars/common > s-digester-1.6.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > 164K downloaded > Tentative de tΘlΘchargement de commons-modeler-1.1.jar. > Error retrieving artifact from > [http://www.apache.org/~jlaskowski/maven/commons-modeler/jars/commons > -modeler-1.1.jar]: java.io.IOException: Unknown error downloading; status > code was: 301 > ATTENTION: Impossible de tΘlΘcharger commons-modeler-1.1.jar. > BUILD FAILED > File...... C:\Documents and > Settings\stephane\.maven\cache\maven-multiproject-plugin-1.3.1\plugin.je > lly > Element... maven:reactor > Line...... 217 > Column.... 9 > Le processus ne peut continuer α cause de la dΘpendance manquante > suivante: > commons-modeler-1.1.jar (try downloading from > http://jakarta.apache.org/commons/modeler) > Total time: 20 minutes 9 seconds > Finished at: Sat Mar 26 15:41:18 CET 2005 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
