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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
tejib
Contributor
Contributor

Timeout when waiting for component server initialization: -Dtalend.studio.sdk.startup.timeout=2

Hello,

I am getting the below error message once I log into Talend Studio. Has anyone faced this or could tell me what can I do to fix this.

tejib_0-1732213011329.png

 

Labels (1)
2 Replies
gvarun_arthasolutions
Partner - Contributor III
Partner - Contributor III

Hello,

Why the Error Happens -

  • Talend Studio launches a component server (used for Talend Component Kit) when you log in.
  • By default, the startup timeout is set very low (2 seconds in your case).
  • If your machine is slow to initialize, or if Studio is under heavy load, the server doesn’t start in time, causing the timeout error.

Recommended Fixes -

  1. Increase the Timeout
  • Edit the Talend-Studio.ini file (found in your studio installation directory).
  • Add or update this line:

Code

-Dtalend.studio.sdk.startup.timeout=60

(You can set 30–60 seconds depending on your environment.)

  • Save and restart Studio.
  1. Increase Memory Allocation
  • In the same .ini file, adjust the -Xmx value (default is often 1536m).
  • Example:

Code

-Xms1024m

-Xmx4096m

This gives Studio more heap space, reducing startup delays.

Thanks

Xiaodi_Shi
Employee
Employee

Hello @tejib 

Also please check maybe your /etc/hosts file,  no localhost / 127.0.0.1 in this file. It's sometimes disable with VPN in fact.

Or the operation manager enabled feature from the Cyber security software that allows to redirect the request, if so please prevent the information security software to redirect the port to bind 

Best regards

Sabrina