The issue lies in the fact that CLI contains:
{code} & {code}
in the JDBC url. {code} & {code} syntax would be valid for xml manual modification but current setup will lead into ignoring all values after &, hence UTF8 setup is ignored altogether. It should contain just {code}&{code} in CLI script.
|