Thanks for reporting back :) On Thu, 7 May 2020 at 14:53, Peter-Otto Weber <cyber...@hotmail.de> wrote:
> … getting more and more into the system i did some more investigation. > > > > Trying to start LibreOffice in gui brought up an error: > > > > „The application cannot be started. Extension Manager: exception in > synchronize“ > > > > This seems to be a known issue. > > > > So i removed LibreOffice and re-installed and i could start it in gui. > > > > Testing in OM – everything looks good now. > > > > So maxim – you don’t need to answer and may have a coffee instead 😉 > > > > Best wishes > > > > POW > > > > *Von:* Peter-Otto Weber <cyber...@hotmail.de> > *Gesendet:* Donnerstag, 7. Mai 2020 08:52 > *An:* user@openmeetings.apache.org > *Betreff:* AW: OpenMeetings - File Handling > > > > I can provide you a snippet out of the log (trying to upload a simple .txt > file): > > > > DEBUG 05-07 08:50:07.438 o.a.o.c.d.f.FileProcessor:72 [Thread-3637] - file > extension: txt > > DEBUG 05-07 08:50:07.446 o.a.o.c.d.f.FileProcessor:76 [Thread-3637] - > isAsIs: false > > DEBUG 05-07 08:50:07.446 o.a.o.c.d.f.FileProcessor:106 [Thread-3637] - > writing file to: > /opt/open503/webapps/openmeetings/data/upload/files/c286c51b-75a0-4ae4-9851-d7e19665f8a3/c286c51b-75a0-4ae4-9851-d7e19665f8a3.txt > > DEBUG 05-07 08:50:07.446 o.a.o.c.d.f.FileProcessor:113 [Thread-3637] - > Office document: > /opt/open503/webapps/openmeetings/data/upload/files/c286c51b-75a0-4ae4-9851-d7e19665f8a3/c286c51b-75a0-4ae4-9851-d7e19665f8a3.txt > > DEBUG 05-07 08:50:07.447 o.a.o.c.c.DocumentConverter:65 [Thread-3637] - > fullProcessing: true > > DEBUG 05-07 08:50:07.447 o.a.o.c.c.DocumentConverter:67 [Thread-3637] - -- > running JOD -- > > INFO 05-07 08:50:07.450 o.j.o.OfficeProcessManager:294 [Thread-3637] - > Submitting task 'Start' and waiting... > > INFO 05-07 08:50:07.476 o.j.o.OfficeDescriptor:97 [ProcessThread-2] - > soffice info (from exec path): Product: LibreOffice - Version: ??? - > useLongOptionNameGnuStyle: true > > INFO 05-07 08:50:07.601 o.j.o.OfficeDescriptor:72 [ProcessThread-2] - > soffice info (from help output): Product: LibreOffice - Version: 6.4.3.2 - > useLongOptionNameGnuStyle: true > > INFO 05-07 08:50:07.601 o.j.o.OfficeProcess:395 [ProcessThread-2] - > Starting process with acceptString > 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1;urp;StarOffice.ServiceManager' > and profileDir > '/opt/open503/temp/.jodconverter_socket_host-127.0.0.1_port-2002_tcpNoDelay-1' > > INFO 05-07 08:50:07.621 o.j.o.OfficeProcess:402 [ProcessThread-2] - > Started process; pid = 11187 > > ERROR 05-07 08:50:07.742 o.j.o.VerboseProcess:53 [Thread-3643] - > LibreOffice 6.4 - Fatal Error: The application cannot be started. > > ERROR 05-07 08:50:07.743 o.j.o.VerboseProcess:53 [Thread-3643] - Extension > Manager: exception in synchronize > > INFO 05-07 08:50:07.873 o.j.o.AbstractOfficeManagerPool:195 [Thread-3637] > - Stopping the office manager pool... > > INFO 05-07 08:50:07.873 o.j.o.OfficeProcessManager:294 [Thread-3637] - > Submitting task 'Stop' and waiting... > > INFO 05-07 08:50:07.873 o.j.o.OfficeProcess:206 [ProcessThread-2] - Trying > to forcibly terminate process: 'host=127.0.0.1,port=2002,tcpNoDelay=1'; > pid: 11187 > > INFO 05-07 08:50:07.876 o.j.o.OfficeProcessManager:158 [ProcessThread-2] - > process forcibly terminated with code 77 > > INFO 05-07 08:50:07.876 o.j.o.OfficeProcessManager:77 [ProcessThread-2] - > process exited with code 77 > > INFO 05-07 08:50:07.879 o.j.o.AbstractOfficeManagerPool:213 [Thread-3637] > - Office manager stopped > > ERROR 05-07 08:50:07.879 o.a.o.c.c.DocumentConverter:109 [Thread-3637] - > doJodConvert > > org.jodconverter.office.OfficeException: Office process died with exit > code 77 > > at > org.jodconverter.office.ConnectRetryable.attempt(ConnectRetryable.java:87) > > at > org.jodconverter.office.AbstractRetryable.execute(AbstractRetryable.java:57) > > at > org.jodconverter.office.ConnectRetryable.execute(ConnectRetryable.java:26) > > at > org.jodconverter.office.OfficeProcessManager.doStartProcessAndConnect(OfficeProcessManager.java:104) > > at > org.jodconverter.office.OfficeProcessManager.access$100(OfficeProcessManager.java:40) > > at > org.jodconverter.office.OfficeProcessManager$4.call(OfficeProcessManager.java:261) > > at > org.jodconverter.office.OfficeProcessManager$4.call(OfficeProcessManager.java:256) > > at > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > > at java.base/java.lang.Thread.run(Thread.java:834) > > Caused by: org.jodconverter.office.OfficeConnectionException: Connection > failed: 'socket,host=127.0.0.1,port=2002,tcpNoDelay=1'; > java.net.ConnectException: Connection refused (Connection refused) > > at > org.jodconverter.office.OfficeConnection.connect(OfficeConnection.java:170) > > at > org.jodconverter.office.ConnectRetryable.attempt(ConnectRetryable.java:61) > > ... 10 common frames omitted > > Caused by: com.sun.star.connection.NoConnectException: > java.net.ConnectException: Connection refused (Connection refused) > > at > com.sun.star.lib.connections.socket.socketConnector.connect(socketConnector.java:144) > > at > com.sun.star.comp.connections.Connector.connect(Connector.java:119) > > at > org.jodconverter.office.OfficeConnection.connect(OfficeConnection.java:106) > > ... 11 common frames omitted > > DEBUG 05-07 08:50:07.880 o.a.o.c.c.DocumentConverter:74 [Thread-3637] - -- > generate page images -- > > DEBUG 05-07 08:50:07.880 o.a.o.c.c.ImageConverter:180 [Thread-3637] - > convertDocument > > DEBUG 05-07 08:50:07.885 o.a.o.u.p.ProcessHelper:85 [Thread-3637] - START > convert PDF to images ################# > > DEBUG 05-07 08:50:07.885 o.a.o.u.p.ProcessHelper:86 [Thread-3637] - > /usr/bin/convert -density 150 > /opt/open503/webapps/openmeetings/data/upload/files/c286c51b-75a0-4ae4-9851-d7e19665f8a3/c286c51b-75a0-4ae4-9851-d7e19665f8a3.pdf > +profile '*' -quality 90 > /opt/open503/webapps/openmeetings/data/upload/files/c286c51b-75a0-4ae4-9851-d7e19665f8a3/page-%04d.png > > DEBUG 05-07 08:50:07.895 o.a.o.u.p.ProcessHelper:92 [Thread-3637] - END > convert PDF to images ################# > -- Best regards, Maxim