Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend Configuration

Hello, I am new to Talend and I am trying to install Talend o n a server in the DMZ. I use SVN to store the project, only the configuration between these 2 products doesn't work.

I setup SVN with Windows Authentication, but I keep getting authentication failed while connecting.

What is the clue to solve this problem?

 

Greetings Harold

 

 

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Trying to open the project I hit the following error:

org.talend.commons.exception.PersistenceException: Can not connect to project with url "http://server_name/svn/SMS".
 at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:376)
 at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:328)
 at org.talend.repository.remoteprovider.RemoteRepositoryFactory.beforeLogon(RemoteRepositoryFactory.java:267)
 at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1850)
 at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:429)
 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: E170001: Authentication required for '<http://server_name:80>'
 at org.talend.repository.svnprovider.SvnProjectUrlCheck.check(SvnProjectUrlCheck.java:31)
 at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:374)
 ... 5 more
Caused by: org.talend.commons.exception.PersistenceException: org.tigris.subversion.javahl.ClientException: svn: E170001: Authentication required for '<http://server_name:80>'
 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: E170001: Authentication required for '<http://server_name:80>'
 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)

Anonymous
Not applicable
Author

Hi  evdijk,

 

When configuring SVN server in TAC you have to follow as mentioned below.

 

1)Configure SVN with username/password in Configuration page.

2)In the user module also you have to put SVN authentication details.

3)In the project module you have to select SVN either from configuration or advance setting.