Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
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
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..
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
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.
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
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?
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