cancel
Showing results for 
Search instead for 
Did you mean: 

Open office error

ch_anil_kumar
Champ in-the-making
Champ in-the-making
Hi,
   I am getting the open office error when deploying the Alfresco.war file in the tomcat directory.
  "The application cannot be started. An internal error occured"
With an OK button. Even after this error message the afresco programs runs fine.

Any body can tell me how to avoid that error.

Thank you.
1 REPLY 1

mliwski
Champ in-the-making
Champ in-the-making
It's happened to my too…   

You could fix it, modifying the alfresco.bat file, at line 46 replace
if not "%OPENOFFICE_PATH%" == "" call "%OPENOFFICE_PATH%\OpenOfficePortable.exe" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:///%ALF_HOME_URI%oouser" -nologo -headless -nofirststartwizard

with

if not "%OPENOFFICE_PATH%" == "" call "%OPENOFFICE_PATH%\OpenOfficePortable.exe" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless -nofirststartwizard