OpenOffice disconnected unexpectedly
Posted: Wed Apr 13, 2022 12:20 am
Hello,
we have a Java application, which uses OpenOffice for migration Word documents into PDF files. This app gives now the message:
2022-04-08 01:07:54,406 SEVERE [com.artofsolving.jodconverter.openoffice.connection.SocketOpenOfficeConnection] (MessageDispatcher) disconnected unexpectedly
2022-04-08 01:07:54,409 ERROR [org.jboss.ejb.plugins.LogInterceptor] (http-185.15.247.198-443-4) RuntimeException in method: public abstract net.java.dev.strutsejb.dto.ResultDTO net.java.dev.strutsejb.ejb.StatelessFacade.execute(net.java.dev.strutsejb.EJBCommand) throws net.java.dev.strutsejb.AppLevelException:
com.artofsolving.jodconverter.openoffice.connection.OpenOfficeException: connection failed: socket,host=127.0.0.1,port=8100,tcpNoDelay=1
at com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection.connect(AbstractOpenOfficeConnection.java:81)
at com.piramide.elwis.cmd.utils.OpenOfficeConverterUtil.wordToPdf(Unknown Source)
at com.piramide.elwis.cmd.financemanager.InvoiceDocumentCmd.executeInStateless(Unknown Source)
at net.java.dev.strutsejb.ejb.StatelessFacadeBean.execute(StatelessFacadeBean.java:38)
at sun.reflect.GeneratedMethodAccessor423.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
What could be the reason for disconnecting?
Some information:
- CentOS 7.3
- starting OpenOffice via: /opt/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard > /dev/null 2>&1 &
- the same is working fine with the same applicatiion (ear) on another server
- the same is working fine on this server since years with a previous version of the app (same JDK, same OpenOffice instance, same JBoss version but other installation)
we have a Java application, which uses OpenOffice for migration Word documents into PDF files. This app gives now the message:
2022-04-08 01:07:54,406 SEVERE [com.artofsolving.jodconverter.openoffice.connection.SocketOpenOfficeConnection] (MessageDispatcher) disconnected unexpectedly
2022-04-08 01:07:54,409 ERROR [org.jboss.ejb.plugins.LogInterceptor] (http-185.15.247.198-443-4) RuntimeException in method: public abstract net.java.dev.strutsejb.dto.ResultDTO net.java.dev.strutsejb.ejb.StatelessFacade.execute(net.java.dev.strutsejb.EJBCommand) throws net.java.dev.strutsejb.AppLevelException:
com.artofsolving.jodconverter.openoffice.connection.OpenOfficeException: connection failed: socket,host=127.0.0.1,port=8100,tcpNoDelay=1
at com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection.connect(AbstractOpenOfficeConnection.java:81)
at com.piramide.elwis.cmd.utils.OpenOfficeConverterUtil.wordToPdf(Unknown Source)
at com.piramide.elwis.cmd.financemanager.InvoiceDocumentCmd.executeInStateless(Unknown Source)
at net.java.dev.strutsejb.ejb.StatelessFacadeBean.execute(StatelessFacadeBean.java:38)
at sun.reflect.GeneratedMethodAccessor423.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
What could be the reason for disconnecting?
Some information:
- CentOS 7.3
- starting OpenOffice via: /opt/openoffice.org3/program/soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard > /dev/null 2>&1 &
- the same is working fine with the same applicatiion (ear) on another server
- the same is working fine on this server since years with a previous version of the app (same JDK, same OpenOffice instance, same JBoss version but other installation)