[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[cross-project-issues-dev] STP Helios M2 +3 Build -- signing issues
|
- From: Oisin Hurley <oisin.hurley@xxxxxxxxx>
- Date: Wed, 30 Sep 2009 17:38:06 +0100
- Delivered-to: cross-project-issues-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=CEitXZQ3vd3+yQbDA2AjBSZbnlBQ+HNOUCa8UnyEYns=; b=rbMNcFQC9+jibgWb7kylN73kjYBHFh3xccxLSfEOFJ1lDeXa9c4pu9C3ry+k0fxy6W yCbwXHWGiKdUV7m03mFdLCFWoLjy82/0teVo5xBfVJ4jaXOb8PxNfrIZWhbKTn6x1lEC iX7fQQ/L+j2M0QQpYNlwEYgZuAfxgmY0DTboU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aQ0IEn7ft56YOVmVm106fBxuj/ibChprcT2MBheIJFdrYgFQHVpNdDFg1b+pVVjPeu d3XaKffstCZdD20GqPHZWZNDttOxSWXN+u4JotwbLxvpyw+9DVdI509cr/8mOruGTgNo oYyg03vcgApTEKkBO4FA0mOSAsUaU9z5dlYtE=
I'm experiencing issues with the signing procedure on
build.eclipse.org today, and wondering if anyone else
has experienced similar.
It looks like an authentication fail (clip of the stack
below), but the signer name and password I am
supplying are correct and have been tested for
SVN changes and portal login.
So I've two questions -
* anyone seen this kind of behaviour today
* would it be acceptable to submit STP M2 +3 today
as unsigned bundles, while we work this out?
cheers
--oh
[java] com.jcraft.jsch.JSchException: Auth fail
[java] at com.jcraft.jsch.Session.connect(Session.java:452)
[java] at com.jcraft.jsch.Session.connect(Session.java:150)
[java] at
org.apache.tools.ant.taskdefs.optional.ssh.SSHBase.openSession(SSHBase.java:212)
[java] at
org.apache.tools.ant.taskdefs.optional.ssh.Scp.upload(Scp.java:291)
[java] at
org.apache.tools.ant.taskdefs.optional.ssh.Scp.execute(Scp.java:203)
[java] at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)