Preview in .doc, .xls, etc

I can only give us preview files .Pdf. In files .DOC, .XLS, etc. is generated the following message:

Preview can not be generated for this document Technical issue: Blob path: default org.nuxeo.ecm.platform.preview.api.PreviewException: Convert office2html is not available

What should I do?

0 votes

1 answers

5761 views

ANSWER

Check your startup server.log for errors relating to the unavailability of the office2html converter.
11/05/2013

checked the startup server.log and only appears the same message as informed above.

"org.nuxeo.ecm.core.convert.api.ConverterNotAvailable: Convert office2html is not available."

11/05/2013

Are you sure there are no ERROR lines before that?
11/05/2013

Follow server.log generated after attempting to preview:

2013-11-05 15:09:47,287 ERROR [org.nuxeo.ecm.platform.preview.restlet.PreviewRestlet] could not build preview for missing blob at default
org.nuxeo.ecm.platform.preview.api.PreviewException: Converter any2pdf is not available
11/05/2013

"Converter any2pdf is not available". Are you sure you followed the installation instructions regarding third-part software needed for conversions? Installing and Setting up Related Software
11/05/2013

See this log that also appears on startup:

"2013-11-06 10:05:36,278 WARN [org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerComponent] OpenOffice was not found, JOD Converter won't be available: officeHome doesn't exist or is not a directory"

I have installed libreoffice. Is there any configuration file that points to the folder libreoffice?

I use Nuxeo 5.6 for windows.

11/06/2013

WARN [org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerComponent] OpenOffice was not found, JOD Converter won't be available: connection failed: 'socket,host=127.0.0.1,port=2003,tcpNoDelay=1'; java.net.ConnectException: Connection refused: connect
11/06/2013



Problem solved.

There is a BUG with LibreOffice 4 because it was just switching to OpenOffice and the problem was solved.

Tanks.

0 votes