I have everything else working correctly for open meetings except for document conversion. I have set libreoffice path in OpenMeetings GUI as as created symlinks in /lib pointing to /ib64. There must be something missing. Here is the error and specs
************************ ERROR This is the error -- error start -- [root@webmeeting lib]# java -jar /install/openmeetings/jodconverter/jodconverter-core-3.0-beta-4/lib/jodconverter-core-3.0-beta-4.jar /data/webapps/openmeetings/upload/files/00344b72008507cd65b9db372d5feb2c/00344b72008507cd65b9db372d5feb2c.docx /data/webapps/openmeetings/upload/files/00344b72008507cd65b9db372d5feb2c/00344b72008507cd65b9db372d5feb2c.pdf Dec 29, 2013 12:02:32 PM org.artofsolving.jodconverter.office.ProcessPoolOfficeManager <init> INFO: ProcessManager implementation is LinuxProcessManager Dec 29, 2013 12:02:32 PM org.artofsolving.jodconverter.office.OfficeProcess start INFO: starting process with acceptString 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1' and profileDir '/tmp/.jodconverter_socket_host-127.0.0.1_port-2002' Dec 29, 2013 12:02:32 PM org.artofsolving.jodconverter.office.OfficeProcess start INFO: started process; pid = 19107 Exception in thread "main" org.artofsolving.jodconverter.office.OfficeException: failed to start and connect at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:64) at org.artofsolving.jodconverter.office.PooledOfficeManager.start(PooledOfficeManager.java:101) at org.artofsolving.jodconverter.office.ProcessPoolOfficeManager.start(ProcessPoolOfficeManager.java:62) at org.artofsolving.jodconverter.cli.Convert.main(Convert.java:112) Caused by: java.util.concurrent.ExecutionException: org.artofsolving.jodconverter.office.OfficeException: could not establish connection at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:188) at org.artofsolving.jodconverter.office.ManagedOfficeProcess.startAndWait(ManagedOfficeProcess.java:62) ... 3 more Caused by: org.artofsolving.jodconverter.office.OfficeException: could not establish connection at org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:142) at org.artofsolving.jodconverter.office.ManagedOfficeProcess.access$000(ManagedOfficeProcess.java:31) at org.artofsolving.jodconverter.office.ManagedOfficeProcess$1.run(ManagedOfficeProcess.java:58) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) Caused by: org.artofsolving.jodconverter.office.OfficeException: office process died with exit code 0 at org.artofsolving.jodconverter.office.ManagedOfficeProcess$6.attempt(ManagedOfficeProcess.java:136) at org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:40) at org.artofsolving.jodconverter.office.Retryable.execute(Retryable.java:30) at org.artofsolving.jodconverter.office.ManagedOfficeProcess.doStartProcessAndConnect(ManagedOfficeProcess.java:120) ... 7 more -error finish-- ************************ ERROR Thank you kindly back2games