-
Type:
Service Pack Request
-
Status: Closed
-
Resolution: Not a bug
-
Affects Version/s: 3.2 R, 3.2
-
Fix Version/s: 3.3
-
Component/s: Installer, Repository
-
Labels:None
-
Environment:Windows XP SP3, Community v3.2 and v3.2r
-
Bug Priority:
-
ACT Numbers:
15907
-
Testcase ID:
Thumbnails are always created with a zero file size. This occurs, for example, in Share when uploading a jpg, when executing a javascript action to generate a thumbnail or uploading a Share profile avatar.
The following message is generated in the log when DEBUG is set:
15:03:07,197 DEBUG [org.alfresco.util.exec.RuntimeExec] Execution result:
os: Windows XP
command: [C:/devtools/ImageMagick-6.5.7-Q16/imconvert, C:\devtools\apache-tomcat-6.0.18\temp\Alfresco\ImageMagickContentTransformer_source_6794085110837159309.png[0], -thumbnail, 100x100, C:\devtools\apache-tomcat-6.0.18\temp\Alfresco\ImageMagickContentTransformer_target_9019625159893596094.jpg]
succeeded: true
exit code: -1072365564
out:
err:
Solution posted by Nicola Prando in the following post:
http://forums.alfresco.com/en/viewtopic.php?f=36&t=23723&p=83059#p83059
Solution summary: Add the following entry to imagemagick-transform-context.xml:
<entry key="SYSTEMROOT">
<value>C:/WINDOWS</value>
</entry>
- is cloned by
-
ALF-3703 thumbnails not working in share
-
- Closed
-