Open GoogleCodeExporter opened 9 years ago
Hi, we are experiencing the exact same problem on Ubuntu 12.04 and OpenOffice
3.4.1
Were you able to fix this?
Original comment by knas...@monaqasat.com
on 14 Apr 2013 at 1:31
If you are using a open office as a service use this
ExternalOfficeManagerConfiguration officeConfiguration = new
ExternalOfficeManagerConfiguration();
officeConfiguration.setConnectionProtocol(OfficeConnectionProtocol.SOCKET);
officeConfiguration.setPortNumber(2002);
OfficeManager officeManager = officeConfiguration.buildOfficeManager();
officeManager.start();
instead of
OfficeManager officeManager = new
DefaultOfficeManagerConfiguration().buildOfficeManager();
officeManager.start();
Original comment by daehy...@gmail.com
on 20 May 2013 at 5:44
Hi,
Were you able to fix this? I'm running to the same issue with return exit code 77
Original comment by shalinis...@gmail.com
on 14 Nov 2013 at 4:18
Hi
I have the same issue with return exit code 77, someone can fix this? Thx!
Original comment by sebars...@gmail.com
on 13 Feb 2014 at 7:40
Same issue.. is there any solution?
Original comment by saintdan...@gmail.com
on 7 Apr 2014 at 6:35
Original issue reported on code.google.com by
wuzhihui...@yahoo.cn
on 12 Jan 2013 at 9:52