11-30-2015 10:16 PM
# FO to PDF
content.transformer.FOP.PDF.priority=50
content.transformer.FOP.PDF.extensions.fo.pdf.supported=true
content.transformer.FOP.PDF.extensions.fo.pdf.priority=50
# JSON to XML
content.transformer.JSON.XML.priority=50
content.transformer.JSON.XML.extensions.json.xml.supported=true
content.transformer.JSON.XML.extensions.json.xml.priority=50
# XML to XSL-FO
content.transformer.XML.XSL.priority=50
content.transformer.XML.XSL.extensions.xml.fo.supported=true
content.transformer.XML.XSL.extensions.xml.fo.priority=50
# JSON to PDF
content.transformer.complex.JSON.PDF.pipeline=JSON.XML|xml|XML.XSL|fo|FOP.PDF
content.transformer.complex.JSON.PDF.extensions.json.pdf.priority=50
content.transformer.complex.JSON.PDF.extensions.json.pdf.supported=true
2015-11-30 20:58:59,004 ERROR [extensions.webscripts.AbstractRuntime] [http-bio-8080-exec-5] Exception from executeScript - redirecting to status template error: 10300028 Transformer for 'application/json' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed
org.alfresco.service.cmr.rule.RuleServiceException: 10300028 Transformer for 'application/json' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed
content.transformer.complex.JSON.PDF.mimetypes.application/json.application/pdf.supported=true
12-01-2015 04:34 AM
12-01-2015 10:11 PM
2015-12-01 21:06:25,608 INFO [management.subsystems.ChildApplicationContextFactory] [http-bio-8080-exec-1] Starting 'Transformers' subsystem, ID: [Transformers, default]
2015-12-01 21:06:25,677 ERROR [content.transform.TransformerConfigDynamicTransformers] [http-bio-8080-exec-1] Cannot create dynamic transformer transformer.complex.JSON.PDF as sub transformers could not be found or created ("JSON.XML|xml|XML.XSL|fo|FOP.PDF").
2015-12-01 21:06:25,779 INFO [management.subsystems.ChildApplicationContextFactory] [http-bio-8080-exec-1] Startup of 'Transformers' subsystem, ID: [Transformers, default] complete
2015-12-01 21:06:25,789 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-1] 0 json pdf source2.json 82 bytes – syncRule – ContentService.getTransformer(…) NO transformers
2015-12-01 21:06:25,789 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-1] 0 Finished in 181 ms Transformer NOT called
2015-12-01 21:06:25,807 ERROR [extensions.webscripts.AbstractRuntime] [http-bio-8080-exec-1] Exception from executeScript - redirecting to status template error: 11010023 Transformer for 'application/json' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed
org.alfresco.service.cmr.rule.RuleServiceException: 11010023 Transformer for 'application/json' source mime type and 'application/pdf' target mime type was not found. Operation can't be performed
12-01-2015 11:07 PM
content.transformer.complex.JSON.PDF.pipeline=*|xml|*|fo|*
2015-12-01 22:03:24,331 INFO [management.subsystems.ChildApplicationContextFactory] [http-bio-8080-exec-10] Startup of 'Transformers' subsystem, ID: [Transformers, default] complete
2015-12-01 22:03:24,345 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 0 json pdf source2.json 82 bytes – syncRule – ContentService.getTransformer(…)
2015-12-01 22:03:24,347 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 0 **a) [50] complex.JSON.PDF<<Complex>> 0 ms
2015-12-01 22:03:24,347 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 0 Finished in 186 ms Transformer NOT called
2015-12-01 22:03:24,382 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1 json pdf source2.json 82 bytes – syncRule – ContentService.transform(…)
2015-12-01 22:03:24,383 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1 **a) [50] complex.JSON.PDF<<Complex>> 0 ms
2015-12-01 22:03:24,383 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1 json pdf source2.json 82 bytes complex.JSON.PDF<<Complex>>
2015-12-01 22:03:24,386 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.1 json xml source2.json 82 bytes ContentService.transform(…)
2015-12-01 22:03:24,386 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.1 **a) [50] JSON.XML 0 ms
2015-12-01 22:03:24,386 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.1.1 json xml source2.json 82 bytes JSON.XML
2015-12-01 22:03:24,394 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.2 xml fo <<TemporaryFile>> 117 bytes ContentService.transform(…)
2015-12-01 22:03:24,394 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.2 **a) [100] XML.FO 0 ms
2015-12-01 22:03:24,394 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.2.1 xml fo <<TemporaryFile>> 117 bytes XML.FO
2015-12-01 22:03:24,560 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.3 fo pdf <<TemporaryFile>> 696 bytes ContentService.transform(…)
2015-12-01 22:03:24,561 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.3 **a) [50] FOP.PDF 0 ms
2015-12-01 22:03:24,561 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1.1.3.1 fo pdf <<TemporaryFile>> 696 bytes FOP.PDF
2015-12-01 22:03:25,350 DEBUG [content.transform.TransformerDebug] [http-bio-8080-exec-10] 1 Finished in 971 ms
12-02-2015 04:11 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.