Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello!
I am trying to deploy a job using .bat file on Windows machine. When I try to run the _run.bat file it gives me the following error:
"components.marketo.runtime.MarketoRuntimeException: UNEXPECTED_EXCEPTION:{message={[609] Invalid JSON. Invalid UTF-8 middle byte 0x73}}"
When I run it manually on Talend Open Studio it runs fine (on the same machine). The components i am using are tDBInput (SQL Server) and tMarketoOutput.
Has anyone experienced a situation like this, or knows what the issue could be?
Thanks!
Was able to solve this by having the -Dfile.encoding=UTF-8 JVM argument under the Run component:
Was able to solve this by having the -Dfile.encoding=UTF-8 JVM argument under the Run component: