-
Type:
Technical Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE RC1
-
Fix Version/s: --Sprint 12/11, 6.1.0 CE RC1
-
Component/s: DM
-
Environment:Ubuntu Linux
HSQL
Firefox 6
Apache Tomcat 6.0.29
-
Liferay Contributor's Agreement:Accept
There are some important errors on DL Processors.
Due to http://issues.liferay.com/browse/LPS-18792 now DL processors trigger automatically when any file is uploaded.
This caused some errors when trying to convert other files (please see http://issues.liferay.com/browse/LPS-20036 attached error log).
The attached patch will solve these issues:
- Don't try to convert every file as Image. This caused annoying errors in logs because every time it was converting non image files.
- Fix ImageProcessor when adding images in queue. It was adding images to queue by fileEntryId instead of fileVersionId.
- Change ImageProcessor logger. It was configured as PDFProcessor instead.
- Add AudioProcessor to available DL Processors in portal.properties.