Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
After upgrading my Talend studio version (to R2024-09) I'm facing an issue only when I deploy a microservices to expose an API.
My API return a 500 error with this message : org/talend/transform/runtime/common/MapExecutor
The job run well when I'm testing it in the Studio, the issue occurs only when deployed on Talend Runtime.
Here the things I've tried:
- change my job and rewrite the tHmap
- upgrade Runtime and Studio to version R2024-10
- download last valid commit, import to Studio and deploy
Ofc talend-data-mapper and talend-data-mapper-dependencies are installed on Talend Runtime.
My last chance is to rewrite the job to avoid using tHmap...
Is someone have encountered this kind of issue ?