Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Studio not able to connect to TAC

hello

I have setup TAC and installed Studio,

created a project in TAC and assigned the permissions correctly when i try to connect to it i get the following error,

 

how can i resolve it please

 

i also tried to create a sandbox project since its the first time i am logging into studio to connect to TAC,  but threw a simialr error about SVN

 

I am able to connect to SVN using a broswer and it works

 

 

 

org.talend.commons.exception.PersistenceException: Can not connect to project with url "http://10.152.89.129/svn/myrepo".
    at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:417)
    at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:366)
    at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:286)
    at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1862)
    at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:441)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: java.lang.RuntimeException: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E175002: can not read HTTP status line
svn: E175002: PROPFIND request failed on '/svn/myrepo'
    at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(SvnProjectUrlCheck.java:31)
    at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:415)
    ... 5 more
Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E175002: can not read HTTP status line
svn: E175002: PROPFIND request failed on '/svn/myrepo'
    at org.talend.repository.svnprovider.SvnEclipseHandler.info(SvnEclipseHandler.java:378)
    at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(SvnProjectUrlCheck.java:28)
    ... 6 more
Caused by: org.tigris.subversion.javahl.ClientException: svn: E175002: can not read HTTP status line
svn: E175002: PROPFIND request failed on '/svn/myrepo'
    at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:785)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1897)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1640)
    at org.talend.repository.svnprovider.SvnHandler.internalInfo(SvnHandler.java:504)
    at org.talend.repository.svnprovider.SvnHandler.info(SvnHandler.java:498)
    at org.talend.repository.svnprovider.SvnEclipseHandler.info(SvnEclipseHandler.java:375)
    ... 7 more
Caused by: org.tmatesoft.svn.core.SVNException: svn: E175002: can not read HTTP status line
svn: E175002: PROPFIND request failed on '/svn/myrepo'
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:64)
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:51)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:136)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineProperties(DAVUtil.java:226)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getBaselineInfo(DAVUtil.java:184)
    at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:179)
    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.getRevisionNumber(SvnNgRepositoryAccess.java:118)
    at org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.getLocations(SvnRepositoryAccess.java:182)
    at org.tmatesoft.svn.core.internal.wc2.ng.SvnNgRepositoryAccess.createRepositoryFor(SvnNgRepositoryAccess.java:45)
    at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:46)
    at org.tmatesoft.svn.core.internal.wc2.remote.SvnRemoteGetInfo.run(SvnRemoteGetInfo.java:31)
    at org.tmatesoft.svn.core.internal.wc2.SvnOperationRunner.run(SvnOperationRunner.java:20)
    at org.tmatesoft.svn.core.wc2.SvnOperationFactory.run(SvnOperationFactory.java:1149)
    at org.tmatesoft.svn.core.wc2.SvnOperation.run(SvnOperation.java:294)
    at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2523)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1633)
    ... 10 more
Caused by: java.io.IOException: can not read HTTP status line
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:472)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:371)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:359)
    at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.performHttpRequest(DAVConnection.java:710)
    at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.doPropfind(DAVConnection.java:131)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getProperties(DAVUtil.java:73)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getResourceProperties(DAVUtil.java:79)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.getStartingProperties(DAVUtil.java:103)
    at org.tmatesoft.svn.core.internal.io.dav.DAVUtil.findStartingProperties(DAVUtil.java:125)
    ... 23 more
Caused by: java.io.EOFException: can not read HTTP status line
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPParser.parseStatus(HTTPParser.java:45)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.readHeader(HTTPConnection.java:290)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPRequest.dispatch(HTTPRequest.java:179)
    at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:463)
    ... 31 more

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,

It looks like you have an SVN issue. And it is SVN which is throwing the errors, through the SVN client built in the studio.

 

Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E175002: can not read HTTP status line

 

Look at these:

https://stackoverflow.com/questions/613149/svn-could-not-read-status-line-connection-was-closed-by-s...

https://stackoverflow.com/questions/21806894/svn-e175002-propfind-of-svn-could-not-read-status-line-...

 

View solution in original post

4 Replies
Anonymous
Not applicable
Author

attached is the error i get from the screen when i try to login to studio


Presentation1.jpg
Anonymous
Not applicable
Author

Hi,

It looks like you have an SVN issue. And it is SVN which is throwing the errors, through the SVN client built in the studio.

 

Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E175002: can not read HTTP status line

 

Look at these:

https://stackoverflow.com/questions/613149/svn-could-not-read-status-line-connection-was-closed-by-s...

https://stackoverflow.com/questions/21806894/svn-e175002-propfind-of-svn-could-not-read-status-line-...

 

Anonymous
Not applicable
Author

Hi

 

I had earlier checked the sites and tried some stuffs but did not work,

i have Subversion version 1.6.11 (r934486).

could that be an issue ,

I hope Talend Studio is compatible with version 1.6.11 of SVN

Anonymous
Not applicable
Author

Depends on your Talend version.  If you have latest Talend 6.4.1, then the supported SVN is 1.8 as per info here https://help.talend.com/reader/MldNZi2eVy3WOwAK4rXArA/dNBbJXx~X4hNxXHf~VMm2w

 

So yes, your SVN 1.6 could be the reason it is not working.