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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Invalid JSON. Invalid UTF-8 middle byte 0x73

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!

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Was able to solve this by having the -Dfile.encoding=UTF-8 JVM argument under the Run component:

 

0683p000009M7sy.png

View solution in original post

1 Reply
Anonymous
Not applicable
Author

Was able to solve this by having the -Dfile.encoding=UTF-8 JVM argument under the Run component:

 

0683p000009M7sy.png