Page 1 of 1

Preview and Mircosoft Plugin Issue

PostPosted:Fri Mar 22, 2013 9:47 am
by jim.fox
When I run OpenKM I have two issues:

The first is that I cannot preview any documents in either the browser or the word plugin.
The second is that when I edit a document in Microsoft word it does not release the edit flag or upload the changes to the document onto the server. This does work though using the browser.

In my catalina.log file I see the following warning and error messages:
Code: Select all
WARN  com.openkm.servlet.RepositoryStartupServlet - *** No OpenOffice manager configured ***
WARN  net.xeoh.plugins.base.impl.classpath.loader.FileLoader - Supplied path does not exist. Unable to add plugins from there.
WARN  com.openkm.util.ExecutionUtils - Unable to read script: /home/openkm/opt/openkm-6.2.2/tomcat/start.bsh
WARN  com.openkm.util.ExecutionUtils - Unable to read jar: /home/openkm/opt/openkm-6.2.2/tomcat/start.jar

ERROR com.openkm.servlet.frontend.ConverterServlet - Error in application/msword to PDF conversion
I am running the OpenKM 6.2.2 community edition abd have the 6.2.1 OpenKM Word AddIN installed. OpenOffice has been deployed and I am able to create PDF documents if I type in the requests on the command line. My OpenKM.cfg file is as follows:
Code: Select all
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.hbm2ddl=none
system.swftools.pdf2swf=/opt/openkm-6.2.0-community/tomcat/bin/pdf2swf -T 9 -f -t -G ${fileIn} -o ${fileOut}`
system.imagemagick.convert=/usr/bin/convert
system.openoffice.path=/usr/bin/soffice
system.openoffice.tasks=5
system.openoffice.port=8100
Any thoughts on what I have done wrong would be appreciated. Thanks.

Re: Preview and Mircosoft Plugin Issue

PostPosted:Sun Mar 24, 2013 4:55 pm
by jllort
About preview your configurations openoffice or libreoffice parameteres are wrong and from version 5.x the parameters must to be set at administration / configuration ( OpenKM.cfg parameters are only for initial startup application, after it has not effect in OpenKM configuration ).

About problem with addin, please do not merge several questions on same post, open other post for it. screenshots are apreciated to understood what happens.

Re: Preview and Mircosoft Plugin Issue

PostPosted:Fri Apr 05, 2013 12:23 pm
by jim.fox
Thanks jllort I have managed to sort out my preview issue.