You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2014/12/30 02:06:07 UTC

auth fail uploading to apache

:uploadArtifacts FAILED

FAILURE: Build failed with an exception.

* Where:
Script '/Users/hlship/workspaces/tapestry/tapestry5/ssh.gradle' line: 63

* What went wrong:
Execution failed for task ':uploadArtifacts'.
> com.jcraft.jsch.JSchException: Auth fail


I guess I'll dig into this tomorrow. Has anyone else seen this?

-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com
@hlship

Re: auth fail uploading to apache

Posted by Howard Lewis Ship <hl...@gmail.com>.
I believe the build will have to change, to not upload the files, but
instead copy them to a local folder, specified in
~/.gradle/gradle.properties; this is the dist/dev/tapestry folder.

The files can then be manually added and committed.

Following a successful release, the files can then be moved from
dist/dev/tapestry to dist/release/tapestry and committed again.

I'm not too keen on having the build automatically add the files and commit
to SVN, though that could be automated.


On Tue, Dec 30, 2014 at 8:12 AM, Howard Lewis Ship <hl...@gmail.com> wrote:

> Did that affect the build?  It seems like the upload to Nexus works, but
> the upload of source/binary/doc artifacts fails.
>
> The build currently uses the same userName/password for both, does this
> need to change?
>
> It's interesting that the final files are now distributed using svnpubsub
> ... that means in order to upload a release, I'll need to SVN commit to
> https://dist.apache.org/repos/dist/release/tapestry.
>
> There's also a https://dist.apache.org/repos/dist/dev/tapestry repository
> for development releases, expressly for sharing files that are to be voted
> on.
>
>
> On Mon, Dec 29, 2014 at 6:06 PM, Kalle Korhonen <
> kalle.o.korhonen@gmail.com> wrote:
>
>> On Mon, Dec 29, 2014 at 5:06 PM, Howard Lewis Ship <hl...@gmail.com>
>> wrote:
>>
>> > :uploadArtifacts FAILED
>> > FAILURE: Build failed with an exception.
>> > * Where:
>> > Script '/Users/hlship/workspaces/tapestry/tapestry5/ssh.gradle' line: 63
>> > * What went wrong:
>> > Execution failed for task ':uploadArtifacts'.
>> > > com.jcraft.jsch.JSchException: Auth fail
>> > I guess I'll dig into this tomorrow. Has anyone else seen this?
>> >
>>
>> Have you set up the keys and/or password to access your private key? Only
>> allowed authentication method to people.apache.org is now with keys. I
>> mentioned that when I did the last 5.2.x release.
>>
>> Kalle
>>
>>
>> >
>> > --
>> > Howard M. Lewis Ship
>> >
>> > Creator of Apache Tapestry
>> >
>> > The source for Tapestry training, mentoring and support. Contact me to
>> > learn how I can get you up and productive in Tapestry fast!
>> >
>> > (971) 678-5210
>> > http://howardlewisship.com
>> > @hlship
>> >
>>
>
>
>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
> @hlship
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com
@hlship

Re: auth fail uploading to apache

Posted by Howard Lewis Ship <hl...@gmail.com>.
Did that affect the build?  It seems like the upload to Nexus works, but
the upload of source/binary/doc artifacts fails.

The build currently uses the same userName/password for both, does this
need to change?

It's interesting that the final files are now distributed using svnpubsub
... that means in order to upload a release, I'll need to SVN commit to
https://dist.apache.org/repos/dist/release/tapestry.

There's also a https://dist.apache.org/repos/dist/dev/tapestry repository
for development releases, expressly for sharing files that are to be voted
on.


On Mon, Dec 29, 2014 at 6:06 PM, Kalle Korhonen <ka...@gmail.com>
wrote:

> On Mon, Dec 29, 2014 at 5:06 PM, Howard Lewis Ship <hl...@gmail.com>
> wrote:
>
> > :uploadArtifacts FAILED
> > FAILURE: Build failed with an exception.
> > * Where:
> > Script '/Users/hlship/workspaces/tapestry/tapestry5/ssh.gradle' line: 63
> > * What went wrong:
> > Execution failed for task ':uploadArtifacts'.
> > > com.jcraft.jsch.JSchException: Auth fail
> > I guess I'll dig into this tomorrow. Has anyone else seen this?
> >
>
> Have you set up the keys and/or password to access your private key? Only
> allowed authentication method to people.apache.org is now with keys. I
> mentioned that when I did the last 5.2.x release.
>
> Kalle
>
>
> >
> > --
> > Howard M. Lewis Ship
> >
> > Creator of Apache Tapestry
> >
> > The source for Tapestry training, mentoring and support. Contact me to
> > learn how I can get you up and productive in Tapestry fast!
> >
> > (971) 678-5210
> > http://howardlewisship.com
> > @hlship
> >
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com
@hlship

Re: auth fail uploading to apache

Posted by Kalle Korhonen <ka...@gmail.com>.
On Mon, Dec 29, 2014 at 5:06 PM, Howard Lewis Ship <hl...@gmail.com> wrote:

> :uploadArtifacts FAILED
> FAILURE: Build failed with an exception.
> * Where:
> Script '/Users/hlship/workspaces/tapestry/tapestry5/ssh.gradle' line: 63
> * What went wrong:
> Execution failed for task ':uploadArtifacts'.
> > com.jcraft.jsch.JSchException: Auth fail
> I guess I'll dig into this tomorrow. Has anyone else seen this?
>

Have you set up the keys and/or password to access your private key? Only
allowed authentication method to people.apache.org is now with keys. I
mentioned that when I did the last 5.2.x release.

Kalle


>
> --
> Howard M. Lewis Ship
>
> Creator of Apache Tapestry
>
> The source for Tapestry training, mentoring and support. Contact me to
> learn how I can get you up and productive in Tapestry fast!
>
> (971) 678-5210
> http://howardlewisship.com
> @hlship
>