Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
jscher01
Contributor
Contributor

TAC Log has GIT errors

Hello All,

 

We are running Talend Data Service Platform 6.4.1 and this error appears several times a minute in the log for the TAC:

 

2019-02-25 18:08:55 ERROR GitProjectManager -
java.lang.NullPointerException
at java.lang.String.indexOf(String.java:1718)
at java.lang.String.indexOf(String.java:1698)
at org.talend.administrator.remoterepositorymgt.persistence.helper.GitCheckoutHelper.getTechnicalLabelFromPath(GitCheckoutHelper.java:105)
at org.talend.administrator.lucene.RepoIndexHandler.createIndex(RepoIndexHandler.java:91)
at org.talend.administrator.remoterepositorymgt.project.GitProjectManager.refreshData(GitProjectManager.java:221)
at org.talend.administrator.remoterepositorymgt.persistence.helper.ProjectHelper.refreshData(ProjectHelper.java:461)
at org.talend.administrator.remoterepositorymgt.project.RepoProjectRefresher.refreshBranchesFromSvnRepository(RepoProjectRefresher.java:167)
at org.talend.administrator.remoterepositorymgt.project.RepoProjectRefresher.refresh(RepoProjectRefresher.java:83)
at org.talend.administrator.remoterepositorymgt.project.RepoProjectRefresher.run(RepoProjectRefresher.java:61)

 

We are using Bit bucket and all 5 parameters are green in the configuration page on the TAC. Has anyone seen this before? There are multiple projects with multiple branches but everything seems to be working fine.

 

Labels (2)
2 Replies
Anonymous
Not applicable

Hello,

What's Bit bucket version are you using? Are there steps how we could reproduce this error? Does this issue occur on dev environment or production? Is your TAC very slow? Have you tried to clear the git index to see if it is OK with you?

Please clear the git index by the steps

1. stop tac
2. clear the folder tac\apache-tomcat\temp\TalendProjectIndex_org.talend.administrator
3. restart tac 

Let us know if it is OK with you.

Best regards

Sabrina

 

 

Anonymous
Not applicable

To give you a feedback, as we have the same problem (also with Bitbucket). The Log, even after your suggestions :

 

2019-09-24 14:19:33 ERROR GitProjectManager -
java.lang.NullPointerException
at java.lang.String.indexOf(String.java:1718)
at java.lang.String.indexOf(String.java:1698)
at org.talend.administrator.remoterepositorymgt.persistence.helper.GitCheckoutHelper.getTechnicalLabelFromPath(GitCheckoutHelper.java:105)
at org.talend.administrator.lucene.RepoIndexHandler.createIndex(RepoIndexHandler.java:91)
at org.talend.administrator.remoterepositorymgt.project.GitProjectManager.refreshData(GitProjectManager.java:221)
at org.talend.administrator.remoterepositorymgt.persistence.helper.ProjectHelper.refreshData(ProjectHelper.java:461)
at org.talend.administrator.remoterepositorymgt.project.RepoProjectRefresher.refreshBranchesFromSvnRepository(RepoProjectRefresher.java:167)
at org.talend.administrator.remoterepositorymgt.project.RepoProjectRefresher.refresh(RepoProjectRefresher.java:83)
at org.talend.administrator.remoterepositorymgt.project.RepoProjectRefresher.run(RepoProjectRefresher.java:61)