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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
NilanJ
Contributor
Contributor

Advanced JVM parameters

Hi, I would like to add the following advanced JVM parameters to my job as per this help doc:

 

https://help.talend.com/reader/XoL4IRrKv8mJSEotNQzE_g/msxxbor1XQEZUxFG90P3HQ

 

in order to increase the timeout for my MDM component connections.

 

I add the parameters

 

-ws_client_connection_timeout=180000

-ws_client_receive_timeout=180000

 

However I the job fails to intialize:

 

Starting job ETL_Prop at 13:32 10/05/2018.

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Unrecognized option: -ws_client_connection_timeout=180000
Job ETL_Prop ended at 13:32 10/05/2018. [exit code=1]

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Try defining them like this....

 

-Dws_client_connection_timeout=180000

-Dws_client_receive_timeout=180000

View solution in original post

1 Reply
Anonymous
Not applicable

Try defining them like this....

 

-Dws_client_connection_timeout=180000

-Dws_client_receive_timeout=180000