cancel
Showing results for 
Search instead for 
Did you mean: 

Error - Cannot create dynamic transformer transformer.complex.JodConverter

andy2_0
Champ in-the-making
Champ in-the-making

I installed Alfresco Community Edition 4.2.e (Simplified Chinese) in CentOS 6.5, the server can be launched without error message. But when I upload a Chinese document, the Chinese Character can't be displayed correctly in preview window, and I got the following error message in catalina.out.

Anybody please help on this? Thanks a lot!


2014-01-21 15:14:45,299  ERROR [content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-2] Cannot create dynamic transformer transformer.complex.JodConverter.Image as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|complex.PDF.Image").
2014-01-21 15:14:45,300  ERROR [content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-2] Cannot create dynamic transformer transformer.complex.JodConverter.Pdf2swf as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|Pdf2swf").
2014-01-21 15:14:45,300  ERROR [content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-2] Cannot create dynamic transformer transformer.JodConverter.Html2Pdf as sub transformers could not be found or created ("JodConverter|odt|JodConverter").
2014-01-21 15:14:45,300  ERROR [content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-2] Cannot create dynamic transformer transformer.JodConverter.2Pdf as sub transformers could not be found or created ("JodConverter|JodConverter.Html2Pdf").
2014-01-21 15:14:45,300  ERROR [content.transform.TransformerConfigDynamicTransformers] [http-apr-8080-exec-2] Cannot create dynamic transformer transformer.complex.JodConverter.PdfBox as sub transformers could not be found or created ("JodConverter.2Pdf|pdf|PdfBox").
3 REPLIES 3

mitpatoliya
Star Collaborator
Star Collaborator
Have you configured your alfresco database to support those characters(UTF-8 support)?

http://docs.oracle.com/cd/B19306_01/server.102/b14225/ch6unicode.htm

also make sure your browser support that language.

andy2_0
Champ in-the-making
Champ in-the-making
Thanks for your reply.

I installed alfresco for several times, and this is the first time to meet this kind of problems.
The DB configurations & browser settings have no problem.

Wonder if this is caused by the system fonts settings (CentOS 6.5), I am checking it. Again thanks!

andy2_0
Champ in-the-making
Champ in-the-making
The issue has been solved.

It was caused by not installing the chinese fonts in CentOS. After running the following command:

yum groupinstall "@Chinese Support"

and modified the file "/etc/sysconfig/i18n", the issue was resolved.