You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@apache.org by Andreas Lehmkühler <an...@lehmi.de> on 2015/06/11 12:13:23 UTC

Re: Could not generate DH keypair / peer not authenticated

Hi,

> Tilman Hausherr <TH...@t-online.de> hat am 11. Juni 2015 um 08:20
> geschrieben:
> 
> 
> Hi,
> 
> We're getting this since yesterday:
> 
> 
> [INFO] --- maven-deploy-plugin:2.6:deploy (default-deploy) @ pdfbox-parent ---
> Downloading:https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-parent/1.8.10-SNAPSHOT/maven-metadata.xml
> [WARNING] Could not transfer metadata
> org.apache.pdfbox:pdfbox-parent:1.8.10-SNAPSHOT/maven-metadata.xml from/to
> apache.snapshots.https
> (https://repository.apache.org/content/repositories/snapshots): Error
> transferring file: java.lang.RuntimeException: Could not generate DH keypair
> 
> 
> and this:
> 
> 
> [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ pdfbox-parent
> ---
> Downloading:https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-parent/2.0.0-SNAPSHOT/maven-metadata.xml
> [WARNING] Could not transfer metadata
> org.apache.pdfbox:pdfbox-parent:2.0.0-SNAPSHOT/maven-metadata.xml from/to
> apache.snapshots.https
> (https://repository.apache.org/content/repositories/snapshots): peer not
> authenticated
> 
> Tilman

The issue seems to be jdk related Only those builds using java6 are failing.
I've reconfigured the trunk build to use java 7 and everything works fine, as
well as our jdk7 based branch build

It looks like any recent jenkins update is maybe the cause or am I missing
something?

BR
Andreas

Re: Could not generate DH keypair / peer not authenticated

Posted by Andreas Lehmkühler <an...@lehmi.de>.
Hi,

I've created a ticket

https://issues.apache.org/jira/browse/BUILDS-85

> Andreas Lehmkühler <an...@lehmi.de> hat am 11. Juni 2015 um 12:13
> geschrieben:
> 
> 
> Hi,
> 
> > Tilman Hausherr <TH...@t-online.de> hat am 11. Juni 2015 um 08:20
> > geschrieben:
> > 
> > 
> > Hi,
> > 
> > We're getting this since yesterday:
> > 
> > 
> > [INFO] --- maven-deploy-plugin:2.6:deploy (default-deploy) @ pdfbox-parent
> > ---
> > Downloading:https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-parent/1.8.10-SNAPSHOT/maven-metadata.xml
> > [WARNING] Could not transfer metadata
> > org.apache.pdfbox:pdfbox-parent:1.8.10-SNAPSHOT/maven-metadata.xml from/to
> > apache.snapshots.https
> > (https://repository.apache.org/content/repositories/snapshots): Error
> > transferring file: java.lang.RuntimeException: Could not generate DH keypair
> > 
> > 
> > and this:
> > 
> > 
> > [INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ pdfbox-parent
> > ---
> > Downloading:https://repository.apache.org/content/repositories/snapshots/org/apache/pdfbox/pdfbox-parent/2.0.0-SNAPSHOT/maven-metadata.xml
> > [WARNING] Could not transfer metadata
> > org.apache.pdfbox:pdfbox-parent:2.0.0-SNAPSHOT/maven-metadata.xml from/to
> > apache.snapshots.https
> > (https://repository.apache.org/content/repositories/snapshots): peer not
> > authenticated
> > 
> > Tilman
> 
> The issue seems to be jdk related Only those builds using java6 are failing.
> I've reconfigured the trunk build to use java 7 and everything works fine, as
> well as our jdk7 based branch build
> 
> It looks like any recent jenkins update is maybe the cause or am I missing
> something?
> 
> BR
> Andreas