<?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 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211366#M9420</link>
    <description>Hi
&lt;BR /&gt;You have a problem to access svn server, try to open the url /svn/talendrepo/trunk/STOCK_LEDGER in browser and see if you can access it. I suggest you to report a support ticket so our support team can assist you further.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 12 Apr 2011 09:25:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-04-12T09:25:49Z</dc:date>
    <item>
      <title>Cannot connect to project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211365#M9419</link>
      <description>Hi, 
&lt;BR /&gt; I am receiving the following error when trying to connect to Talend on a client computer. The project loads without error when on the server. I deleted the workspace folder on the client computer, but I am still getting the same error. Thanks for your help. 
&lt;BR /&gt; 
&lt;BR /&gt;org.talend.commons.exception.PersistenceException: Cannot connect to project with url ' 
&lt;A href="http://testserver1.company.com:3690/svn/talendrepo/trunk/STOCK_LEDGER" target="_blank" rel="nofollow noopener noreferrer"&gt;http://testserver1.company.com:3690/svn/talendrepo/trunk/STOCK_LEDGER&lt;/A&gt;' 
&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.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: connection refused by the server 
&lt;BR /&gt;svn: OPTIONS request failed on '/svn/talendrepo/trunk/STOCK_LEDGER' 
&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: connection refused by the server 
&lt;BR /&gt;svn: OPTIONS request failed on '/svn/talendrepo/trunk/STOCK_LEDGER' 
&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: connection refused by the server 
&lt;BR /&gt;svn: OPTIONS request failed on '/svn/talendrepo/trunk/STOCK_LEDGER' 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:106) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:90) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:628) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:999) 
&lt;BR /&gt; at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178) 
&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.net.ConnectException: Connection timed out: 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 org.tmatesoft.svn.core.internal.util.SVNSocketConnection.run(SVNSocketConnection.java:57) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source)</description>
      <pubDate>Sat, 16 Nov 2024 12:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211365#M9419</guid>
      <dc:creator>txvincent</dc:creator>
      <dc:date>2024-11-16T12:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211366#M9420</link>
      <description>Hi
&lt;BR /&gt;You have a problem to access svn server, try to open the url /svn/talendrepo/trunk/STOCK_LEDGER in browser and see if you can access it. I suggest you to report a support ticket so our support team can assist you further.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 12 Apr 2011 09:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211366#M9420</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-12T09:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211367#M9421</link>
      <description>Hi All, 
&lt;BR /&gt;I am facing a similar issue as mentioned above I am able to connect to repository url in TAC console it is working fine and I can also access in browser in client machine but when opening project through talend it is throwing error as mentioned, I have also attached screenshot for reference can somebody help me out in resolving this issue. 
&lt;BR /&gt; 
&lt;BR /&gt;org.talend.commons.exception.PersistenceException: Can not connect to project with url "". 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:347) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:306) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:249) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1773) 
&lt;BR /&gt;at org.talend.repository.ui.login.LoginDialog$2.run(LoginDialog.java:366) 
&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121) 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E170001: Authentication required for '&amp;lt;&amp;gt; VisualSVN Server' 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(SvnProjectUrlCheck.java:31) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:345) 
&lt;BR /&gt;... 5 more 
&lt;BR /&gt;Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E170001: Authentication required for '&amp;lt;&amp;gt; VisualSVN Server' 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnEclipseHandler.info(SvnEclipseHandler.java:377) 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(SvnProjectUrlCheck.java:28) 
&lt;BR /&gt;... 6 more 
&lt;BR /&gt;Caused by: org.tigris.subversion.javahl.ClientException: svn: E170001: Authentication required for '&amp;lt;&amp;gt; VisualSVN Server' 
&lt;BR /&gt;at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:785) 
&lt;BR /&gt;at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1897) 
&lt;BR /&gt;at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1640) 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnHandler.internalInfo(SvnHandler.java:524) 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnHandler.info(SvnHandler.java:518) 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnEclipseHandler.info(SvnEclipseHandler.java:374) 
&lt;BR /&gt;... 7 more 
&lt;BR /&gt;Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: E170001: Authentication required for '&amp;lt;&amp;gt; VisualSVN Server' 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:47) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:41) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:218) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:685) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:627) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:102) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:1032) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:175) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:182) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:46) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:31) 
&lt;BR /&gt;at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20) 
&lt;BR /&gt;at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1149) 
&lt;BR /&gt;at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294) 
&lt;BR /&gt;at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2523) 
&lt;BR /&gt;at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1633) 
&lt;BR /&gt;... 10 more</description>
      <pubDate>Mon, 05 Oct 2015 13:47:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211367#M9421</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-05T13:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211368#M9422</link>
      <description>I suggest that you raise a ticket to the customer Tech Support portal: &lt;A href="https://support.talend.com/otrs/customer.pl" rel="nofollow noopener noreferrer"&gt;https://support.talend.com/otrs/customer.pl&lt;/A&gt;&lt;BR /&gt;Elisa</description>
      <pubDate>Wed, 07 Oct 2015 15:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211368#M9422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T15:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot connect to project</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211369#M9423</link>
      <description>Hi&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;darshan.nd,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;The error suggests that the user you are using to login the studio does not have rights to login into SVN. You have to do the following:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;In TAC give rights to that user to logon to SVN and then try again. This might resolve your problem.&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT color="#5b5b5d"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;FONT size="2"&gt;&lt;B&gt;Thanks&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 12 Jan 2016 11:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Cannot-connect-to-project/m-p/2211369#M9423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T11:12:13Z</dc:date>
    </item>
  </channel>
</rss>

