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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rid_rj
Contributor III
Contributor III

Error processing changed links in project description file.

Hi

I have a problem with tHMap  when i execute my job in TAC but i don't have any problem when i exeute it in local.

Starting runtime: Data Mapper Runtime API (10) Version: 6.0.1.M20150901-0618 at: file:/tmp/osdtWorkspace_hybris7256627192852387308.tmp (1572256205) started: 20191016_121312.473
12:13:12,676 main [INFO ]: Loading data plugin: com.oaklandsw.data.transform.builtin
3172 ERROR [main] .oaklandsw.base.AppRuntimeImpl - org.eclipse.core.runtime.CoreException: Error processing changed links in project description file.
12:13:12,912 main [ERROR]: org.eclipse.core.runtime.CoreException: Error processing changed links in project description file.
12:13:12,912 main [FATAL]: tHMap_1 org.eclipse.core.runtime.CoreException: Error processing changed links in project description file.
Exception in component tHMap_1
java.io.IOException: org.eclipse.core.runtime.CoreException: Error processing changed links in project description file.
	at com.oaklandsw.base.AppRuntimeImpl.addProjectWithLocation(AppRuntimeImpl.java:765)
	at com.oaklandsw.base.AppRuntimeImpl.addProjectArchive(AppRuntimeImpl.java:1004)
	at com.oaklandsw.base.AppRuntimeImpl.addProjectUri(AppRuntimeImpl.java:896)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.tHashInput_1Process(MIRAKL_HYBRIS_MERCHANTS.java:7420)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.tJDBCInput_1Process(MIRAKL_HYBRIS_MERCHANTS.java:6341)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.tFileInputRaw_1Process(MIRAKL_HYBRIS_MERCHANTS.java:4591)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.tFileFetch_1Process(MIRAKL_HYBRIS_MERCHANTS.java:4204)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.tSetGlobalVar_2Process(MIRAKL_HYBRIS_MERCHANTS.java:3218)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.runJobInTOS(MIRAKL_HYBRIS_MERCHANTS.java:27496)
	at marketplace.mirakl_hybris_merchants_0_57.MIRAKL_HYBRIS_MERCHANTS.main(MIRAKL_HYBRIS_MERCHANTS.java:27036)
Caused by: org.eclipse.core.runtime.CoreException: Error processing changed links in project description file.
	at org.eclipse.core.internal.resources.Project.open(Project.java:1135)
	at org.eclipse.core.internal.resources.Project.open(Project.java:1180)
	at com.oaklandsw.base.AppRuntimeImpl.addProjectWithLocation(AppRuntimeImpl.java:728)

Thanks you for your Helps

Labels (2)
1 Solution

Accepted Solutions
rid_rj
Contributor III
Contributor III
Author

My problem is resolved juste I changed my workspace.

View solution in original post

3 Replies
rid_rj
Contributor III
Contributor III
Author

My problem is resolved juste I changed my workspace.

dflansburg
Contributor
Contributor

I am having this same issue. Can you elaborate on your solution?

dflansburg
Contributor
Contributor

This is the solution from a recent Talend Support Ticket:

 

Could you please check your .project file under the <project_name> folder in your workspace? 

 

There should be element <linkedResources> in this file and the linked file is probably your sample file for the map. And the cause of this issue is this file is located outside of the workspace. So you can try to remove the sample file in Mapping Repository and try it again.