Skip to main content

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

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

Back to the top