Re: Problem in running DUCC Job for Arabic Language

2018-11-06 Thread Jaroslaw Cwiklik
Forgot to mention that if you have a shared file system the best practice is not to serialize your content (SOFA) from JD to service. Instead, in a CR add a path to the file containing Subject of Analysis to the CAS and have the CM in the pipeline read the content from the shared file system.

Re: Problem in running DUCC Job for Arabic Language

2018-11-06 Thread Jaroslaw Cwiklik
Can you try setting -Dfile.encoding=ISO-8859-1 for the service (job) process and -Djavax.servlet.request.encoding=ISO-8859-1 -Dfile.encoding=ISO-8859-1 for the JD process. The JD actually uses Jetty webserver to serve service requests over HTTP. I went as far as extracting Jetty server code from