teqnology / alfresco-pdf-toolkit

Automatically exported from code.google.com/p/alfresco-pdf-toolkit
Other
1 stars 0 forks source link

Errors when trying to install Alfresco PDF Toolkit 1.1.1 #26

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Stop Alfresco.
2. Install Alfresco PDF Toolkit 1.1.1.
3. Start Alfresco.

What is the expected output? What do you see instead?

Probably no errors in log. However, I some errors are logged (please, look 
below).

What version of the product are you using? On what operating system?

Alfresco PDF Toolkit 1.1.1 on Debian 7.0. Alfresco version is 4.2.d.

Please provide any additional information below.

The problem is very simple. When I reproduce the steps mentioned above, I 
receive the next errors:

2013-05-31 13:53:01,355  ERROR [content.transform.ContentTransformerHelper] 
[localhost-startStop-1] In order to support dynamic setting of transformer 
options, Spring XML configuration is no longer used to initialise these 
options. Your system appears to contains custom Spring configuration which 
should be replace by the following Alfresco global properties. In the case of 
the Enterprise edition these values may then be dynamically changed via JMX.

2013-05-31 13:25:51,520  ERROR [content.transform.ContentTransformerHelper] 
[localhost-startStop-1] 
content.transformer.iText.TextToPdf.extensions.txt.pdf.priority=5

2013-05-31 13:25:51,544  ERROR [content.transform.ContentTransformerHelper] 
[localhost-startStop-1] 
content.transformer.iText.TextToPdf.extensions.csv.pdf.priority=5

2013-05-31 13:25:51,569  ERROR [content.transform.ContentTransformerHelper] 
[localhost-startStop-1] 
content.transformer.iText.TextToPdf.extensions.xml.pdf.priority=5

2013-05-31 13:25:51,600  ERROR [content.transform.ContentTransformerHelper] 
[localhost-startStop-1] 
content.transformer.iText.TiffToPdf.extensions.tiff.pdf.priority=5

The first error is really splitted in four lines.

How could I avoid this problem?

Thank you.

Original issue reported on code.google.com by waktse on 3 Jun 2013 at 7:48

GoogleCodeExporter commented 9 years ago
Hello,

I reported an issue in Alfresco JIRA that could be related to this problem:

https://issues.alfresco.com/jira/browse/ALF-19056

Take a look at this comment:

https://issues.alfresco.com/jira/browse/ALF-19056?focusedCommentId=232992&page=c
om.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-232992

The problem is that when I received those errors, I tried to solve them adding 
the specified properties to alfresco-global.properties:

content.transformer.iText.TextToPdf.extensions.txt.pdf.priority=5
content.transformer.iText.TextToPdf.extensions.csv.pdf.priority=5
content.transformer.iText.TextToPdf.extensions.xml.pdf.priority=5
content.transformer.iText.TiffToPdf.extensions.tiff.pdf.priority=5

But despite I did the suggested action, unfortunately the same error continued 
being logged.

Original comment by waktse on 14 Jun 2013 at 8:02