cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in OpenOffice integration with Linux server

ganmaku
Champ on-the-rise
Champ on-the-rise
Hello Team,

My environment is as follows:

SUSE Linux Enterprise server 10 SP3(86_64)
Alfresco Enterprise edition 3.3.1
JDK 1.4.2
Tomcat 6.0
OpenOffice 3.2

I changed repository.properties file as follows:
# External executable locations
ooo.exe=/opt/openoffice.org3/program/soffice
#ooo.user=${dir.root}/oouser
img.root=/usr/
#img.root=./ImageMagick
img.dyn=${img.root}/lib
img.exe=${img.root}/bin/convert
swf.exe=./bin/pdf2swf
ooo.enabled=true
I have gotten the below error after restarting the Alfresco server
2010-10-27 09:42:34,881 WARN  [org.alfresco.util.OpenOfficeConnectionTester] An initial OpenOffice connection could not be established.
Then, I have started the OpenOffice service explicitly as follows:
/opt/openoffice.org3/program/soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard
But still I am not getting the preview images for non-pdf documents.

Any help would be highly beneficial for me!!!
2 REPLIES 2

ssaravanan
Champ in-the-making
Champ in-the-making
I have the same set up as yours on Ubuntu 10.10
but my settings looks like something below
ooo.exe=/opt/openoffice.org3/program/soffice
img.root=/usr/
img.dyn=${img.root}/lib
img.exe=${img.root}/bin/convert
swf.exe=/usr/local/bin/pdf2swf
ooo.enabled=true

ganmaku
Champ on-the-rise
Champ on-the-rise
Hi Saravanan,

Thanks for your reply.

I made changes as per your code but still I am not able to connect it.

Could you please tell me whether any other change(s) to be made with it?