Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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)
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
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
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
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
Hi,
The studio log is located in <Talend Studio installation path>/workspace/.metadata/.log.
Best regards
Sabrina
Cannot paste whole log as the size is restricted to 20,000 characters only!! Is there any work around??
Regards
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
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)