Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] intermittent SSLPeerUnverifiedException deploying to oss.sonatype.org

Darn, I just noticed, that I send my e-mail about this topic to the wrong mailing list. It was

 

 

The snapshot deployment to oss.sonatype.org currently fails. It’s again an authentication issue, but the message is a bit different. This time we have

 

[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.5:deploy (default-deploy) on project org.eclipse.tycho.p2.tools.shared: Failed to retrieve remote metadata org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared/maven-metadata.xml: Could not transfer metadata org.eclipse.tycho:org.eclipse.tycho.p2.tools.shared/maven-metadata.xml from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots): peer not authenticated

 

Last time it was

 

[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project tycho: Failed to retrieve remote metadata org.eclipse.tycho:tycho:0.20.0-SNAPSHOT/maven-metadata.xml: Could not transfer metadata org.eclipse.tycho:tycho:0.20.0-SNAPSHOT/maven-metadata.xml from/to sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots): Not authorized, ReasonPhrase:Unauthorized.
 

Do you have any other idea how to fix this other than retrying?

 

 

In the meanwhile, there is also a bug report about this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=438391

 

So, what should we do about this? Publish the Eclipse repository as the official source of Tycho snapshots instead? I don’t remember that we ever had problems with our deployment there.

 

Regards

Tobias

 

 

> -----Original Message-----

> From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-

> bounces@xxxxxxxxxxx] On Behalf Of Igor Fedorenko

> Sent: Freitag, 27. Juni 2014 14:26

> To: Tycho developers list

> Subject: [tycho-dev] intermittent SSLPeerUnverifiedException deploying to

> oss.sonatype.org

>

> I just noticed that we didn't get any new 0.21 snapshots deployed for a

> few weeks now. Looks like oss.sonatype.org randomly throws

> "SSLPeerUnverifiedException: peer not authenticated", so some uploads go

> through but the build eventually fails and we get

> incomplete/inconsistent SNAPSHOT deployed. Not sure what to do about

> this yet, but 0.21 cannot be consumed from oss.s.o right now.

>

>

> http://ci.tesla.io:8080/view/Tycho/job/tycho/250/console

>

>

> --

> Regards,

> Igor

> _______________________________________________

> tycho-dev mailing list

> tycho-dev@xxxxxxxxxxx

> https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top