samedi 28 novembre 2009
unoconv: UnoException during conversion: URL seems to be an unsupported one.
Par david techer, samedi 28 novembre 2009 à 17:59 :: Linux
En installant unoconv sur monroe, j'ai eu l'erreur
unoconv: UnoException during conversion: URL seems to be an unsupported one. The provided document cannot be converted to the desired format.En fait, voici le responsable:
root@monroe:/storage/www/tmp/odtphp/tests# ps aux|grep so root 4 0.0 0.0 0 0 ? S< Nov27 0:04 [ksoftirqd/0] root 7 0.0 0.0 0 0 ? S< Nov27 0:00 [ksoftirqd/1] root 10 0.0 0.0 0 0 ? S< Nov27 0:00 [ksoftirqd/2] root 13 0.0 0.0 0 0 ? S< Nov27 0:00 [ksoftirqd/3] root 5607 0.0 0.0 8624 2100 ? Ssl Nov27 0:00 /usr/sbin/console-kit-daemon root 20098 5.0 0.8 97956 26136 pts/0 Sl 17:52 0:00 soffice.bin -nologo -nodefault -accept=socket,host=localhost,port=2002;urp;StarOffice.ComponentContex root 20104 0.0 0.0 3008 780 pts/0 S+ 17:52 0:00 grep soIl suffit de killer tous les processus de soffice.bin et de relancer unoconv:
- On tue les processus
killall -9 soffice.bin
- On relance unoconv en local. Comme je n'ai pas de serveur X d'installer sur la machine hébergeant unoconv, je modifie donc DISPLAY pour une machine ayant elle un serveur X et acceptant les connexions en xdmcp
DISPLAY=192.168.2.5:0.0 unoconv -l &