I have installed  OpenOffice 3.2,   Nuxeo 5.2

My ooo-config.xml is this:

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.convert.oooDaemon.config.default">

  <extension 
target="org.nuxeo.ecm.platform.convert.oooserver.OOoDaemonManagerComponent"
    point="oooServerConfig">

  <OOoServer>
    <!-- enable Nuxeo Daemon to manage OOo server instances : default is true 
-->
    <enableDaemon>false</enableDaemon>
    <!-- define OOo server listen IP : used even if daemon is disabled -->
    <oooListenIP>127.0.0.1</oooListenIP>
    <!-- define OOo server listen port : used even if daemon is disabled -->
    <oooListenPort>8100</oooListenPort>
    <!-- define Daemon listen port : used only if daemon is enabled -->
    <oooDaemonListenPort>8101</oooDaemonListenPort>
    <!-- define number of OOo worker process : used only if daemon is enabled 
-->
    <oooWorkers>1</oooWorkers>
    <!-- define maximum wait time in second before timeout -->
    <oooServerStartTimeout>60</oooServerStartTimeout>
    <!-- define OOo installation path : used only if daemon is enabled -->
    <!-- if not defined Nuxeo will try to find the path automatically -->
    <oooInstallationPath>/opt/openoffice.org3/program</oooInstallationPath>
    <!-- define jpipe library path : used only for OOo 3 -->
    <!-- <jpipeLibPath>/opt/openoffice.org3/ure/lib</jpipeLibPath>a-->
    <!-- <jpipeLibPath>/usr/lib/ure/lib</jpipeLibPath>a -->
    *<jpipeLibPath>/opt/openoffice.org/ure/lib</jpipeLibPath>*
    <!-- define number of time a worker process can be used before being 
recycled: used only if daemon is enabled -->
    <oooWorkersRecycleInterval>10</oooWorkersRecycleInterval>
    <!-- define is Daemon is started at server startup : used only if daemon is 
enabled -->
    <autoStart>false</autoStart>
  </OOoServer>

  </extension>

</component>


when trying to convert a 2007  document i have this error in the logs:

Preview can not be generated for this document

Blob path: default
org.nuxeo.ecm.platform.preview.api.PreviewException: Converter any2pdf is not 
available


Any help is welcome.
--
Posted by "malarie" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=3395#10279>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to