My app can't connect to OpenOffice instance

Issues with installing under all GNU/Linux Distributions
Post Reply
dropsofjune
Posts: 1
Joined: Wed Apr 04, 2018 2:53 am

My app can't connect to OpenOffice instance

Post 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!
Open Office 4. Windows 7
Post Reply