cancel
Showing results for 
Search instead for 
Did you mean: 

Word preview not working

LaraGranite_
Star Contributor
Star Contributor

Preview is just black screen for a .doc file. Startup server logs indicate : 2015-10-08 16:53:39,151 WARN [Thread-5] [org.nuxeo.ecm.platform.convert.ooomanager.OOoManagerComponent] OpenOffice was not found, JOD Converter won't be available: a process with acceptString 'socket,host=127.0.0.1,port=2003' is already running; pid 19113 2015-10-08 16:53:48,953 INFO [localhost-startStop-1] [org.nuxeo.runtime.osgi.OSGiRuntimeService] Nuxeo Platform Started

When I load the preview, this error appears in the log: 2015-10-08 16:54:39,579 ERROR [http-bio-0.0.0.0-8081-exec-26] [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

I've reinstalled libreoffice 4.4 and restarted Nuxeo, and I've made sure the path is correct /usr/bin/libreoffice and /usr/lib/libreoffice (symlinked).

poppler-utils is already the newest version.

Any suggestions?

4 REPLIES 4

kartik_sn
Confirmed Champ
Confirmed Champ

This is because of the process that is running at port 2003 with PID 19113.I suggest you to go the Task Manager and kill the process. Restart the system to get the Preview.

Let me know if this suggetion worked out for you.

I think the problem is that I have two nuxeo installations running, one at 8080 and one at 8081. I've set the port to 2004 for the second installation in nuxeo.conf

Pradeep_Bhat
Star Contributor
Star Contributor

Usually this problem happens because of the process "soffice"(LibreOffice). Kill it and restart server to get the Preview. Find the attachment to get clear idea.

Thanks. Yes, I tried this, I guess more information would be helpful, I have 2 installations running on the same server, need to figure out how to configure the second installation to use port 2004 instead of 2003 (see my other comment below).