Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho download error for 0.16.0

This is probably of problem with Maven central.
I recommand using a Maven artifact manager (Archiva, Artifactory,Nexus) instead of a direct link to Central


Regards
Jeff

On Fri, Oct 26, 2012 at 6:21 PM, Jay Jay Billings <jayjaybillings@xxxxxxxxx> wrote:
Everyone,

I'm getting an error with Tycho 0.16.0 when I run my build:

Oct 26, 2012 11:45:41 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset
Oct 26, 2012 11:45:41 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request
Oct 26, 2012 11:45:41 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: I/O exception (java.net.SocketException) caught when processing request: Connection reset
Oct 26, 2012 11:45:41 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryExecute
INFO: Retrying request
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]  
[ERROR]   The project NiCE:gov.ornl.nice.build:2.0.0 (/home/bkj/research/NiCEWorkspace_RCP/gov.ornl.nice.build/eclipse/pom.xml) has 1 error
[ERROR]     Unresolveable build extension: Plugin org.eclipse.tycho:tycho-maven-plugin:0.16.0 or one of its dependencies could not be resolved: Could not transfer artifact org.sonatype.aether:aether-util:jar:1.7 from/to central (http://repo.maven.apache.org/maven2): Connection reset -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException

I think this is just temporary, but does anyone know what the deal is? Tycho 0.16.0 is working fine on all of my other machines.

Jay

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user




--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top