[kepler-dev] [Bug 5484] Module Manager GUI can fail to close and quit parent process

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Sep 23 19:47:03 PDT 2011


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5484

--- Comment #4 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2011-09-23 19:47:03 PDT ---
Should be fixed at r28643. Will close once verified using a 2.3.0 from an
installer on my Windows box.

The first process was hanging on HSQL.shutdownServers() server.shutdown() calls
(normally the first, 9001, but sometimes the second, 9003). The issue seemed to
be that the 2nd instance of kepler was mid-startup and interfering with the 1st
closing properly. I.e. probably the first was trying to shut down the dbs when
the 2nd was connecting or already connected.

It used to be the 2nd process was spawned before the 1st process notified its
shutdown listeners (where db shutdowns occur). I changed this ordering to fix
the problem.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list