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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Bluemoon
Creator
Creator

org.talend.commons.exception.PersistenceException: Can not connect to project with url "https://github.com/xxx.git"

Hi all,

I am trying to open a remote project (source code is git).

Note: 1. Configure git username & password in TAC

          2. Git client is installed on my machine

          3. Git config user.name and email is set

 

but still i am getting this error

 

 

 

org.talend.commons.exception.PersistenceException: Can not connect to project with url "https://github.com/xxx-git.git".
    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.Exception: Git user is not specified, please specify it for your account in server
    at org.talend.repository.gitprovider.utils.GitInfoResolver.resolveUser(GitInfoResolver.java:129)
    at org.talend.repository.gitprovider.utils.GitInfoResolver.resolve(GitInfoResolver.java:117)
    at org.talend.repository.gitprovider.utils.GitInfoResolver.<init>(GitInfoResolver.java:106)
    at org.talend.repository.gitprovider.utils.GitInfoResolver.<init>(GitInfoResolver.java:97)
    at org.talend.repository.gitprovider.core.GitProjectUrlCheck.check(GitProjectUrlCheck.java:43)
    at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon2(RemoteRepositoryFactory.java:415)
    ... 5 more

 0683p000009Ls56.png

Thanks, In advance!!

Labels (2)
1 Solution

Accepted Solutions
Bluemoon
Creator
Creator
Author

when i change my project name into small letter this is solved

View solution in original post

8 Replies
Anonymous
Not applicable

Hello,

Could you please indicate on which talend build version you got this issue? Are you able to logon your project in commandline?

Here exists a related jira issue:https://jira.talendforge.org/browse/TUP-18028 and it has been fixed on V 6.4.1

Best regards

Sabrina

 

 

Bluemoon
Creator
Creator
Author

when i change my project name into small letter this is solved

Anonymous
Not applicable

hi @Moe

 

you changed your project label to lowercase, e.g. from 'TestProjectName' to 'testprojectname'?

 

example image on the right.


change-project-label-name-to-lowercase.png
Bluemoon
Creator
Creator
Author

yes
Anonymous
Not applicable

Hi Sabarina,

 

The above same issue i have facing now, changing the projectname to small case is resolve this issue?

 

org.talend.commons.exception.PersistenceException: Connect to server timeout, you can change the timeout value in studio performance preference.
at org.talend.repository.remoteprovider.client.AbstractClient.authenticate(AbstractClient.java:396)
at org.talend.repository.remoteprovider.RemoteRepositoryFactory.delegateBeforeLogon(RemoteRepositoryFactory.java:317)
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: Connect to server timeout, you can change the timeout value in studio performance preference.
at org.talend.repository.remoteprovider.rest.RestUtil.request(RestUtil.java:176)
at org.talend.repository.remoteprovider.rest.RestUtil.request(RestUtil.java:77)
at org.talend.repository.remoteprovider.rest.request.AbsCommonRestApi.authenticate(AbsCommonRestApi.java:394)
at org.talend.repository.remoteprovider.client.AbstractClient.authenticate(AbstractClient.java:391)

Anonymous
Not applicable

Also based on my connection timed out issue, i have to change my time out right, but i cant open the ide now, so how did i change this ?

Anonymous
Not applicable

Could you please let me know how you resolved this issue.

 

ow did you change the project name to lowercase? If we have permission then it  pops-up on the existing projects tab.

 

Need inputs on this.

Sumit_Singh96
Contributor
Contributor

Does any one sill facing the same . I'm too getting this error although tried changing the project name to lower case