cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with bootstrapping Open Office on Leopard

a5sk4s
Champ in-the-making
Champ in-the-making
Has anybody had success with this?

I'm having problems with both OO 2.4.1 and OO 3.0 Beta2.  OO starts fine from the command line (with the same arguments), but changing openoffice-startup-context.xml to



<map>
  <entry key=".*">
    <value><![CDATA["/Applications/OpenOffice.org.app/Contents/MacOS/soffice" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:///opt/alfresco/openoffice" -nologo -headless -nofirststartwizard -nocrashreport -norestore -nolockcheck -nodefault]]></value>
  </entry>
</map>

[/code]

always ends up in this (using either version):

[code]16:46:47,284 ERROR [org.alfresco.util.exec.RuntimeExecBootstrapBean] Bootstrap command failed:
Execution result:
   os:         Mac OS X
   command:    "/Applications/OpenOffice.org.app/Contents/MacOS/soffice" "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" "-env:UserInstallation=file:///opt/alfresco/openoffice" -nologo -headless -nofirststartwizard -nocrashreport -norestore -nolockcheck -nodefault
   succeeded:  false
   exit code:  2
   out:       
   err:        "/Applications/OpenOffice.org.app/Contents/MacOS/soffice": not found

Any ideas are welcome. Thank you.
1 REPLY 1

a5sk4s
Champ in-the-making
Champ in-the-making
Some additional information and questions:

OO 3.0 Beta2 does not seem to work for a rule that converts ODT to PDF - even if started from the command line.  A file with a pdf extension gets generated in the designated space, but it appears to be an identical copy of the original.  Has anyone else had this experience?  Will there be support for OO 3.0 when it is officially released?

OO 2.4.1 converts correctly - the generated file opens up in Acrobat.  When starting OO 2.4.1 from the command line, I'm seeing several lines of the following output

2008-09-05 09:55:39.288 soffice.bin[286:2b03] *** _NSAutoreleaseNoPool(): Object 0x292cee0 of class NSCFArray autoreleased with no pool in place - just leaking
Stack: (0x970fbcdf 0x97008562 0x9702f5f4 0x47bf976 0x43c65d1 0x43c773c 0x43c9207 0x438d5ec 0x438daf1 0x4395142 0x44465f4 0x444501a 0x444b27c 0x44484ac 0xd10bf6 0x47a86d3 0x47ab9ee 0x47a77fe 0xe2f390 0xe2eab6 0xe2ed7b 0xe31d50 0xe2eab6 0xe2edd9 0x2e97487 0x2e8c245 0x136b8f 0x137eb6 0x2181c 0x23c8e 0x15931 0x3d21e1 0x3d22b8 0xf0e24c 0x926d66f5 0x926d65b2)

Does anyone know what could be the root of this?