Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
vroncalla
Contributor II
Contributor II

[tHMap] - Unable to find '/__tdm/.content' in classpath

Hello @xdshi 

 

I am getting this error messages while running jobs using tHMap Components.

Unable to find '/__tdm/.content' in classpath (tried classpath for com.oaklandsw.transform.runtime.RuntimeEngineImpl and thread classpath)

 

0683p000009M3kz.png

 

I am using a dynamic job which calls different jobs. 

 

0683p000009M45d.png0683p000009M46p.png

 

I noticed that the folder is being created only for one of the three jobs that use thMap components

 

0683p000009M46W.png

 

The same jobs works perfectly in Talend 6.3, however we have problems running the jobs in Talend 7.1. We tried creating thMaps again and the problem persists

 

 I am using:

- Talend Big Data Platform 7.1.1

- JDK: 1.8.0_111

- Windows 10 Pro 64 bits

- Log4J enabled

 

Please extend your support

 

Labels (2)
1 Solution

Accepted Solutions
CJIGA
Contributor II
Contributor II

Hi @vroncalla :

 

I had the same problem. To solve that I did the following steps:

 

- Disable "Disable non eclipse runtime" option.

- In my local environment it generated a new file "org.talend.transform.components.prefs" in the workspace ({WORKSPACE}/.metadata/.plugins/org.eclipse.core.runtime/.settings)

- Stop CommandLine service in TAC server.

- Copy file "org.talend.transform.components.prefs" from my local machine to TAC Server (path: {PATH}/cmdline/studio/commandline-workspace/.metadata/.plugins/)

- Start CommandLine service in TAC server

 

Note: After copying the file verify that it has the read permissions.

 

Let me know if that helps you

View solution in original post

4 Replies
Anonymous
Not applicable

Hello,

Are you  running your TDM job with eclipse or non-eclipse runtime? Did you uncheck the "Disable non eclipse runtime" option?

Best regards

Sabrina

vroncalla
Contributor II
Contributor II
Author

Hello @xdshi 

 

This is our settings

 

0683p000009M3oi.png

 

My understanding is these settings are helpful for Local Env, however, we have the same problem when we deploy the Job into Talend Administration Console (TAC). Please correct me if I am wrong

 

We will try enable/disable those options

CJIGA
Contributor II
Contributor II

Hi @vroncalla :

 

I had the same problem. To solve that I did the following steps:

 

- Disable "Disable non eclipse runtime" option.

- In my local environment it generated a new file "org.talend.transform.components.prefs" in the workspace ({WORKSPACE}/.metadata/.plugins/org.eclipse.core.runtime/.settings)

- Stop CommandLine service in TAC server.

- Copy file "org.talend.transform.components.prefs" from my local machine to TAC Server (path: {PATH}/cmdline/studio/commandline-workspace/.metadata/.plugins/)

- Start CommandLine service in TAC server

 

Note: After copying the file verify that it has the read permissions.

 

Let me know if that helps you

vroncalla
Contributor II
Contributor II
Author

Hello @CJIGA 

 

This works for me.

 

Thank you