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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
vbadri
Contributor III
Contributor III

ERRORS while starting and publishing on Talend 6.2.1 using GIT

We've recently upgraded to 6.2.1 from 5.4.

 

Everything went fine except these two issues:

 

1) For every restart of Studio, I'm getting the following ERROR

 

"Share libraries :jxl-6.0.0.jar failed !
https://aaa.bbb:8888/nexus/content/repositories/talend-custom-libs-release/org/talend/libraries/jxl/..."

 

Shown in Pic (top)

 

2) While publishing a job through GIT it fails for me, while is works perfectly well on my colleague's machine (checked all the configuration, looks perfectly synced)



To see the whole post, download it here
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

 

Under the Talend -> jre -> lib -> security  there is a file cacerts, add the Root certificate to this file.

Do a keytool -import -keystore cacerts. 

 

 

Regards,

Chandam

View solution in original post

8 Replies
Anonymous
Not applicable

Hi,

Please check that TAC has the correct information to share the libraries. That the nexus is up / with correct user/password info.

The full log of the studio will be helpful for us to address your issue.

Best regards

Sabrina

Anonymous
Not applicable

Hi,

 

I am also facing same error:

 

java.lang.reflect.InvocationTargetException
at org.talend.designer.publish.core.actions.AbstractPublishJobAction.exportJobForPOJO(AbstractPublishJobAction.java:185)
at org.talend.designer.publish.core.actions.AbstractPublishJobAction.run(AbstractPublishJobAction.java:98)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:466)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:374)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1059)
at org.talend.designer.publish.di.wizards.PublishJobWizard.publishToRepository(PublishJobWizard.java:70)
at org.talend.designer.publish.di.wizards.AbstractPublishWizard.performFinish(AbstractPublishWizard.java:120)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:853)at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:438)at org.e



To see the whole post, download it here
OriginalPost.pdf
vbadri
Contributor III
Contributor III
Author

Thanks for your reply.

 

I can confirm that TAC settings are fine as they are working for my colleague.

 

What log are you expecting to see? Can you please specify.

 

@kuku She is asking for a log file, may be give it to her once she specify. Hope they fix this issue and give us some sleep.

 

Regards

 

Anonymous
Not applicable

@damnmad 

 

Finally I have the fix but It will cost you, let me know.

 

 

 

Thanks

Chandam

Anonymous
Not applicable

Hi,

The studio log is located in <Talend Studio installation path>/workspace/.metadata/.log.

Best regards

Sabrina

vbadri
Contributor III
Contributor III
Author

Cannot paste whole log as the size is restricted to 20,000 characters only!! Is there any work around??

 

Regards

Anonymous
Not applicable

Hi,

 

Under the Talend -> jre -> lib -> security  there is a file cacerts, add the Root certificate to this file.

Do a keytool -import -keystore cacerts. 

 

 

Regards,

Chandam

Chandru
Contributor
Contributor

I am getting error when 6.2.1 via GIT

org.eclipse.core.runtime.AssertionFailedException: null argument:
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:85)
    at org.eclipse.core.runtime.Assert.isNotNull(Assert.java:73)
    at org.eclipse.core.internal.events.ResourceChangeListenerList.remove(ResourceChangeListenerList.java:146)
    at org.eclipse.core.internal.events.NotificationManager.removeListener(NotificationManager.java:305)
    at org.eclipse.core.internal.resources.Workspace.removeResourceChangeListener(Workspace.java:2271)
    at org.talend.repository.gitprovider.core.GitRepositoryFactory.logOffProject(GitRepositoryFactory.java:759)
    at org.talend.repository.remoteprovider.RemoteRepositoryFactory.logOffProject(RemoteRepositoryFactory.java:431)
    at org.talend.core.repository.model.ProxyRepositoryFactory.logOffProject(ProxyRepositoryFactory.java:1981)
    at org.talend.core.repository.model.ProxyRepositoryFactory.logOnProject(ProxyRepositoryFactory.java:1971)
    at org.talend.repository.ui.login.LoginHelper$1.run(LoginHelper.java:427)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)