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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
MBIZART1635151751
Contributor II
Contributor II

Problem with TfileList component

Hi,

When I double click on the component TfileList to acess its parameters , Talend does not answer( as shown below).Therefore I can't change the values of these parameters. I do not have any error messages. Could you please help me?

0695b00000KCCETAA5.png

Labels (2)
1 Solution

Accepted Solutions
MBIZART1635151751
Contributor II
Contributor II
Author

i resolved my problem:

I don't know if it is the right solution but I went to window-> show view->Modules and installed the missing ones and it worked for me

Thank you for your time!

View solution in original post

7 Replies
Anonymous
Not applicable

Hello,

It seems your studio is not responsive.

Could you please upload the log message? Which is located in <Talend Studio installation path>/workspace/.metadata/.log and please provide the following information for us to be better evaluate the issue:

- Operating System (such as Windows 10, 64 bit)

- Java version (such as Oracle JDK build 1.8.0_201)

Best regards

Sabrina

 

 

MBIZART1635151751
Contributor II
Contributor II
Author

My operating system is Windows 10,64 bit and my Java version is Oracle JDK build 1.8.0_281

I think my log message is:

!ENTRY org.talend.platform.logging 4 0 2021-10-25 11:19:25.321

!MESSAGE 2021-10-25 11:19:25,306 ERROR org.talend.commons.exception.CommonExceptionHandler - Error resolving artifact org.apache.commons:commons-math3:pom:3.4.1: [Could not transfer artifact org.apache.commons:commons-math3:pom:3.4.1 from/to central (https://talend-update.talend.com/nexus/content/groups/dynamicdistribution/): Connect to talend-update.talend.com:443 [talend-update.talend.com/149.97.185.22] failed: connect timed out]

 

!STACK 0

java.io.IOException: Error resolving artifact org.apache.commons:commons-math3:pom:3.4.1: [Could not transfer artifact org.apache.commons:commons-math3:pom:3.4.1 from/to central (https://talend-update.talend.com/nexus/content/groups/dynamicdistribution/): Connect to talend-update.talend.com:443 [talend-update.talend.com/149.97.185.22] failed: connect timed out]

at org.talend.core.nexus.ResolverExceptionHandler.hideCredential(ResolverExceptionHandler.java:30)

at org.talend.core.nexus.TalendMavenResolver.resolve(TalendMavenResolver.java:122)

at org.talend.librariesmanager.model.service.LocalLibraryManager.updatePomFileForJar(LocalLibraryManager.java:1043)

at org.talend.librariesmanager.model.service.LocalLibraryManager.resolveStatusLocally(LocalLibraryManager.java:1003)

at org.talend.librariesmanager.model.service.LocalLibraryManager.checkModuleStatus(LocalLibraryManager.java:1078)

at org.talend.core.model.general.ModuleNeeded.getStatus(ModuleNeeded.java:318)

at org.talend.librariesmanager.model.service.LocalLibraryManager.list(LocalLibraryManager.java:734)

at org.talend.designer.core.ui.editor.properties.controllers.ModuleListController.updateModuleList(ModuleListController.java:279)

at org.talend.designer.core.ui.editor.properties.controllers.TableController.updateTableValues(TableController.java:422)

at org.talend.designer.core.ui.editor.properties.controllers.TableController.createControl(TableController.java:198)

at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite.placeComponents(MultipleThreadDynamicComposite.java:508)

at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite.addComponents(MultipleThreadDynamicComposite.java:342)

at org.talend.designer.core.ui.views.properties.composites.TopMessagesMultiThreadDynamicComposite.addComponents(TopMessagesMultiThreadDynamicComposite.java:71)

at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite.addComponents(MultipleThreadDynamicComposite.java:305)

at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite.operationInThread(MultipleThreadDynamicComposite.java:693)

at org.talend.designer.core.ui.views.properties.MultipleThreadDynamicComposite$5.run(MultipleThreadDynamicComposite.java:673)

at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40)

at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:185)

at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3919)

at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3550)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1173)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)

at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1062)

at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:156)

at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:636)

at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:339)

at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:563)

at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:151)

at org.talend.rcp.intro.Application.start(Application.java:280)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)

at org.eclipse.equinox.launcher.Main.run(Main.java:1501)

Caused by: java.lang.Exception: Error resolving artifact org.apache.commons:commons-math3:pom:3.4.1

at org.talend.core.nexus.ResolverExceptionHandler.hideCredential(ResolverExceptionHandler.java:28)

... 40 more

 

I uploaded the logfile in case it is not that

 

Best regards

Myriam

Anonymous
Not applicable

Hello,

We made a testing on V 7.3.1, windows 10 and cannot repro this issue. We are supposing that there is something wrong with your studio installation. Is your studio installation complete without error?

Does this issue repro on all your components or tfilelist component only?

Best regards

Sabrina

MBIZART1635151751
Contributor II
Contributor II
Author

Hello,

Yes the studio installation completed without error ( I received an email with the link to download the studio).

This issue repro on Tfilelist component and TFileInputExcel component but the other components seem to be working well.

Is there another way to install the studio?

Best regards

Myriam

MBIZART1635151751
Contributor II
Contributor II
Author

However , Talend does not have acess to the network because I am on a private network . Maybe theses components are not up to date and Talend is not able to update them? In that case can I update them by hand?

MBIZART1635151751
Contributor II
Contributor II
Author

i resolved my problem:

I don't know if it is the right solution but I went to window-> show view->Modules and installed the missing ones and it worked for me

Thank you for your time!

Anonymous
Not applicable

Hello,

Great it is fixed. Feel free to let us know if there is any further help we can give.

Best regards

Sabrina