DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-07-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|REOPENED|RESOLVED

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #22 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-27 14:45:55 PST --- I have committed a fix for test case 3 to trunk, It isn't perfect but it should be enough to fix the issue you are seeing. For the record, I could only ge

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #21 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 15:48:59 PST --- The good news is I can now repeat test case 3 and have found the root cause. There is a synchronisation issue with StandardWrapper. In short, one thread

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #20 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-26 12:57:53 PST --- The patch for test case 2 has been applied to 6.0.x and will be in 6.0.17 onwards. I'm still looking at test case 3. -- Configure bugmail: https://issu

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #19 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-25 08:32:58 PST --- Created an attachment (id=22176) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22176) Test Harness #4 -- Configure bugmail: https://issues.ap

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #18 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-25 08:32:23 PST --- Well that's frustrating :) I've done some work on it today to try to narrow down when it happens. I've written a java program that will make the required c

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-21 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #17 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-21 10:51:47 PST --- Sorry, I still can't repeat the issue with test case 3. I have tried on a couple of different machines. -- Configure bugmail: https://issues.apache.org

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #16 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-19 14:15:02 PST --- The Reloading looks like it works well now. Thanks! As for case #3... Yes I can still get that to happen. I thought maybe it was easier for me to reproduc

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #15 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-13 14:03:11 PST --- I can't reproduce the problem you had with case 3. Have you set the unloadDelay on the context? I have set mine to 2 (20 seconds) for this bug to mak

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-13 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #14 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-13 13:44:28 PST --- I have committed another patch to trunk and proposed it for 6.0.x that fixes another source of 404s on reload. The patch is: http://svn.apache.org/viewvc

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #13 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-11 15:08:34 PST --- I do have some progress to report. The issues you are seeing with test case 2 are due to the context.reload() calling context.stop() followed by context.

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #12 from Mark Thomas <[EMAIL PROTECTED]> 2008-06-08 04:51:26 PST --- The classloader fix has been applied to 6.0.x and will be in 6.0.17. I'll take a look at the remaining issues. -- Configure bugmail: https://issues.apa

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #11 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-05 19:47:16 PST --- Created an attachment (id=22084) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22084) Testcase 3 - ServletRestartTest.war -- Configure bugmai

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-06-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #10 from Joe Kislo <[EMAIL PROTECTED]> 2008-06-05 19:46:01 PST --- Well thanks for the compliment on the test cases... These issues are very important to us, so I'm *extremely* grateful you're spending time looking into them

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-05-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #9 from Mark Thomas <[EMAIL PROTECTED]> 2008-05-28 13:49:54 PST --- Thanks for your efforts on the test case. It made things so much easier to investigate. I have committed a fix to trunk that addresses this and proposed it

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #8 from Joe Kislo <[EMAIL PROTECTED]> 2008-05-22 16:14:32 PST --- Created an attachment (id=21990) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21990) Testcase 2 - ServletRestartTest.war -- Configure bugmail

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-05-22 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 Joe Kislo <[EMAIL PROTECTED]> changed: What|Removed |Added Status|RESOLVED|REOPENED R

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-05-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 Mark Thomas <[EMAIL PROTECTED]> changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 43683] Accessing Servlet while Reloading context gives 404 error

2008-04-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43683 --- Comment #5 from Mark Thomas <[EMAIL PROTECTED]> 2008-04-17 15:05:32 PST --- Thanks for the test case. The problem was that the wrapper originally allocated to the request is stopped as part of the reload. I have committed a fix to

DO NOT REPLY [Bug 43683] - Accessing Servlet while Reloading context gives 404 error

2007-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43683] - Accessing Servlet while Reloading context gives 404 error

2007-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43683] - Accessing Servlet while Reloading context gives 404 error

2007-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43683] - Accessing Servlet while Reloading context gives 404 error

2007-10-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu