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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.

Qlik Talend Data Integration: "ClassCastException" Error with the tHTTPClient Component

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Greg_Taffer
Support
Support

Qlik Talend Data Integration: "ClassCastException" Error with the tHTTPClient Component

Last Update:

Jun 30, 2025 7:00:52 AM

Updated By:

Xiaodi_Shi

Created date:

Jun 30, 2025 7:02:44 AM

You may be experiencing a ClassCastException error with the tHTTPClient component during an HTTP call.

java.lang.LinkageError: ClassCastException

 

Resolution

You can resolve this by changing the "Version" parameter in the .POM file to the proper version:

<dependency>

            <groupId>org.apache.httpcomponents</groupId>

            <artifactId>httpclient</artifactId>

            <version>4.3.3</version>

        </dependency>

 

Cause 

This is caused by the HTTP Client used in the .POM file: 

 

Related Content 

customizing-project-pom-settings

 

Environment

Labels (1)
Version history
Last update:
‎2025-06-30 07:00 AM
Updated by: