[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: Malformed network data" on Commit

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-05-01 19:40:45 CEST

Hello,

Please set JDK log level to FINEST (JDK_HOME/jre/lib/logging.properties) and
make it log debug messages to file (configurable in the same file). Then run
Eclipse and attempt to commit. JavaSVN will log network negotiations into
the debug log file, please send it to me - it will probably help to
understand exact reason of the problem.

Also, if possible, please check server-side sshd logs for errors.

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Bradley Wagner [mailto:bradley.wagner@hannonhill.com]
> Sent: Monday, May 01, 2006 18:49
> To: users@subclipse.tigris.org
> Cc: hh-programmers@hannonhill.com
> Subject: [Subclipse-users] "svn: Malformed network data" on Commit
>
> Hi,
> I'm having a problem using svn+ssh over the JavaSVN adapter
> in Subclipse on Windows XP. I'm able to view the repository
> and even check out from the repository. But, when I go to
> commit, I get the error in the subject. My Eclipse error log
> has the following exception:
>
> org.tigris.subversion.svnclientadapter.SVNClientException:
> org.tigris.subversion.javahl.ClientException: svn: Malformed
> network data at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClien
> tAdapter.g
> etLogMessages(AbstractJhlClientAdapter.java:1784)
> at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClien
> tAdapter.g
> etLogMessages(AbstractJhlClientAdapter.java:1803)
> at org.tigris.subversion.subclipse.core.commands.GetLogsCommand.run
> (GetLogsCommand.java:73)
> at
> org.tigris.subversion.subclipse.core.resources.RemoteResource.
> getLogEntr
> ies(RemoteResource.java:211)
> at org.tigris.subversion.subclipse.ui.history.HistoryView
> $FetchLogEntriesJob.run(HistoryView.java:1489)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)
> Caused by: org.tigris.subversion.javahl.ClientException: svn:
> Malformed network data
> at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException
> (JavaHLObjectFactory.java:435)
> at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException
> (SVNClientImpl.java:1208)
> at org.tmatesoft.svn.core.javahl.SVNClientImpl.logMessages
> (SVNClientImpl.java:279)
> at
> org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClien
> tAdapter.g
> etLogMessages(AbstractJhlClientAdapter.java:1775)
> ... 5 more
>
> I read a thread about this being related to certain .dot
> files in the user's home directory on the SVN server machine.
> However, users that work on other machines produce this error
> on this particular client machine. In other words, the same
> SSH users are able to checkout/ commit correctly on other
> machines over Subclipse but not on this client machine.
>
> In addition, it seems to happen on commit and when trying to
> view revision history of files in the SVN Repository
> Explorer, but not when simply browsing the respository
> hierarchy or checking out.
>
> I have tried re-installing Eclipse fresh, re-installing
> subclipse fresh, removing the Subversion directory from my
> Application Data folder and removing the ssh directory from
> Windows profile.
>
> Any help will be appreciated.
>
> Thanks,
> Bradley
>
> --
> Bradley Mitchell Wagner
> Software Developer
>
>
>
> ---------------------------------------------------------------------
> 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 May 1 19:42:56 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.