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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

handshake_failure

Hello, 

I have a parent job which run 10 subjobs. 

One of these subjobs use a tSetKeystore to call with https and ssl certificate. 

When I run this job alone, it works fine. 

 

When I run my parent job which run this subjob, I have this issue: 

javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure 

 

Do you have any idea? 

 

Thank's

 

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi @YoshiFdgo ,

 

This might be an issue due to shared JVM with main job.

 

In the tRunJob of the child job, please check the "Use Independent Process To run Subjob" and execute from the parent job.

 

This will ensure that the particular job runs independently, though called from parent job.

 

Thanks and Regards,

Subhadip

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Hi @YoshiFdgo ,

 

This might be an issue due to shared JVM with main job.

 

In the tRunJob of the child job, please check the "Use Independent Process To run Subjob" and execute from the parent job.

 

This will ensure that the particular job runs independently, though called from parent job.

 

Thanks and Regards,

Subhadip