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

Subclipse on WinXP via SSH

From: Becker, Thomas, VF-DE <thomas.becker_at_vodafone.com>
Date: 2004-11-25 10:36:41 CET

Hey everybody,

I got my subversion working fine on a debian box via ssh. But I can't
get Subclipse to work from my WinXP Client. I use Eclipse 3.1M3

Could you please give me a clue, which ssh client is recommended to use?
Which environment variables have to be set on the system and if there're
any special settings in subclipse which I might have forgotten.

I entered this URL to subclipse:

svn+ssh://host/var/lib/subversion
Rooturl:
svn+ssh://power/

And here's the error message from .log (Eclipse):

!SESSION 2004-11-25 09:54:23.151
-----------------------------------------------
eclipse.buildId=I200411050810
java.version=1.4.2_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE

!ENTRY com.objfac.xmleditor 4 4 2004-11-25 09:54:23.167
!MESSAGE Internal Error
!STACK 0
java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at sun.net.NetworkClient.doConnect(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.openServer(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.<init>(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at sun.net.www.http.HttpClient.New(Unknown Source)
        at
sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
        at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown
Source)
        at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
Source)
        at java.net.URL.openStream(Unknown Source)
        at
com.objfac.xml.io.DefaultDocumentReaderFactory.getInputStream(DefaultDoc
umentReaderFactory.java)
        at
com.objfac.xml.io.DefaultDocumentReaderFactory.getReader(DefaultDocument
ReaderFactory.java)
        at
com.objfac.xml.io.DocumentCache.getContents(DocumentCache.java)
        at
com.objfac.xml.schema.impl.ExternalEntity.getContents(ExternalEntity.jav
a)
        at
com.objfac.xmleditor.xerces.CacheEntityResolver.internalResolve(CacheEnt
ityResolver.java)
        at
com.objfac.xmleditor.xerces.CacheEntityResolver.resolveEntity(CacheEntit
yResolver.java)
        at
org.apache.xerces.util.EntityResolverWrapper.resolveEntity(EntityResolve
rWrapper.java)
        at
org.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.j
ava)
        at
org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(XML
DocumentScannerImpl.java)
        at
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDo
cumentFragmentScannerImpl.java)
        at
org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.ja
va)
        at
org.apache.xerces.parsers.XML11Configuration.parse(XML11Configuration.ja
va)
        at org.apache.xerces.parsers.XMLParser.parse(XMLParser.java)
        at
org.apache.xerces.parsers.AbstractSAXParser.parse(AbstractSAXParser.java
)
        at
com.objfac.xmleditor.xerces.DTDValidator.validate(DTDValidator.java)
        at
com.objfac.xmleditor.validate.XMLValidationShell.xercesValidate(XMLValid
ationShell.java)
        at
com.objfac.xmleditor.validate.XMLValidationShell.backgroundValidate(XMLV
alidationShell.java)
        at com.objfac.xmleditor.BaseEditor$1.run(BaseEditor.java)
        at java.lang.Thread.run(Unknown Source)

I really hope someone could give me an idea where to search for the
error. I googled and searched the mailinglist with no success.

Thx in advance,
Thomas
Received on Thu Nov 25 20:36:41 2004

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.