Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]
Try defining them like this....
-Dws_client_connection_timeout=180000
-Dws_client_receive_timeout=180000
Try defining them like this....
-Dws_client_connection_timeout=180000
-Dws_client_receive_timeout=180000