Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » authentication cancelled error
authentication cancelled error [message #521825] Thu, 18 March 2010 19:45 Go to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
Hello,

I am getting the following error when using svn readerType in my rmap. This happens under hudson.
 ERROR   org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: svn: authentication cancelled


I've searched for possible solutions, but can't seem to find one.

thanks,
Alex


[Updated on: Thu, 18 March 2010 19:56]

Report message to a moderator

Re: authentication cancelled error [message #531318 is a reply to message #521825] Tue, 04 May 2010 14:33 Go to previous messageGo to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
I still can't find solution for this. Has anybody seen this error before?

thanks,
Alex
Re: authentication cancelled error [message #531369 is a reply to message #531318] Tue, 04 May 2010 15:44 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Hi,
It suggest that something is wrong on the client side. Is this a
headless configuration or in the IDE? Does it work in the IDE but not
headless?

I would expect this error to appear if being prompted for password but
canceling the prompt.

Does this give any clues?

- henrik

On 5/4/10 4:33 PM, Alex wrote:
> I still can't find solution for this. Has anybody seen this error before?
>
> thanks,
> Alex
Re: authentication cancelled error [message #531373 is a reply to message #531369] Tue, 04 May 2010 16:10 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Chatted with Alex on IRC, and issue was that headless use did not
include user name and password.

Suggested use of svn+ssh scheme to avoid having to have passwords in
clear text in scripts/command line.

- henrik

On 5/4/10 5:44 PM, Henrik Lindberg wrote:
> Hi,
> It suggest that something is wrong on the client side. Is this a
> headless configuration or in the IDE? Does it work in the IDE but not
> headless?
>
> I would expect this error to appear if being prompted for password but
> canceling the prompt.
>
> Does this give any clues?
>
> - henrik
>
> On 5/4/10 4:33 PM, Alex wrote:
>> I still can't find solution for this. Has anybody seen this error before?
>>
>> thanks,
>> Alex
>
Re: authentication cancelled error [message #531939 is a reply to message #531373] Thu, 06 May 2010 14:43 Go to previous messageGo to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
Sorry, forgot to reply here. Henrik is a great resource and the svn+ssh solution works perfectly and most of all secure.

thanks!
Alex
Re: authentication cancelled error [message #557271 is a reply to message #531939] Mon, 06 September 2010 11:51 Go to previous messageGo to next message
Tomsen  is currently offline Tomsen Friend
Messages: 42
Registered: July 2010
Member
Alex, how exactly did you do this?
Maybe this helps me as well.

-thomas
Re: authentication cancelled error [message #557295 is a reply to message #557271] Mon, 06 September 2010 14:16 Go to previous messageGo to next message
Henrik Lindberg is currently offline Henrik LindbergFriend
Messages: 2509
Registered: July 2009
Senior Member
Here is a basic outline of what you need to do:
- Make sure that you can ssh to the SVN machine
- Make sure the user Hudson/Build is executing as can ssh to the SVN machine
- Give the Hudson/Build user access to SVN
- switch to using svn+ssh scheme for SVN URLs - access is then via ssh
with the current user's public key

There is lots of information on the net how to configure ssh for various
platforms, setting up keys etc, and for configuring SVN with ssh (if not
already done). If you are on a unix platform (linus, osx, etc) you
already have everything you need - on windows a bit more work is required.

Regards
- henrik

On 9/6/10 1:51 PM, Tomsen wrote:
> Alex, how exactly did you do this? Maybe this helps me as well.
> -thomas
Re: authentication cancelled error [message #557589 is a reply to message #557295] Wed, 08 September 2010 08:19 Go to previous message
Tomsen  is currently offline Tomsen Friend
Messages: 42
Registered: July 2010
Member
Thanks Henrik,
the SVN lives on Windows Smile Don't know how that could happen.
I might first try to use Subversive with Buckminster to get results fast.

regards

Thomas

EDIT Following the advice here http://www.eclipse.org/forums/index.php?t=msg&goto=533160&
to replace Subclipse with subversive and I can checkout and build for now.

[Updated on: Wed, 08 September 2010 11:53]

Report message to a moderator

Previous Topic:Insert plugin full version in java source file
Next Topic:"No suitable provider" error with svn provider
Goto Forum:
  


Current Time: Wed Apr 24 20:22:30 GMT 2024

Powered by FUDForum. Page generated in 0.02757 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top