[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-users] svn+ssh causes "Malformed network data"

From: Rudolf Pfister <rudolf.pfister_at_vr-web.de>
Date: 2006-02-06 21:51:41 CET

Hello Alexander,

I added the log-file you asked for as attachemnt.

The sceneario:
- Starting eclipse
- Try to add an URL in form svn+ssh://<hostname>/<repos-path>
  => The error message occurs without dialog 'Enter SSH Credentials'
(May be that the password is already stored locally)
- Try to add an URL in form svn+ssh://<ip-address>/<repos-path>
  => The dialog 'Enter SSH Credentials' appears.
- Try to use an incorrect password and click o.k.
  => The dialog 'Enter SSH Credentials' appears again
- Try to use the correct password and click o.k.
  => The error message occurs

The step with the incorrect password shows to me, that the
authentification works fine.

Little correction to the JDK I use, it's 1.5.0_06

Rudolf

Alexander Kitaev schrieb:
> Hello Rudolf,
>
> Could you please get JavaSVN debug log and send it to me? To get JavaSVN
> debug log, please alter you JDK_HOME/jre/lib/logging.properties, so that
> javasvn log level is set to "FINEST" and file log handler (file output) is
> enabled. Then restart Eclipse.
>
> Something like (comment out all other lines):
>
> javasvn.level=FINEST
> handlers = java.util.logging.FileHandler
>
> java.util.logging.FileHandler.pattern = %h/javasvn.%u.log
> java.util.logging.FileHandler.limit = 0
> java.util.logging.FileHandler.count = 1
> java.util.logging.FileHandler.append = true
>
> Alexander Kitaev,
> TMate Software,
> http://tmate.org/
> http://jetbrains.com/tmate/
>
>> -----Original Message-----
>> From: Rudolf Pfister [mailto:rudolf.pfister@vr-web.de]
>> Sent: Monday, February 06, 2006 12:13 AM
>> To: users@subclipse.tigris.org
>> Subject: [Subclipse-users] svn+ssh causes "Malformed network data"
>>
>> Hello,
>>
>> When I try to create an ssh connection I get following error message:
>> "Malformed network data"
>>
>> The step I do:
>> - Right mouse klick in SVN Repository
>> - Select 'New / Repository location'
>> - Fill in the URL in the opened dialog: svn+ssh://<host>/<repos>
>> - Clicked 'Finish'
>> - Dialog 'Enter SSH Credentials' pops up with following data:
>> Repository : svn+ssh://<host>
>> Username : <user>
>> Authentication
>> x Use password authentication (<- is selected)
>> o Use private key authentication
>> Password : <empty>
>> Key file : <empty> (disabled)
>> Passphrase : <empty> (disabled)
>> Port number: 22
>>
>> - After inserting my password the OK-Button is enabled.
>> - OK klicked
>> - A dialog appears with following text:
>> Error validating location:
>> "org.tigris.subversion.javahl.ClientException: svn: Malformed
>> network data"
>>
>> Keep location anyway?
>>
>> - When clicking 'no', nothing is done.
>> - When clicking 'yes', a connection is added, but doesn't work.
>>
>> If I use URL svn://<host>/<repos> it works fine (, of course
>> without Dialog 'Enter SSH Credentials').
>>
>> When using the URL svn+ssh://<host>/<repos> with the svn
>> command it works fine too.
>>
>> I'm using
>> - Linux (SuSE 10)
>> - Eclipse 3.1.1 (Java 1.4.2_06)
>> - Subversion 1.2.3
>> - Subclipse 0.9.104 (JavaSVN is set in the Preferences)
>>
>> Rudolf
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
>> For additional commands, e-mail: users-help@subclipse.tigris.org
>>
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org

Received on Mon Feb 6 21:53:11 2006

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.