Page 1 of 1

My app can't connect to OpenOffice instance

Posted: Tue Apr 17, 2018 8:11 pm
by dropsofjune
I'm currently running OpenOffice 4 in RedHat with this command

Code: Select all

soffice "-accept=socket,host=127.0.0.1,port=8100,tcpNoDelay=1;urp;" -headless -nodefault -nofirststartwizard -nolockcheck -nologo -norestore &
However, I keep getting this exception message:

connection failed: socket,host=127.0.0.1,port=8100,tcpNoDelay=1
com.artofsolving.jodconverter.openoffice.connection.AbstractOpenOfficeConnection.connect(AbstractOpenOfficeConnection.java:81)


Both the OpenOffice process and my app are running under the same linux user. Can someone offer any suggestions?

Thank you!