09-16-2008 03:56 PM
09-17-2008 01:48 PM
$ "/usr/lib/openoffice.org/program/soffice" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:////$ALF_HOME" -nologo -headless -nofirststartwizard -nocrashrep -norestore &
10:13:23,544 ERROR [org.alfresco.util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
os: Linux
command: "/$ALF_HOME/program/soffice" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:////$ALF_HOME" -nologo -headless -nofirststartwizard -nocrashrep -norestore
succeeded: false
exit code: 2
out:
err: Cannot run program ""/$ALF_HOME/program/soffice"": java.io.IOException: error=2, No such file or directory
10:13:25,710 INFO [org.alfresco.repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /$ALF_HOME/alf_data
09-17-2008 01:58 PM
Hey belmekki, Thanks for your reply!
Unfortunately, I'm already using the full-setup file for Linux located at the wiki . On the OpenOffice Location prompt, the default location is $ALF_HOME/OpenOfficePortable/App/openoffice but there isn't anything there.
09-17-2008 04:45 PM
$ locate soffice.bin
/usr/lib/openoffice.org/program/soffice.bin
$ cp /usr/lib/openoffice.org/program/soffice.bin /usr/lib/openoffice.org/program/soffice.exe
$ cd /$ALF_HOME/
$ mkdir program
$ ln -s /usr/lib/openoffice.org/program/soffice.exe soffice.exe
09-17-2008 04:52 PM
$ ln -s /usr/lib/openoffice.org/program/soffice.exe soffice
$ ln -s /usr/lib/openoffice.org/program/soffice.exe soffice.exe
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.