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

[Subclipse-users] subclipse+JavaHL and svn+ssh scheme does not prompt for login data

From: Marcel Patzlaff <marcel.patzlaff_at_dai-labor.de>
Date: 2006-10-25 02:10:18 CEST

Hi folks.

First I provide some information about my system:

* Debian System with Kernel 2.6.8-2-386 [prepackaged]
* Subversion - Version 1.4.0 (r21228) [prepackaged]
* Subversion Java Bindings (JavaHL) - Version: 1.4.0-5 [prepackaged]
* Eclipse Version 3.2.1 - Build ID M20060921-0945 [manual installation]
* SecureSHell - OpenSSH_4.3p2 Debian-5, OpenSSL 0.9.8c 05 Sep 2006

The project was checked out with the commandline svn tool and was later imported to the eclipse workspace. The repository location was recognized correctly and can be seen in the "SVN Repository" view.

Every action, that needs communication with my remote repository (e.g. update, commit etc) terminates with:

<--
org.tigris.subversion.svnclientadapter.SVNClientException: org.tigris.subversion.javahl.ClientException: Netzwerkverbindung wurde unerwartet geschlossen.
svn: Netzwerkverbindung wurde unerwartet geschlossen.
at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:830)
at org.tigris.subversion.subclipse.core.commands.UpdateResourcesCommand.run(UpdateResourcesCommand.java:66)
at org.tigris.subversion.subclipse.ui.operations.UpdateOperation.execute(UpdateOperation.java:70)
at org.tigris.subversion.subclipse.ui.operations.RepositoryProviderOperation.execute(RepositoryProviderOperation.java:68)
at org.tigris.subversion.subclipse.ui.operations.SVNOperation.run(SVNOperation.java:89)
at org.eclipse.team.internal.ui.actions.JobRunnableContext.run(JobRunnableContext.java:144)
at org.eclipse.team.internal.ui.actions.JobRunnableContext$ResourceJob.runInWorkspace(JobRunnableContext.java:72)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
Caused by: org.tigris.subversion.javahl.ClientException: Netzwerkverbindung wurde unerwartet geschlossen.
svn: Netzwerkverbindung wurde unerwartet geschlossen.
at org.tigris.subversion.javahl.SVNClient.update(Native Method)
at org.tigris.subversion.javahl.SVNClient.update(SVNClient.java:387)
at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.update(AbstractJhlClientAdapter.java:827)
... 8 more
-->

After several google invocations took place, I got the idea to start eclipse out of an xterm to see some exceptions or other debug informations. Then I did the same procedure as mentioned before and saw the usual ssh login prompt. If I type my login data there, subclipse can proceed...

I hope I didn't forget something.

Greetings,
Marcel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Oct 25 02:12:29 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.