The only thing that surprises me is that I never faced this issue with Maven 1. It would either connect to the repository perfectly and download everything in one shot or if it could not connect, it would come to a dead stop - repeated tries never helped. Is Maven 2 different somehow in how it deals with connections?
Naresh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Monday, August 21, 2006 7:25 PM To: Maven Users List Subject: Re: Problem with Maven 2 - AndroMDA team asked me to register it with Maven support it's not only getting busy but seems that they think it's a DoS attack when you try to download several files in a short period of time and ban you for some minutes. On 8/21/06, Doug Douglass <[EMAIL PROTECTED]> wrote: > Nathan, > > If you really believe that 'central' (i.e., ibiblio.org) is over loaded (and > it certainly is!) then running maven over and over isn't much of a solution, > nor is it helping the situation. Do yourself a favor and define a mirror[1]. > > Ted, I think the same advice should help you out. Unfortunately, if this is > your first experience with maven, it may seem a little disconcerting. Trust > me, and the other on this list, maven is a good thing, but the curve can be > a little steep/rough in some areas. > > Perhaps mavens installation settings.xml should include a mirror if just to > decrease ibiblio traffic? > > HTH, > Doug > > [1] http://maven.apache.org/guides/mini/guide-mirror-settings.html > > On 8/21/06, Beyer,Nathan <[EMAIL PROTECTED]> wrote: > > > > I've found that when you're first running many on a brand new project > > and/or an empty local repository, that you'll have to run it several > > times to resolve all of the dependencies, especially those coming from > > 'central'. The server sometimes just gets busy and starts rejecting > > connections. > > > > Are you getting the exact same error on the exact same dependency > > everytime you run? If so, have you tried accessing the URL that's > > failing [1] via a browser? Do you have any special settings configured > > to force a download of all dependencies each time? > > > > -Nathan > > > > [1] > > <http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-site-rendere > > r/1.0-al> > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-site-renderer > > /1.0-al > > <http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-site-rendere > > r/1.0-alpha-8/doxia-site-renderer-1.0-alpha-8.jar.sha1> > > pha-8/doxia-site-renderer-1.0-alpha-8.jar.sha1 > > > > > > ________________________________ > > > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 21, 2006 5:41 PM > > To: [email protected] > > Subject: Problem with Maven 2 - AndroMDA team asked me to register it > > with Maven support > > > > > > > > The AndroMDA team (www.AndroMDA.org <http://www.andromda.org/> ) has > > suggested that I log this issue with Maven for resolution. > > > > > > > > AndroMDA utilizes Maven 2. I am trying to install a AndroMDA getting > > started project called Northwind.TimeTracker. I have run "mvn install" > > about 25 times and I am getting maven errors each time. > > > > > > > > Below is my output from "mvn -e install" which has been run from the > > Northwind.Timestracker root directory. I would appreciate if you can > > provide any suggestions as to what might be wrong. > > > > > > > > Thanks > > > > Tedh > > > > > > > > C:\VSProjects\AndroMDA\Northwind.TimeTracker>mvn -e install > > + Error stacktraces are turned on. > > [INFO] Scanning for projects... > > [INFO] Reactor build order: > > [INFO] Northwind.TimeTracker > > [INFO] Northwind.TimeTracker MDA > > [INFO] > > ------------------------------------------------------------------------ > > - > > --- > > [INFO] Building Northwind.TimeTracker > > [INFO] task-segment: [install] > > [INFO] > > ------------------------------------------------------------------------ > > - > > --- > > Downloading: > > http://www.ibiblio.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-b > > eta-6/plexus-i18n-1.0-beta-6.pom > > 771b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/codehaus/plexus/plexus-velocity/1 > > ..1.3/plexus-velocity-1.1.3.pom > > 976b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/codehaus/plexus/plexus-components > > /1.1.5/plexus-components-1.1.5.pom > > 2K downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/codehaus/plexus/plexus/1.0.5/plex > > us-1.0.5.pom > > 5K downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-core/1.0 > > -alpha-8/doxia-core-1.0-alpha-8.pom > > 1K downloaded > > Downloading: http://www.ibiblio.org/maven2/oro/oro/2.0.7/oro-2.0.7.pom > > 141b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-sink-api > > /1.0-alpha-8/doxia-sink-api-1.0-alpha-8.pom > > 424b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-decorati > > on-model/1.0-alpha-8/doxia-decoration-model-1.0-alpha-8.pom > > 1K downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/reporting/maven-repo > > rting-api/2.0.2/maven-reporting-api-2.0.2.pom > > 902b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/reporting/maven-repo > > rting/2.0.2/maven-reporting-2.0.2.pom > > 738b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-sink-api > > /1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom > > 424b downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia/1.0-alph > > a-7/doxia-1.0-alpha-7.pom > > 3K downloaded > > Downloading: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-site-ren > > derer/1.0-alpha-8/doxia-site-renderer-1.0-alpha-8.jar > > 33K downloaded > > [INFO] > > ------------------------------------------------------------------------ > > > > [ERROR] BUILD ERROR > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] Failed to resolve artifact. > > > > Error transferring file > > org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8 > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > ibiblio (http://www.ibiblio.org/maven2), > > ibiblio-snapshot (http://www.ibiblio.org/maven2), > > andromda-snapshot (http://galaxy.andromda.org/maven2), > > apache.snapshots (http://svn.apache.org/maven-snapshot-repository), > > andromda (http://galaxy.andromda.org/maven2), > > snapshots (http://snapshots.maven.codehaus.org/maven2) > > Path to dependency: > > 1) org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-5 > > 2) org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8 > > > > > > > > Caused by I/O exception: Server returned HTTP response code: 503 for > > URL: http:/ > > /www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-a > > lpha-8/d > > oxia-site-renderer-1.0-alpha-8.jar.sha1 > > > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] Trace > > org.apache.maven.lifecycle.LifecycleExecutionException: Error > > transferring file > > org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8 > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > ibiblio (http://www.ibiblio.org/maven2), > > ibiblio-snapshot (http://www.ibiblio.org/maven2), > > andromda-snapshot (http://galaxy.andromda.org/maven2), > > apache.snapshots (http://svn.apache.org/maven-snapshot-repository), > > andromda (http://galaxy.andromda.org/maven2), > > snapshots (http://snapshots.maven.codehaus.org/maven2) > > Path to dependency: > > 1) org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-5 > > 2) org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8 > > > > > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > > > > ultLifecycleExecutor.java:551) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi > > > > fecycle(DefaultLifecycleExecutor.java:475) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau > > > > ltLifecycleExecutor.java:454) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan > > > > dleFailures(DefaultLifecycleExecutor.java:306) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen > > > > ts(DefaultLifecycleExecutor.java:273) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi > > > > fecycleExecutor.java:140) > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:256) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > > > > java:39) > > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > > > > sorImpl.java:25) > > at java.lang.reflect.Method.invoke(Method.java:585) > > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > > > > > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > Caused by: > > org.apache.maven.artifact.resolver.ArtifactResolutionException: Error > > transferring file > > org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8 > > > > from the specified remote repositories: > > central (http://repo1.maven.org/maven2), > > ibiblio (http://www.ibiblio.org/maven2), > > ibiblio-snapshot (http://www.ibiblio.org/maven2), > > andromda-snapshot (http://galaxy.andromda.org/maven2), > > apache.snapshots (http://svn.apache.org/maven-snapshot-repository), > > andromda (http://galaxy.andromda.org/maven2), > > snapshots (http://snapshots.maven.codehaus.org/maven2) > > Path to dependency: > > 1) org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-5 > > 2) org.apache.maven.doxia:doxia-site-renderer:jar:1.0-alpha-8 > > > > > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De > > > > faultArtifactResolver.java:140) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De > > > > faultArtifactResolver.java:63) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > > > > nsitively(DefaultArtifactResolver.java:233) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > > > > nsitively(DefaultArtifactResolver.java:211) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolveTra > > > > nsitively(DefaultArtifactResolver.java:182) > > at org.apache.maven.plugin.DefaultPluginManager.ensurePluginContainerIsC > > > > omplete(DefaultPluginManager.java:608) > > at org.apache.maven.plugin.DefaultPluginManager.getConfiguredMojo(Defaul > > > > tPluginManager.java:519) > > at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi > > > > nManager.java:390) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa > > > > ultLifecycleExecutor.java:534) > > .... 16 more > > Caused by: org.apache.maven.wagon.TransferFailedException: Error > > transferring fi > > le > > at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD > > > > ata(LightweightHttpWagon.java:99) > > at org.apache.maven.wagon.StreamWagon.get(StreamWagon.java:6Cool > > at org.apache.maven.artifact.manager.DefaultWagonManager.verifyChecksum( > > > > DefaultWagonManager.java:520) > > at org.apache.maven.artifact.manager.DefaultWagonManager.getRemoteFile(D > > > > efaultWagonManager.java:380) > > at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(Def > > > > aultWagonManager.java:282) > > at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(Def > > > > aultWagonManager.java:244) > > at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(De > > > > faultArtifactResolver.java:124) > > .... 24 more > > Caused by: java.io.IOException: Server returned HTTP response code: 503 > > for URL: > > http://www.ibiblio.org/maven2/org/apache/maven/doxia/doxia-site-renderer > > /1.0-al > > pha-8/doxia-site-renderer-1.0-alpha-8.jar.sha1 > > at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon > > > > nection.java:1152) > > at org.apache.maven.wagon.providers.http.LightweightHttpWagon.fillInputD > > > > ata(LightweightHttpWagon.java:85) > > .... 30 more > > [INFO] > > ------------------------------------------------------------------------ > > > > [INFO] Total time: 7 seconds > > [INFO] Finished at: Mon Aug 21 11:41:40 EDT 2006 > > [INFO] Final Memory: 3M/6M > > [INFO] > > ------------------------------------------------------------------------ > > > > > > > > > > > > ----------------------------------------- > > CONFIDENTIALITY NOTICE This message and any included attachments > > are from Cerner Corporation and are intended only for the > > addressee. The information contained in this message is > > confidential and may constitute inside or non-public information > > under international, federal, or state securities laws. > > Unauthorized forwarding, printing, copying, distribution, or use of > > such information is strictly prohibited and may be unlawful. If you > > are not the addressee, please promptly delete this message and > > notify the sender of the delivery error by e-mail or you may call > > Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) > > (816)221-1024. ------------------------------------------- > > > > > > -- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
