<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391716#M6995</link>
    <description>Hi 
&lt;BR /&gt;Try to access the url svn+ssh://localhost/var/svn/talend/SHAKTI on browser with your username and password, it should be also accessed in Talend studio if it works on browser. Also, make sure the firewall is closed on windows 7.
&lt;BR /&gt;Shong</description>
    <pubDate>Fri, 20 Jan 2012 06:17:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-20T06:17:07Z</dc:date>
    <item>
      <title>Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391715#M6994</link>
      <description>Hi, 
&lt;BR /&gt;I have just installed TIS Enterprise edition on my machine running Windows 7. I have set up a project in TAC and have clicked advanced settings and entered the relevant svn user and password details. When I launch TIS on my machine and try to connect to the remote project I get an error message and am instructed to go to my log. The log contents are as follows: 
&lt;BR /&gt;org.talend.commons.exception.PersistenceException: Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend/SHAKTI' 
&lt;BR /&gt; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(Unknown Source) 
&lt;BR /&gt; at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.ui.login.LoginDialog$1.run(Unknown Source) 
&lt;BR /&gt; at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 
&lt;BR /&gt;Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: Cannot connect to 'svn+ssh://localhost': There was a problem while connecting to localhost:22 
&lt;BR /&gt; at org.talend.repository.svnprovider.SvnEclipseHandler.info(Unknown Source) 
&lt;BR /&gt; at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(Unknown Source) 
&lt;BR /&gt; ... 6 more 
&lt;BR /&gt;Caused by: org.tigris.subversion.javahl.ClientException: svn: Cannot connect to 'svn+ssh://localhost': There was a problem while connecting to localhost:22 
&lt;BR /&gt; at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777) 
&lt;BR /&gt; at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850) 
&lt;BR /&gt; at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1598) 
&lt;BR /&gt; at org.talend.repository.svnprovider.SvnHandler.info(Unknown Source) 
&lt;BR /&gt; ... 8 more 
&lt;BR /&gt;Caused by: org.tmatesoft.svn.core.SVNException: svn: Cannot connect to 'svn+ssh://localhost': There was a problem while connecting to localhost:22 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:85) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:69) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNSSHSession.openConnection(SVNSSHSession.java:304) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNSSHSession.getConnection(SVNSSHSession.java:145) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNSSHConnector.open(SVNSSHConnector.java:92) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNConnection.open(SVNConnection.java:74) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.openConnection(SVNRepositoryImpl.java:1237) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl.getLatestRevision(SVNRepositoryImpl.java:168) 
&lt;BR /&gt; at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482) 
&lt;BR /&gt; at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851) 
&lt;BR /&gt; at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534) 
&lt;BR /&gt; at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2567) 
&lt;BR /&gt; at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2899) 
&lt;BR /&gt; at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1591) 
&lt;BR /&gt; ... 9 more 
&lt;BR /&gt;Caused by: java.io.IOException: There was a problem while connecting to localhost:22 
&lt;BR /&gt; at com.trilead.ssh2.Connection.connect(Connection.java:792) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.svn.SVNSSHSession.openConnection(SVNSSHSession.java:264) 
&lt;BR /&gt; ... 20 more 
&lt;BR /&gt;Caused by: java.net.ConnectException: Connection refused: connect 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at com.trilead.ssh2.transport.TransportManager.establishConnection(TransportManager.java:346) 
&lt;BR /&gt; at com.trilead.ssh2.transport.TransportManager.initialize(TransportManager.java:454) 
&lt;BR /&gt; at com.trilead.ssh2.Connection.connect(Connection.java:732) 
&lt;BR /&gt; ... 21 more 
&lt;BR /&gt;I have seen posts of a similar nature and have done everything advised with regards to clicking advanced settings when creating the project as well as completing svn details for my single user. None of this changes anything. Any tips would be greatly appreciated.</description>
      <pubDate>Sat, 16 Nov 2024 12:26:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391715#M6994</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391716#M6995</link>
      <description>Hi 
&lt;BR /&gt;Try to access the url svn+ssh://localhost/var/svn/talend/SHAKTI on browser with your username and password, it should be also accessed in Talend studio if it works on browser. Also, make sure the firewall is closed on windows 7.
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 20 Jan 2012 06:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391716#M6995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-20T06:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391717#M6996</link>
      <description>Shong 
&lt;BR /&gt;I am working on ticket&amp;nbsp; 
&lt;A href="https://support.talend.com/otrs/index.pl?Action=AgentTicketZoom;TicketID=27122" rel="nofollow noopener noreferrer"&gt;https://support.talend.com/otrs/index.pl?Action=AgentTicketZoom;TicketID=27122&lt;/A&gt; 
&lt;BR /&gt;Customer installed subversion on an Amazon instance and is able to access svn+ssn://amazonip/.... from a Mac shell but TAC does not like the URL. 
&lt;BR /&gt;Does svn+ssn scheme really work in TAC? I have not used it. I am recommending to client that he uses apache htttd via mod_dav_svn 
&lt;BR /&gt;What userid and password are required in TAC? Same credentials that you would use for SSH? Amazon seems to be using private/public key pair for SSH access. How to tell TAC to use this? I have not investigated TAC properties files, perhaps there may be something there.</description>
      <pubDate>Thu, 21 Aug 2014 23:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391717#M6996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-21T23:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391718#M6997</link>
      <description>hi all, 
&lt;BR /&gt;be sure ssh+svn works &amp;nbsp; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&amp;nbsp;. I Use it on actual project (Vm , not an Amazon cloud). 
&lt;BR /&gt;Are you sure that Talend process has 'write permission' ? Perhaps you have to create ssh private key ans put it on your local machine (on linux it's by default in a repository in .ssh of user home). 
&lt;BR /&gt;regards 
&lt;BR /&gt;laurent</description>
      <pubDate>Fri, 22 Aug 2014 09:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391718#M6997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project with url 'svn+ssh://localhost/var/svn/talend</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391719#M6998</link>
      <description>Thanks kzone. In the case of TAC, what is "home"? This is a Tomcat app. So whatever Tomcat is running as?</description>
      <pubDate>Fri, 22 Aug 2014 21:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/Cannot-connect-to-project-with-url-svn-ssh-localhost-var-svn/m-p/2391719#M6998</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-22T21:29:14Z</dc:date>
    </item>
  </channel>
</rss>

