Hi all,
I've installed for evaluation OpenKM on Linux and now closer to production I wish to evaluate the same on Mac OS X Server mainly to see if it's viable to run on this platform, i've installed it and almost everything is working great, one thing I could not find documented is how to setup OpenOffice for MacOS X, the correct way is:
But still I can not preview .PDF files, the errors are as follows:
I've installed for evaluation OpenKM on Linux and now closer to production I wish to evaluate the same on Mac OS X Server mainly to see if it's viable to run on this platform, i've installed it and almost everything is working great, one thing I could not find documented is how to setup OpenOffice for MacOS X, the correct way is:
Code: Select all
Despite if you have the "correct" directory you are given an error that "soffice.bin" is not in that directory, very odd, but it works as above and when launching OpenKM you will see OpenOffice.org load in the MacOS dock.system.openoffice.path=/Applications/OpenOffice.org.app/Contents
system.openoffice.tasks=5
system.openoffice.port=8100
But still I can not preview .PDF files, the errors are as follows:
Code: Select all
00:43:38,458 WARN [DocConverter] Abnormal program termination: {}139
00:43:38,459 WARN [DocConverter] STDERR:
00:43:38,460 ERROR [OKMDownloadServlet] /jboss-4.2.3.GA/cache/swf/e3984e34-aca8-44a0-9506-656d5b97b89d.swf (No such file or directory)
java.io.FileNotFoundException: /jboss-4.2.3.GA/cache/swf/e3984e34-aca8-44a0-9506-656d5b97b89d.swf (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at com.openkm.frontend.server.OKMDownloadServlet.service(OKMDownloadServlet.java:171)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:680)