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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
dario93
Contributor
Contributor

Talend block on first click on component

Hello there,

I'm using Talend 7.3.1 on Windows Server 2012 R2 Standard and there is always the same problem. When I start the program and click on a particular component (eg. tFileInputExcel, tFileOutputExcel, tRunJob etc..), the whole program block and stay about 15 minutes in this status. After this period, everything is good. Why the first time I start the program and click on one of those components I have always the same problem?

Thanks for the help, it got frustrating.

Labels (2)
9 Replies
Anonymous
Not applicable

Hello,

Is there any error message in studio log when the whole program block and stay about 15 minutes in this status?

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

Best regards

Sabrina

 

dario93
Contributor
Contributor
Author

Hello, yes there are a lot of java exception in that interval of time. These exceptions are like this one..but there are a lot:

 

This is the .log:

This is a continuation of log file D:\TOS 3.1\TOS_DI-20200219_1130-V7.3.1\workspace\.metadata\.bak_0.log

Created Time: 2020-11-27 18:06:12.354

 

!ENTRY org.talend.platform.logging 4 0 2020-11-27 18:06:12.354

!MESSAGE 2020-11-27 18:06:12,352 ERROR org.talend.commons.exception.CommonExceptionHandler - Error resolving artifact org.apache.kerby:kerb-admin:pom:1.0.1: [Could not transfer artifact org.apache.kerby:kerb-admin:pom:1.0.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.kerby:kerb-admin:pom:1.0.1: [Could not transfer artifact org.apache.kerby:kerb-admin:pom:1.0.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]

... 40 more

Anonymous
Not applicable

Hello,

Are you able to access this site talend-update.talend.com using a browser?

Best regards

Sabrina

 

dario93
Contributor
Contributor
Author

Nope, I cannot access internet from that machine..maybe is there a setting from which I can disable the auto-update of components when the program starts up? I didn't find it..

Anonymous
Not applicable

Hello,

Does it mean you have no access to internet (offline network)?

Talend Studio is trying to download Jars required by the components that you are using.

For licensing reasons and the size of the download, we do not provide all of the Jars that you will need for all components. Talend will request many of these when you use a component that requires them for the first time.

Best regards

Sabrina

dario93
Contributor
Contributor
Author

Exactly, I have no access to internet, but I imported the necessary .jar locally and (after the first time) I can work well. The problem is always the first time I start Talend and click on a component that whole program stay blocked about 10/15 minutes.

Anonymous
Not applicable

Hello,

We are not able to reproduce this issue in talend V 7.3.1, Windows 10 OS.

I assume that the studio is trying to connect this site talend-update.talend.com when you are in a offline mode at start up.

 

Best regards

Sabrina

 

dario93
Contributor
Contributor
Author

Surely this is the problem, the question is..is there a method to disable this trying to connect to talend-update.talend.com when start up?

Anonymous
Not applicable

Hello,

There is a possible way to disable this option. You can change the do.not.show.wizard property in <Studio installation>/configuration/.settings/org.talend.updates.runtime.prefs to true.

Feel free to let us know if it works.

Best regards

Sabrina