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

Compilation error in tHashInput

Hi All,

 

I was using the tHashOuput/tHashInput components in my job (when using Talend 5.5.1). But when the same job was migrated to Talend 6.3 - it is showing the below error.

I tried to create a simple job in 6.3 with tHash components (attached) - but same error.

 

Execution failed : Job compile errors
At least job "Test" has a compile errors, please fix and export again.
Error Line: 1296
Detail Message: The method remove(String) is undefined for the type MapHashFile.TalendMultiThreadLockMap
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.

 

Thanks in advance,

J

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

The problem with tHashInput/Output components were resolved with the following steps,

1. Exit talend studio

2. Delete the (org\talend\libraries\thashfile\6.0.0\)thashfile-6.0.0.jar from maven local repo

3. Delete the same file from Nexus repo as well

4. Start talend studio and try running the job again

View solution in original post

6 Replies
Anonymous
Not applicable
Author

What version of Java are you using? I believe it should v1.8 for Talend 6.3

Anonymous
Not applicable
Author

Yes i am using JDK 1.8 (jre1.8.0_91)

Anonymous
Not applicable
Author

Hello,

Does this compilation error repro on all jobs or a specific job?

Best regards

Sabrina

Anonymous
Not applicable
Author

Its on all jobs in the repo which uses the tHash components. 

Anonymous
Not applicable
Author

The problem with tHashInput/Output components were resolved with the following steps,

1. Exit talend studio

2. Delete the (org\talend\libraries\thashfile\6.0.0\)thashfile-6.0.0.jar from maven local repo

3. Delete the same file from Nexus repo as well

4. Start talend studio and try running the job again

Anonymous
Not applicable
Author

Where and how to get Nexus repo to delete the same jar file??