OpenOffice.org workaround

From KnowledgeTree Community

Jump to: navigation, search
  • Step 1:

In the file...

<KT_INSTALLDIR>/openoffice/program/bootstraprc (e.g. /home/joe/ktdms/openoffice/program/bootstraprc)

Change the line...

UserInstallation=file:////home/kevin/ktdms/openoffice/settings

to

UserInstallation=file:////<KT_INSTALLDIR>/openoffice/settings (e.g. UserInstallation=file:////joe/ktdms/openoffice/settings)
  • Step 2:

Delete the following file...

<KT_INSTALLDIR>/openoffice/settings/.lock (e.g. /home/joe/ktdms/openoffice/settings/.lock)
  • Step 3:

Use "dmsctl.sh stop" to stop the server (ignore "kill" errors) and "dmsctl.sh start" to start it again.

  • Step 4: (optional)

Execute:

ps aux |grep soffice

You should see a line in the output containing the following if it is working.

soffice.bin -headless -invisible -accept=socket,host=localhost,port=2002;urp;
Personal tools