setting in alfresco-global.properties

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2016 10:06 AM
Hello everyone,
When usings this setting in alfresco-global.properties :
ooo.exe="C:/Program Files/OpenOffice.org 3/program/soffice.exe"
ooo.enabled=true
jodconverter.officeHome=C:\\Program Files\\OpenOffice.org 3
jodconverter.portNumbers=8102
jodconverter.enabled=true
img.root=C:\\part\\Programmes\\ImageMagick-6.7.0-Q16
img.exe=C:\\part\\Programmes\\ImageMagick-6.7.0-Q16\\convert.exe
swf.exe=C:\\Program Files\\SWFTools\\pdf2swf.exe
I got the following errors:
2016-05-02 15:40:20,843 INFO [STDOUT] 15:40:20,843 ERROR [transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 04020000 Failed to perform ImageMagick transformation:
Execution result:
os: Windows 8
command: C:\part\Programmes\ImageMagick-6.7.0-Q16\convert.exe C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_325687504941763718.gif C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_target_6641283514729584369.png
succeeded: false
exit code: 1
out:
err: convert.exe: unable to open image `C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_325687504941763718.gif': No such file or directory @ error/blob.c/OpenBlob/2588.
convert.exe: mis
2016-05-02 15:40:20,843 INFO [STDOUT] 15:40:20,843 ERROR [content.transform.RuntimeExecutableContentTransformerWorker] Failed to start a runtime executable content transformer:
Execution result:
os: Windows 8
command: C:\Program Files\SWFTools\pdf2swf.exe -V
succeeded: false
exit code: 1
out:
err: Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified
I installed my environment on windows 8.
Not that i installed SWFTools as administrator because it won't to install directly.
Any help on this will be appreciated.
Thanks in advance,
When usings this setting in alfresco-global.properties :
ooo.exe="C:/Program Files/OpenOffice.org 3/program/soffice.exe"
ooo.enabled=true
jodconverter.officeHome=C:\\Program Files\\OpenOffice.org 3
jodconverter.portNumbers=8102
jodconverter.enabled=true
img.root=C:\\part\\Programmes\\ImageMagick-6.7.0-Q16
img.exe=C:\\part\\Programmes\\ImageMagick-6.7.0-Q16\\convert.exe
swf.exe=C:\\Program Files\\SWFTools\\pdf2swf.exe
I got the following errors:
2016-05-02 15:40:20,843 INFO [STDOUT] 15:40:20,843 ERROR [transform.magick.AbstractImageMagickContentTransformerWorker] ImageMagickContentTransformerWorker not available: 04020000 Failed to perform ImageMagick transformation:
Execution result:
os: Windows 8
command: C:\part\Programmes\ImageMagick-6.7.0-Q16\convert.exe C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_325687504941763718.gif C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_target_6641283514729584369.png
succeeded: false
exit code: 1
out:
err: convert.exe: unable to open image `C:\Windows\system32\config\systemprofile\AppData\Local\Temp\Alfresco\ImageMagickContentTransformerWorker_init_source_325687504941763718.gif': No such file or directory @ error/blob.c/OpenBlob/2588.
convert.exe: mis
2016-05-02 15:40:20,843 INFO [STDOUT] 15:40:20,843 ERROR [content.transform.RuntimeExecutableContentTransformerWorker] Failed to start a runtime executable content transformer:
Execution result:
os: Windows 8
command: C:\Program Files\SWFTools\pdf2swf.exe -V
succeeded: false
exit code: 1
out:
err: Cannot run program "C:\Program": CreateProcess error=2, The system cannot find the file specified
I installed my environment on windows 8.
Not that i installed SWFTools as administrator because it won't to install directly.
Any help on this will be appreciated.
Thanks in advance,
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2016 01:59 PM
Hello aoulhent,
Not sure if you have some typos in your settings just in the post or if your actual settings are what you have listed. In what you have shown I see two types of errors:
For Windows:
1. you must use the back slash "\" and not the forward slash "/" for paths.
2. When a path contains a space you must enclose the entire path with quotes.
See if that helps.
Regards,
Ron
Not sure if you have some typos in your settings just in the post or if your actual settings are what you have listed. In what you have shown I see two types of errors:
For Windows:
1. you must use the back slash "\" and not the forward slash "/" for paths.
2. When a path contains a space you must enclose the entire path with quotes.
See if that helps.
Regards,
Ron
