Forum


Replies: 9   Views: 13160
Javaldx failed when trying to run openoffice in headless mode
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by dev@kizeo.com  · 11-04-2013 - 12:13

Hello,

I start OpenOffice in headless mode with
$ lib/openoffice/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard

I have the following errors :
[Java framework] Error in function createSettingsDocument (elements.cxx).
javaldx failed!
xxx/phpdocx/lib/openoffice/openoffice.org3/program/soffice.bin: error while loading shared libraries: libuno_sal.so.3: cannot open shared object file: No such file or directory

Next, I run :
$ ps aux | grep openoffice
And I have the following result :
yyy 30880 0.0 0.0 7592 812 pts/0 S+ 10:25 0:00 grep openoffice

Thank you for your help.

Regards