ocarnia / jodconverter

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

Office process threads hangs after stopping manager #64

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
See
http://groups.google.com/group/jodconverter/browse_thread/thread/d319b2f9e73c673
4

Original issue reported on code.google.com by mirko.na...@gmail.com on 9 Feb 2010 at 7:52

GoogleCodeExporter commented 9 years ago
Calling executor.shutdown() in ManagedOfficeProcess.stopAndWait() means that 
calling
start() on an OfficeManager after it's been stop()ped won't work.

The executor uses a *daemon* thread so it's not clear to me why it would 
prevent the
JVM from shutting down.

Original comment by mirko.na...@gmail.com on 15 May 2010 at 12:27

GoogleCodeExporter commented 9 years ago
Any news about this issue?

Original comment by catalin....@gmail.com on 28 Jul 2010 at 12:13

GoogleCodeExporter commented 9 years ago
Please let us know if there is any news on this as I would love to see it 
actually shutdown cleanly

Original comment by robert7...@gmail.com on 19 Oct 2010 at 7:55