-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE GA1
-
Fix Version/s: 6.1.0 CE GA1, --Sprint 11/12
-
Component/s: Documents & Media
-
Labels:
After uploading a PDF document, open its preview, see pages, etc, I've seen two logs of PDFProcessor:
21:36:26,528 WARN [PDFProcessorImpl:211] Liferay is not configured to use ImageMagick for generating Document Library previews and will default to PDFBox. For better quality previews, install ImageMagick and enable it in portal-ext.properties. 21:42:30,019 INFO [beans:101] Detected a reloaded class [org.apache.jsp.html.portlet.document_005flibrary.view_005ffile_005fentry_jsp]. Clearing BeansWrapper caches. 21:43:42,324 WARN [PDFProcessorImpl:211] Liferay is not configured to use ImageMagick for generating Document Library previews and will default to PDFBox. For better quality previews, install ImageMagick and enable it in portal-ext.properties.
This is wrong, because there should be only one instance of PDFProcessor in every instance. This could cause issues.