Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
My problem is resolved juste I changed my workspace.
My problem is resolved juste I changed my workspace.
I am having this same issue. Can you elaborate on your solution?
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.