You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hello,
I am getting TIS 4.2.3 installed on a laptop and it is having problems in getting started. I did setup my remote connection and the URL for Talend admin center is tested OK. Hence I can see all the projects I have access to but then I try to click go to launch my studio, it pops up an error as below
*************
org.talend.commons.exception.PersistenceException: Cannot connect to project with url 'http://<server ip>/svn/PROOFOFVALUE'
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(Unknown Source)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(Unknown Source)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(Unknown Source)
at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(Unknown Source)
at org.talend.repository.ui.login.LoginDialog$1.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: Authentication required for '<http://<server ip>:80> Subversion'
at org.talend.repository.svnprovider.SvnEclipseHandler.info(Unknown Source)
at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(Unknown Source)
... 6 more
Caused by: org.tigris.subversion.javahl.ClientException: svn: Authentication required for '<http://<server ip>:80> Subversion'
at org.tigris.subversion.javahl.JavaHLObjectFactory.throwException(JavaHLObjectFactory.java:777)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.throwException(SVNClientImpl.java:1850)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1598)
at org.talend.repository.svnprovider.SvnHandler.info(Unknown Source)
... 8 more
Caused by: org.tmatesoft.svn.core.SVNAuthenticationException: svn: Authentication required for '<http://<server ip>:80> Subversion'
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:47)
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.authenticationFailed(SVNErrorManager.java:41)
at org.tmatesoft.svn.core.internal.wc.DefaultSVNAuthenticationManager.getNextAuthentication(DefaultSVNAuthenticationManager.java:250)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:551)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:274)
at org.tmatesoft.svn.core.internal.io.dav.http.HTTPConnection.request(HTTPConnection.java:262)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.exchangeCapabilities(DAVConnection.java:516)
at org.tmatesoft.svn.core.internal.io.dav.DAVConnection.open(DAVConnection.java:98)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.openConnection(DAVRepository.java:999)
at org.tmatesoft.svn.core.internal.io.dav.DAVRepository.getLatestRevision(DAVRepository.java:178)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getRevisionNumber(SVNBasicClient.java:482)
at org.tmatesoft.svn.core.wc.SVNBasicClient.getLocations(SVNBasicClient.java:851)
at org.tmatesoft.svn.core.wc.SVNBasicClient.createRepository(SVNBasicClient.java:534)
at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2567)
at org.tmatesoft.svn.core.wc.SVNWCClient.doInfo(SVNWCClient.java:2899)
at org.tmatesoft.svn.core.javahl.SVNClientImpl.info(SVNClientImpl.java:1591)
... 9 more
********************
I checked the URL 'http://<server ip>/svn/PROOFOFVALUE' from the laptop and it can access the same so it is not a firewall issue I suppose..
I am also wondering why is it taking the port no 80 instead of 8080 ...
Please advise
Thanks,
Karan
Offline
Hey Karan!
You need to configure your user in the Talend Administration Center and give him a svn username and password.
Once you've done that, you will be able to connect from the studio.
Offline

Hello there!! Yes I did that. The user has SVN details in his admin center profile. Do I need to configure separate SVN access for different users ?
I believe a single set of SVN userid and password would work for all Talend Users.
Thanks,
karan
Offline
Yeah that should work. Did you do a migration? Maybe the url for that specific project is not matching with the real svn url. In the Administration Center, click on your Project and select Advanced Settings. Check the svn url used here, as well as the username and password entered.
Offline

Hello,
I did not perform any migrations.
It seems there is an issue with the svn url. In the advanced settigns tab for the project, theres a warning that svn url is not reachable. I re-typed the url, login and password and clicked check connection and it pops up ok.
Once I click save, the warning that svn url is not reachable does not go away and then when I click on check connection again, it is giving me error saying "the project 'null' with the svn url ** is unreachable"
Funny part is I am able to access the same project for a different user on a different laptop and it works completely fine.
Please help..!! ![]()
Karan
Offline
Pages: 1