I want to install openoffice on our server running debian, because we need to use it to convert from .doc to text.
I have downloaded and installed the .deb package from openoffice.org(version 2.4) and I now have an openoffice in /opt/
The server is headless, so I try to run
/opt/openoffice.org2.4/program/soffice.bin -headless -accept="socket,port=8100;urp;"
This do start openoffice, and I can see it is running if I do a
Ps -Af
but i can't connect to it.
If I do a
java -jar /usr/local/jodconverter-2.2.1/lib/jodconverter-cli-2.2.1.jar /tmp/testDocument.doc /tmp/output.txt
I get a
ERROR: connection failed. Please make sure OpenOffice.org is running and listening on port 8100.
and if I telnet to port 8100 I get connection refused.
Does anyone have an idear about what can cause this?
Would missing packages for example cause this, or would open office refuse to start at all? (It is a rather minimal debian install)
Martin

