You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by Sean Owen <sr...@gmail.com> on 2010/10/20 14:42:08 UTC

Error in release process

OK, I'm in the release process. All is fine until the end. While I myself
try to figure out what's up I wonder if anyone can figure what this likely
points to?

[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /Users/srowen/Documents/Development/Mahout
&& svn --username srowen --non-interactive commit --file
/var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
--targets
/var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
[INFO] Working directory: /Users/srowen/Documents/Development/Mahout
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Unable to commit files
Provider message:
The svn command failed.
Command output:
svn: Commit failed (details follow):
svn: MKACTIVITY of
'/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': authorization
failed: Could not authenticate to server: rejected Basic challenge (
https://svn.apache.org)

Re: Error in release process

Posted by Sean Owen <sr...@gmail.com>.
Bingo, thanks Manuel. That seems to be the workaround I need. I am
proceeding with the build.

On Thu, Oct 21, 2010 at 1:33 PM, Manuel Blechschmidt <
Manuel.Blechschmidt@gmx.de> wrote:
>
> Actually I just found the following work around on the internet:
>
> http://www.rosshuggett.com/2010/06/solution-to-svn-authorization-failed.html
>
> Just specify the username and password on the command line:
> mvn release:prepare -Dusername=[username] -Dpassword=[password]
>
>

Re: Error in release process

Posted by Manuel Blechschmidt <Ma...@gmx.de>.
Hi Sean,

On 21.10.2010, at 08:43, Sean Owen wrote:

> I'm using a Mac (10.6), and the standard svn command. The password is
> correct in keychain. I don't believe it's a temp-file issue as the error
> concerns authentication to svn.apache.org.
> 
> Really, I just need someone to run the release:prepare step and perhaps the
> next one so we can vote. The rest I can still take.
> 
> I'm still trying stuff as I have any bright idea but I can't figure out why
> it's not authenticating. Hack workarounds are welcome. Like, can I force a
> password to svn in here somewhere?


Actually I just found the following work around on the internet:
http://www.rosshuggett.com/2010/06/solution-to-svn-authorization-failed.html

Just specify the username and password on the command line:
mvn release:prepare -Dusername=[username] -Dpassword=[password] 

/Manuel

> 
> On Thu, Oct 21, 2010 at 3:14 AM, Benson Margulies <bi...@gmail.com>wrote:
> 
>> Are you using the svn from Apple or another? Is the right password
>> there in Keychain Access?
>> 
>> On Wed, Oct 20, 2010 at 10:10 PM, Drew Farris <dr...@apache.org> wrote:
>>> On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com>
>> wrote:
>>>> The cache is always in your home dir, not in the release dir.
>>>> 
>>>> What sort of computer are you doing this on?
>>>> 
>>> 
>>> From the paths, it looks like it could be a mac.
>>> /Users/srowen/Documents - For some reason with Java 6 on the mac, the
>>> temporary directories are a little strange, it could be causing a
>>> problem.
>>> 
>>> e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-
>>> 
>>> It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other
>>> options in MAVEN_OPTS
>>> 
>>> e.g:
>>> export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"
>>> 
>> 


Re: Error in release process

Posted by Benson Margulies <bi...@gmail.com>.
Unfortunately, tests fail for me.

Tests in error:
  testGatherInfos(org.apache.mahout.ga.watchmaker.cd.tool.CDInfosToolTest)
  testEvaluate(org.apache.mahout.ga.watchmaker.cd.hadoop.CDMahoutEvaluatorTest)




On Thu, Oct 21, 2010 at 8:12 AM, Benson Margulies <bi...@gmail.com> wrote:
> I'm running the release.
>
> On Thu, Oct 21, 2010 at 2:43 AM, Sean Owen <sr...@gmail.com> wrote:
>> I'm using a Mac (10.6), and the standard svn command. The password is
>> correct in keychain. I don't believe it's a temp-file issue as the error
>> concerns authentication to svn.apache.org.
>>
>> Really, I just need someone to run the release:prepare step and perhaps the
>> next one so we can vote. The rest I can still take.
>>
>> I'm still trying stuff as I have any bright idea but I can't figure out why
>> it's not authenticating. Hack workarounds are welcome. Like, can I force a
>> password to svn in here somewhere?
>>
>> On Thu, Oct 21, 2010 at 3:14 AM, Benson Margulies <bi...@gmail.com>wrote:
>>
>>> Are you using the svn from Apple or another? Is the right password
>>> there in Keychain Access?
>>>
>>> On Wed, Oct 20, 2010 at 10:10 PM, Drew Farris <dr...@apache.org> wrote:
>>> > On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com>
>>> wrote:
>>> >> The cache is always in your home dir, not in the release dir.
>>> >>
>>> >> What sort of computer are you doing this on?
>>> >>
>>> >
>>> > From the paths, it looks like it could be a mac.
>>> > /Users/srowen/Documents - For some reason with Java 6 on the mac, the
>>> > temporary directories are a little strange, it could be causing a
>>> > problem.
>>> >
>>> > e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-
>>> >
>>> > It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other
>>> > options in MAVEN_OPTS
>>> >
>>> > e.g:
>>> > export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"
>>> >
>>>
>>
>

Re: Error in release process

Posted by Benson Margulies <bi...@gmail.com>.
I'm running the release.

On Thu, Oct 21, 2010 at 2:43 AM, Sean Owen <sr...@gmail.com> wrote:
> I'm using a Mac (10.6), and the standard svn command. The password is
> correct in keychain. I don't believe it's a temp-file issue as the error
> concerns authentication to svn.apache.org.
>
> Really, I just need someone to run the release:prepare step and perhaps the
> next one so we can vote. The rest I can still take.
>
> I'm still trying stuff as I have any bright idea but I can't figure out why
> it's not authenticating. Hack workarounds are welcome. Like, can I force a
> password to svn in here somewhere?
>
> On Thu, Oct 21, 2010 at 3:14 AM, Benson Margulies <bi...@gmail.com>wrote:
>
>> Are you using the svn from Apple or another? Is the right password
>> there in Keychain Access?
>>
>> On Wed, Oct 20, 2010 at 10:10 PM, Drew Farris <dr...@apache.org> wrote:
>> > On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com>
>> wrote:
>> >> The cache is always in your home dir, not in the release dir.
>> >>
>> >> What sort of computer are you doing this on?
>> >>
>> >
>> > From the paths, it looks like it could be a mac.
>> > /Users/srowen/Documents - For some reason with Java 6 on the mac, the
>> > temporary directories are a little strange, it could be causing a
>> > problem.
>> >
>> > e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-
>> >
>> > It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other
>> > options in MAVEN_OPTS
>> >
>> > e.g:
>> > export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"
>> >
>>
>

Re: Error in release process

Posted by Sean Owen <sr...@gmail.com>.
I'm using a Mac (10.6), and the standard svn command. The password is
correct in keychain. I don't believe it's a temp-file issue as the error
concerns authentication to svn.apache.org.

Really, I just need someone to run the release:prepare step and perhaps the
next one so we can vote. The rest I can still take.

I'm still trying stuff as I have any bright idea but I can't figure out why
it's not authenticating. Hack workarounds are welcome. Like, can I force a
password to svn in here somewhere?

On Thu, Oct 21, 2010 at 3:14 AM, Benson Margulies <bi...@gmail.com>wrote:

> Are you using the svn from Apple or another? Is the right password
> there in Keychain Access?
>
> On Wed, Oct 20, 2010 at 10:10 PM, Drew Farris <dr...@apache.org> wrote:
> > On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com>
> wrote:
> >> The cache is always in your home dir, not in the release dir.
> >>
> >> What sort of computer are you doing this on?
> >>
> >
> > From the paths, it looks like it could be a mac.
> > /Users/srowen/Documents - For some reason with Java 6 on the mac, the
> > temporary directories are a little strange, it could be causing a
> > problem.
> >
> > e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-
> >
> > It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other
> > options in MAVEN_OPTS
> >
> > e.g:
> > export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"
> >
>

Re: Error in release process

Posted by Benson Margulies <bi...@gmail.com>.
Are you using the svn from Apple or another? Is the right password
there in Keychain Access?

On Wed, Oct 20, 2010 at 10:10 PM, Drew Farris <dr...@apache.org> wrote:
> On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com> wrote:
>> The cache is always in your home dir, not in the release dir.
>>
>> What sort of computer are you doing this on?
>>
>
> From the paths, it looks like it could be a mac.
> /Users/srowen/Documents - For some reason with Java 6 on the mac, the
> temporary directories are a little strange, it could be causing a
> problem.
>
> e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-
>
> It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other
> options in MAVEN_OPTS
>
> e.g:
> export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"
>

Re: Error in release process

Posted by Ted Dunning <te...@gmail.com>.
I believe that is what Sean uses.  At least, the time I met him, that is
what he had.

On Wed, Oct 20, 2010 at 7:10 PM, Drew Farris <dr...@apache.org> wrote:

> On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com>
> wrote:
> > The cache is always in your home dir, not in the release dir.
> >
> > What sort of computer are you doing this on?
> >
>
> From the paths, it looks like it could be a mac.
>

Re: Error in release process

Posted by Drew Farris <dr...@apache.org>.
On Wed, Oct 20, 2010 at 8:15 PM, Benson Margulies <bi...@gmail.com> wrote:
> The cache is always in your home dir, not in the release dir.
>
> What sort of computer are you doing this on?
>

>From the paths, it looks like it could be a mac.
/Users/srowen/Documents - For some reason with Java 6 on the mac, the
temporary directories are a little strange, it could be causing a
problem.

e.g: /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-

It is likely worth adding -Djava.io.tmpdir=/var/tmp to the other
options in MAVEN_OPTS

e.g:
export MAVEN_OPTS="-Xmx1024m -Djava.io.tmpdir=/var/tmp"

Re: Error in release process

Posted by Benson Margulies <bi...@gmail.com>.
The cache is always in your home dir, not in the release dir.

What sort of computer are you doing this on?

On Wed, Oct 20, 2010 at 7:15 PM, Ted Dunning <te...@gmail.com> wrote:
> This sounds like the release directory doesn't have a properly cached SVN
> password.  I wonder if a cleverly placced svn login might help.
>
> Is this release being done from a clean directory?  Or from the directory
> that you normally use to do development?
>
> On Wed, Oct 20, 2010 at 1:56 PM, Sean Owen <sr...@gmail.com> wrote:
>
>> Yeah I just double-checked that my SVN password is the same as the LDAP
>> password. I'm stumped... I can commit fine from the command line, so it
>> seems svn knows how to authenticate to svn.apache.org by itself. I wonder
>> if
>> it's somehow permissions at issue, or if the authentication style (HTTP
>> BASIC?) is not liked. I really don't know.
>>
>> Well I'll keep banging on it, searching the web too.
>>
>> On Wed, Oct 20, 2010 at 9:36 PM, Grant Ingersoll <gsingers@apache.org
>> >wrote:
>>
>> >
>> > On Oct 20, 2010, at 4:03 PM, Sean Owen wrote:
>> >
>> > > No luck yet, I suppose I don't understand what is being logged into and
>> > how
>> > > in that phase.
>> > > Yes my password is definitely the same one used to log in to, say,
>> > > people.apache.org. And my passphrase key is correct.
>> > > I do wonder if this has anything to do with that password change
>> business
>> > a
>> > > while ago, but think that was before 0.3?
>> >
>> > It should be your SVN password.
>> >
>> > >
>> > > On Wed, Oct 20, 2010 at 9:00 PM, Grant Ingersoll <gsingers@apache.org
>> > >wrote:
>> > >
>> > >> Any luck?  I might have some time tomorrow morning, but likely not
>> until
>> > >> Friday.  Are you sure your settings.xml passphrase is correct, etc?
>> > >>
>> > >> On Oct 20, 2010, at 8:42 AM, Sean Owen wrote:
>> > >>
>> > >>> OK, I'm in the release process. All is fine until the end. While I
>> > myself
>> > >>> try to figure out what's up I wonder if anyone can figure what this
>> > >> likely
>> > >>> points to?
>> > >>>
>> > >>> [INFO] Checking in modified POMs...
>> > >>> [INFO] Executing: /bin/sh -c cd
>> > >> /Users/srowen/Documents/Development/Mahout
>> > >>> && svn --username srowen --non-interactive commit --file
>> > >>>
>> > >>
>> >
>> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
>> > >>> --targets
>> > >>>
>> > >>
>> >
>> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
>> > >>> [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
>> > >>> [INFO]
>> > >>>
>> > ------------------------------------------------------------------------
>> > >>> [ERROR] BUILD FAILURE
>> > >>> [INFO]
>> > >>>
>> > ------------------------------------------------------------------------
>> > >>> [INFO] Unable to commit files
>> > >>> Provider message:
>> > >>> The svn command failed.
>> > >>> Command output:
>> > >>> svn: Commit failed (details follow):
>> > >>> svn: MKACTIVITY of
>> > >>> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688':
>> > authorization
>> > >>> failed: Could not authenticate to server: rejected Basic challenge (
>> > >>> https://svn.apache.org)
>> > >>
>> > >>
>> > >>
>> >
>> > --------------------------
>> > Grant Ingersoll
>> > http://www.lucidimagination.com
>> >
>> >
>>
>

Re: Error in release process

Posted by Ted Dunning <te...@gmail.com>.
This sounds like the release directory doesn't have a properly cached SVN
password.  I wonder if a cleverly placced svn login might help.

Is this release being done from a clean directory?  Or from the directory
that you normally use to do development?

On Wed, Oct 20, 2010 at 1:56 PM, Sean Owen <sr...@gmail.com> wrote:

> Yeah I just double-checked that my SVN password is the same as the LDAP
> password. I'm stumped... I can commit fine from the command line, so it
> seems svn knows how to authenticate to svn.apache.org by itself. I wonder
> if
> it's somehow permissions at issue, or if the authentication style (HTTP
> BASIC?) is not liked. I really don't know.
>
> Well I'll keep banging on it, searching the web too.
>
> On Wed, Oct 20, 2010 at 9:36 PM, Grant Ingersoll <gsingers@apache.org
> >wrote:
>
> >
> > On Oct 20, 2010, at 4:03 PM, Sean Owen wrote:
> >
> > > No luck yet, I suppose I don't understand what is being logged into and
> > how
> > > in that phase.
> > > Yes my password is definitely the same one used to log in to, say,
> > > people.apache.org. And my passphrase key is correct.
> > > I do wonder if this has anything to do with that password change
> business
> > a
> > > while ago, but think that was before 0.3?
> >
> > It should be your SVN password.
> >
> > >
> > > On Wed, Oct 20, 2010 at 9:00 PM, Grant Ingersoll <gsingers@apache.org
> > >wrote:
> > >
> > >> Any luck?  I might have some time tomorrow morning, but likely not
> until
> > >> Friday.  Are you sure your settings.xml passphrase is correct, etc?
> > >>
> > >> On Oct 20, 2010, at 8:42 AM, Sean Owen wrote:
> > >>
> > >>> OK, I'm in the release process. All is fine until the end. While I
> > myself
> > >>> try to figure out what's up I wonder if anyone can figure what this
> > >> likely
> > >>> points to?
> > >>>
> > >>> [INFO] Checking in modified POMs...
> > >>> [INFO] Executing: /bin/sh -c cd
> > >> /Users/srowen/Documents/Development/Mahout
> > >>> && svn --username srowen --non-interactive commit --file
> > >>>
> > >>
> >
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
> > >>> --targets
> > >>>
> > >>
> >
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
> > >>> [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
> > >>> [INFO]
> > >>>
> > ------------------------------------------------------------------------
> > >>> [ERROR] BUILD FAILURE
> > >>> [INFO]
> > >>>
> > ------------------------------------------------------------------------
> > >>> [INFO] Unable to commit files
> > >>> Provider message:
> > >>> The svn command failed.
> > >>> Command output:
> > >>> svn: Commit failed (details follow):
> > >>> svn: MKACTIVITY of
> > >>> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688':
> > authorization
> > >>> failed: Could not authenticate to server: rejected Basic challenge (
> > >>> https://svn.apache.org)
> > >>
> > >>
> > >>
> >
> > --------------------------
> > Grant Ingersoll
> > http://www.lucidimagination.com
> >
> >
>

Re: Error in release process

Posted by Sean Owen <sr...@gmail.com>.
Yeah I just double-checked that my SVN password is the same as the LDAP
password. I'm stumped... I can commit fine from the command line, so it
seems svn knows how to authenticate to svn.apache.org by itself. I wonder if
it's somehow permissions at issue, or if the authentication style (HTTP
BASIC?) is not liked. I really don't know.

Well I'll keep banging on it, searching the web too.

On Wed, Oct 20, 2010 at 9:36 PM, Grant Ingersoll <gs...@apache.org>wrote:

>
> On Oct 20, 2010, at 4:03 PM, Sean Owen wrote:
>
> > No luck yet, I suppose I don't understand what is being logged into and
> how
> > in that phase.
> > Yes my password is definitely the same one used to log in to, say,
> > people.apache.org. And my passphrase key is correct.
> > I do wonder if this has anything to do with that password change business
> a
> > while ago, but think that was before 0.3?
>
> It should be your SVN password.
>
> >
> > On Wed, Oct 20, 2010 at 9:00 PM, Grant Ingersoll <gsingers@apache.org
> >wrote:
> >
> >> Any luck?  I might have some time tomorrow morning, but likely not until
> >> Friday.  Are you sure your settings.xml passphrase is correct, etc?
> >>
> >> On Oct 20, 2010, at 8:42 AM, Sean Owen wrote:
> >>
> >>> OK, I'm in the release process. All is fine until the end. While I
> myself
> >>> try to figure out what's up I wonder if anyone can figure what this
> >> likely
> >>> points to?
> >>>
> >>> [INFO] Checking in modified POMs...
> >>> [INFO] Executing: /bin/sh -c cd
> >> /Users/srowen/Documents/Development/Mahout
> >>> && svn --username srowen --non-interactive commit --file
> >>>
> >>
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
> >>> --targets
> >>>
> >>
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
> >>> [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> [ERROR] BUILD FAILURE
> >>> [INFO]
> >>>
> ------------------------------------------------------------------------
> >>> [INFO] Unable to commit files
> >>> Provider message:
> >>> The svn command failed.
> >>> Command output:
> >>> svn: Commit failed (details follow):
> >>> svn: MKACTIVITY of
> >>> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688':
> authorization
> >>> failed: Could not authenticate to server: rejected Basic challenge (
> >>> https://svn.apache.org)
> >>
> >>
> >>
>
> --------------------------
> Grant Ingersoll
> http://www.lucidimagination.com
>
>

Re: Error in release process

Posted by Grant Ingersoll <gs...@apache.org>.
On Oct 20, 2010, at 4:03 PM, Sean Owen wrote:

> No luck yet, I suppose I don't understand what is being logged into and how
> in that phase.
> Yes my password is definitely the same one used to log in to, say,
> people.apache.org. And my passphrase key is correct.
> I do wonder if this has anything to do with that password change business a
> while ago, but think that was before 0.3?

It should be your SVN password.

> 
> On Wed, Oct 20, 2010 at 9:00 PM, Grant Ingersoll <gs...@apache.org>wrote:
> 
>> Any luck?  I might have some time tomorrow morning, but likely not until
>> Friday.  Are you sure your settings.xml passphrase is correct, etc?
>> 
>> On Oct 20, 2010, at 8:42 AM, Sean Owen wrote:
>> 
>>> OK, I'm in the release process. All is fine until the end. While I myself
>>> try to figure out what's up I wonder if anyone can figure what this
>> likely
>>> points to?
>>> 
>>> [INFO] Checking in modified POMs...
>>> [INFO] Executing: /bin/sh -c cd
>> /Users/srowen/Documents/Development/Mahout
>>> && svn --username srowen --non-interactive commit --file
>>> 
>> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
>>> --targets
>>> 
>> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
>>> [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [ERROR] BUILD FAILURE
>>> [INFO]
>>> ------------------------------------------------------------------------
>>> [INFO] Unable to commit files
>>> Provider message:
>>> The svn command failed.
>>> Command output:
>>> svn: Commit failed (details follow):
>>> svn: MKACTIVITY of
>>> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': authorization
>>> failed: Could not authenticate to server: rejected Basic challenge (
>>> https://svn.apache.org)
>> 
>> 
>> 

--------------------------
Grant Ingersoll
http://www.lucidimagination.com


Re: Error in release process

Posted by Sean Owen <sr...@gmail.com>.
No luck yet, I suppose I don't understand what is being logged into and how
in that phase.
Yes my password is definitely the same one used to log in to, say,
people.apache.org. And my passphrase key is correct.
I do wonder if this has anything to do with that password change business a
while ago, but think that was before 0.3?

On Wed, Oct 20, 2010 at 9:00 PM, Grant Ingersoll <gs...@apache.org>wrote:

> Any luck?  I might have some time tomorrow morning, but likely not until
> Friday.  Are you sure your settings.xml passphrase is correct, etc?
>
> On Oct 20, 2010, at 8:42 AM, Sean Owen wrote:
>
> > OK, I'm in the release process. All is fine until the end. While I myself
> > try to figure out what's up I wonder if anyone can figure what this
> likely
> > points to?
> >
> > [INFO] Checking in modified POMs...
> > [INFO] Executing: /bin/sh -c cd
> /Users/srowen/Documents/Development/Mahout
> > && svn --username srowen --non-interactive commit --file
> >
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
> > --targets
> >
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
> > [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Unable to commit files
> > Provider message:
> > The svn command failed.
> > Command output:
> > svn: Commit failed (details follow):
> > svn: MKACTIVITY of
> > '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': authorization
> > failed: Could not authenticate to server: rejected Basic challenge (
> > https://svn.apache.org)
>
>
>

Re: Error in release process

Posted by Drew Farris <dr...@apache.org>.
On Wed, Oct 20, 2010 at 4:00 PM, Grant Ingersoll <gs...@apache.org> wrote:
> Any luck?  I might have some time tomorrow morning, but likely not until Friday.  Are you sure your settings.xml passphrase is correct, etc?

If neither Grant nor Sean can get to it before the weekend, I can
likely give it a shot then.

Re: Error in release process

Posted by Grant Ingersoll <gs...@apache.org>.
Any luck?  I might have some time tomorrow morning, but likely not until Friday.  Are you sure your settings.xml passphrase is correct, etc?

On Oct 20, 2010, at 8:42 AM, Sean Owen wrote:

> OK, I'm in the release process. All is fine until the end. While I myself
> try to figure out what's up I wonder if anyone can figure what this likely
> points to?
> 
> [INFO] Checking in modified POMs...
> [INFO] Executing: /bin/sh -c cd /Users/srowen/Documents/Development/Mahout
> && svn --username srowen --non-interactive commit --file
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
> --targets
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
> [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to commit files
> Provider message:
> The svn command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: MKACTIVITY of
> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': authorization
> failed: Could not authenticate to server: rejected Basic challenge (
> https://svn.apache.org)



Re: Error in release process

Posted by Sean Owen <sr...@gmail.com>.
No luck. It seems to be an authentication error, rather than hiccup. But
I've checked my settings.xml and all the passwords are right. It's set up
per Apache standards AFAIK. ... does anyone know what password it would draw
on, from where, in this operation? or any kind of hack workaround would be
fine.

The rest of the build works fine, no worries. If I can't solve this I may
petition one of you to push the button instead.

On Wed, Oct 20, 2010 at 3:54 PM, Benson Margulies <bi...@gmail.com>wrote:

> This is a serious bad luck fault. Just try again.
>
> On Wed, Oct 20, 2010 at 8:42 AM, Sean Owen <sr...@gmail.com> wrote:
> > OK, I'm in the release process. All is fine until the end. While I myself
> > try to figure out what's up I wonder if anyone can figure what this
> likely
> > points to?
> >
> > [INFO] Checking in modified POMs...
> > [INFO] Executing: /bin/sh -c cd
> /Users/srowen/Documents/Development/Mahout
> > && svn --username srowen --non-interactive commit --file
> >
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
> > --targets
> >
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
> > [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Unable to commit files
> > Provider message:
> > The svn command failed.
> > Command output:
> > svn: Commit failed (details follow):
> > svn: MKACTIVITY of
> > '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': authorization
> > failed: Could not authenticate to server: rejected Basic challenge (
> > https://svn.apache.org)
> >
>

Re: Error in release process

Posted by Benson Margulies <bi...@gmail.com>.
This is a serious bad luck fault. Just try again.

On Wed, Oct 20, 2010 at 8:42 AM, Sean Owen <sr...@gmail.com> wrote:
> OK, I'm in the release process. All is fine until the end. While I myself
> try to figure out what's up I wonder if anyone can figure what this likely
> points to?
>
> [INFO] Checking in modified POMs...
> [INFO] Executing: /bin/sh -c cd /Users/srowen/Documents/Development/Mahout
> && svn --username srowen --non-interactive commit --file
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-1075473530.commit
> --targets
> /var/folders/Rp/RpOD42HPGKir4+X5aGNmrE+++TI/-Tmp-/maven-scm-6951810802069277094-targets
> [INFO] Working directory: /Users/srowen/Documents/Development/Mahout
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Unable to commit files
> Provider message:
> The svn command failed.
> Command output:
> svn: Commit failed (details follow):
> svn: MKACTIVITY of
> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688': authorization
> failed: Could not authenticate to server: rejected Basic challenge (
> https://svn.apache.org)
>

Re: Error in release process

Posted by Sean Owen <sr...@gmail.com>.
Yes it's accessing https://svn.apache.org, evidently. Yes I looked at the
debug output and not much else is of interest. There's a stack trace which
doesn't add any info.

Anyone's welcome to give this a shot to see if it's just me -- I'm on step 9
of the release:
https://cwiki.apache.org/confluence/display/MAHOUT/How+To+Release

(You'd have to go through a few setup steps first.)
Finishing this step doesn't do anything but prepare the release.


On Wed, Oct 20, 2010 at 4:41 PM, Isabel Drost <is...@apache.org> wrote:

> On Wed, 20 Oct 2010 Sean Owen <sr...@gmail.com> wrote:
> > '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688':
> > authorization failed: Could not authenticate to server: rejected
> > Basic challenge ( https://svn.apache.org)
>
> Maybe too trivial a guess but did you check that you aren't using http
> instead of https?
>
> Did you try running maven with -X or -e to get more debugging output?
>
> Isabel
>

Re: Error in release process

Posted by Isabel Drost <is...@apache.org>.
On Wed, 20 Oct 2010 Sean Owen <sr...@gmail.com> wrote:
> '/repos/asf/!svn/act/b1faad73-6ad4-4b7c-b1ad-36e57820d688':
> authorization failed: Could not authenticate to server: rejected
> Basic challenge ( https://svn.apache.org)

Maybe too trivial a guess but did you check that you aren't using http
instead of https?

Did you try running maven with -X or -e to get more debugging output?

Isabel