Steps To Enable OpenOffice Log

OpenOffice

Follow below steps to enable runtime library logging in Openoffice log.

Change Previous service startup CmdLine to below new CmdLine to start the service.

OLD:
"C:\Program Files\OpenOffice.org 2.1\program\soffice.exe" -nologo -nodefault -accept=socket,port=22222;urp -invisible -norestore

NEW:
"C:\Program Files\OpenOffice.org 2.1\program\soffice.exe" -Xdebug -env:RTL_LOGFILE=c:\\OpenOffice -Xrunjdwp:transport=dt_socket,server=y,address=22222 -invisible -"accept=socket,host=0,port=22222;urp;debug=true"

Note: Make Sure all params are in Single Line.

Above command will create a logfile OpenOffice<ProcessId>.log at c:\ Drive.

In case of any ©Copyright or missing credits issue please check CopyRights page for faster resolutions.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.