DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #10 from Mark Thomas ma...@apache.org 2010-12-09 06:32:46 EST --- Yep. Working on it (well the clean up prior to implementing the fix) now. A bindOnInit param will be added to the connector that defaults to true. By default the

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Sylvain Laurent sylvain.laur...@gmail.com changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #14 from Martin Grotzke martin.grot...@googlemail.com 2010-12-09 19:24:22 EST --- (In reply to comment #13) Re-factoring goof - fixed. Great, thanx a lot for your work! Now I ran into another issue, will submit this

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #9 from Martin Grotzke martin.grot...@googlemail.com 2010-12-08 19:15:46 EST --- D'oh. Is there another solution in sight? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #7 from Martin Grotzke martin.grot...@googlemail.com 2010-12-02 03:11:32 EST --- Great, thanx a lot for fixing this! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #5 from Martin Grotzke martin.grot...@googlemail.com 2010-12-01 03:24:07 EST --- Ok, great you're on it already! -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-12-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #3 from Martin Grotzke martin.grot...@googlemail.com 2010-11-30 16:24:43 EST --- I debugged this and found the following path of execution: Connector.stopInternal(): - protocolHandler.stop() (Http11Protocol, stop() implemented

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-11-30 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #4 from Mark Thomas ma...@apache.org 2010-11-30 17:52:07 EST --- I'm working on this at the moment (although work and infrastructure stuff may distract me for the next few days). I have already sorted out the MapperListener, the

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-11-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #2 from Mark Thomas ma...@apache.org 2010-11-29 08:47:21 EST --- Connector components can be started and stopped multiple times and setting MUST_DESTROY will break that. Therefore, the patch can't be used in its current form.

DO NOT REPLY [Bug 50360] Server socket still bound after Embedded.stop is invoked

2010-11-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50360 --- Comment #1 from Martin Grotzke martin.grot...@googlemail.com 2010-11-28 20:20:10 EST --- Created an attachment (id=26352) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=26352) Add setState(LifecycleState.MUST_DESTROY) to