alelimpo / jodconverter

Automatically exported from code.google.com/p/jodconverter
0 stars 0 forks source link

Stall when OOo port is already used by another process #41

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
As reported on the group

http://groups.google.com/group/jodconverter/browse_thread/thread/f8af46ae02e95e5
f

JODConverter hangs at startup properly when using e.g. the default OOo port
8100 if that port is already in use by another process.

It fail with a suitable error message instead.

Original issue reported on code.google.com by mirko.na...@gmail.com on 12 May 2009 at 4:17

GoogleCodeExporter commented 8 years ago
Modified OfficeConnection not to fire a 'disconnected' event if it wasn't 
connected
in the first place. This should at least prevent JODConverter from endlessly 
trying
to restart OOo.

Raised an issue with OOo for having the OOo process exit with an error if it 
can't
bind to the specified port:

  http://www.openoffice.org/issues/show_bug.cgi?id=102064

Original comment by mirko.na...@gmail.com on 19 May 2009 at 2:06

GoogleCodeExporter commented 8 years ago
Made ManagedOfficeProcess#doStopProcess() more robust so it should terminate 
the OOo
process even in this case where we have no URP connection.

Original comment by mirko.na...@gmail.com on 19 May 2009 at 2:16

GoogleCodeExporter commented 8 years ago

Original comment by mirko.na...@gmail.com on 27 Mar 2011 at 1:21