Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

java.lang.RuntimeException: ClassCastException: java.lang.String cannot be cast to java.lang.Integer

Hi,

My Job is  getting below error after Migrate to Talend 7.1.1

Exception in component tSalesforceInput_2 (JOB_06_DealImport)
java.lang.RuntimeException: ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at  job_06_dealimport_0_1.JOB_06_DealImport.tSalesforceInput_2Process(JOB_06_DealImport.java:2076)
at job_06_dealimport_0_1.JOB_06_DealImport.runJobInTOS(JOB_06_DealImport.java:9401)
at job_06_dealimport_0_1.JOB_06_DealImport.main(JOB_06_DealImport.java:9191)
[FATAL]: job_06_dealimport_0_1.JOB_06_DealImport - tSalesforceInput_2 ClassCastException: java.lang.String cannot be cast to java.lang.Integer
java.lang.RuntimeException: ClassCastException: java.lang.String cannot be cast to java.lang.Integer
at job_06_dealimport_0_1.JOB_06_DealImport.tSalesforceInput_2Process(JOB_06_DealImport.java:2076)
at job_06_dealimport_0_1.JOB_06_DealImport.runJobInTOS(JOB_06_DealImport.java:9401)
at job_06_dealimport_0_1.JOB_06_DealImport.main(JOB_06_DealImport.java:9191)

Any Suggestion on how to fix the issue?

Best Regards

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello,

This issue is probably caused by property "Timeout" in tSalesforceInput component. Could you please try to remove the double quote for "Timeout" to see if it is OK with you?

Best regards

Sabrina

 

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hello,

This issue is probably caused by property "Timeout" in tSalesforceInput component. Could you please try to remove the double quote for "Timeout" to see if it is OK with you?

Best regards

Sabrina

 

Anonymous
Not applicable
Author

You fix it. It Works. Thanks you very much