cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3.2 on Ubuntu 9 - no custom-repository.properties

jaybytez
Champ in-the-making
Champ in-the-making
Following the instructions at:

http://wiki.alfresco.com/wiki/Installing_Alfresco_Lab_3_Stable_on_Ubuntu_8.10

I receive errors similar to the following post (with regards to ImageMagick):

http://forums.alfresco.com/en/viewtopic.php?f=8&t=16772&p=69880#p69880

01:39:00,752 ERROR [org.alfresco.repo.content.transform.magick.AbstractImageMagickContentTransformer] ImageMagickContentTransformer not available: Failed to perform ImageMagick transformation:
Execution result:
   os:         Linux
   command:    [./ImageMagick/bin/convert, /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_source_53624.gif, /opt/Alfresco/tomcat/temp/Alfresco/ImageMagickContentTransformer_init_target_53625.png]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "./ImageMagick/bin/convert": java.io.IOException: error=2, No such file or directory
01:39:03,148 INFO  [org.alfresco.config.xml.XMLConfigService$PropertyConfigurer] Loading properties file from class path resource [alfresco/file-servers.properties]
01:39:07,696 ERROR [org.alfresco.repo.content.transform.RuntimeExecutableContentTransformer] Failed to start a runtime executable content transformer:
Execution result:
   os:         Linux
   command:    [./bin/pdf2swf, -V]
   succeeded:  false
   exit code:  1
   out:
   err:        Cannot run program "./bin/pdf2swf": java.io.IOException: error=2, No such file or directory

I was able to fix the /bin/pdf2swf issue by creating a symbolic link between where Alfresco expects the install to be and where the swftools was actually installed.

Many of the posts speak to changing the location for Alfresco within the custom-repository.properties, but I searched the whole file system and cannot find this file.

Is this the file I should make the change for these errors and where is that file located?

Also, after starting Alfresco…it takes about 5-10 minutes for the share website to become available.  Is there are reason I should see such slow performance (I don't see this on my WIndows box).

Thanks for your help…jay
2 REPLIES 2

jpotts
World-Class Innovator
World-Class Innovator
In 3.2 Community, custom-repository.properties is now alfresco-global.properties.

Jeff

jaybytez
Champ in-the-making
Champ in-the-making
Wonderful…that was it and I was able to fix the errors through the properties file.

Thanks a ton…jay