DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-27 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #11 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-20 14:40:04 UTC --- Maybe (In reply to comment #0) Upgrading the maven plugin 7.0.26, the goal which runs tomcat with a conf dir (not the embed version) generate the

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #12 from olamy ol...@apache.org 2012-03-20 14:57:18 UTC --- 20 mars 2012 15:55:11 org.apache.catalina.startup.Catalina load GRAVE: Catalina.start org.apache.catalina.LifecycleException: Failed to initialize component

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #13 from Konstantin Kolinko knst.koli...@gmail.com 2012-03-20 16:53:34 UTC --- (In reply to comment #8) (In reply to comment #9) AbstractRunMojo#startContainer() creates a new Catalina(). I do not see it ever calling

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #9 from Mark Thomas ma...@apache.org 2012-03-19 20:43:53 UTC --- (In reply to comment #8) What I don't understand is why in the parent classLoader chain having SystemClassLoader is mandatory! OK. That's what the current

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-19 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 olamy ol...@apache.org changed: What|Removed |Added CC||ol...@apache.org ---

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #8 from olamy ol...@apache.org 2012-03-17 22:06:13 UTC --- What I don't understand is why in the parent classLoader chain having SystemClassLoader is mandatory! That's what the current code assume. Frankly I don't understand why

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #7 from Mark Thomas ma...@apache.org 2012-03-15 09:10:52 UTC --- I'm against the patch proposed since that addresses the symptom rather than the cause. I'm not against added a null check that throws an IAE at the point where the

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #5 from Mark Thomas ma...@apache.org 2012-03-14 15:08:40 UTC --- Without any further input, this is going to get resolved as INVALID prior to the 7.0.27 release. -- Configure bugmail:

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-14 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #6 from olamy ol...@apache.org 2012-03-14 22:14:02 UTC --- Sorry didn't have time to do more testing. I will try to find change something to make that work again with version 7.0.26. BTW what prevent you to do a simple null

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #4 from Mark Thomas ma...@apache.org 2012-03-09 15:09:56 UTC --- I'm not exactly sure what is going on here as I can't repeat this with a simple test case. However, it does appear that r1242101 is the root cause. I can only

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #2 from Mark Thomas ma...@apache.org 2012-03-06 14:21:25 UTC --- Hmm. I'm failing to understand how the StandardServer ends up with a parent class loader that is not a child of the system class loader. At the moment this looks

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #3 from olamy ol...@apache.org 2012-03-06 14:28:44 UTC --- see

DO NOT REPLY [Bug 52833] NPE with 7.0.26

2012-03-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=52833 --- Comment #1 from olamy ol...@apache.org 2012-03-05 23:45:50 UTC --- Created attachment 28422 -- https://issues.apache.org/bugzilla/attachment.cgi?id=28422 attach a patch for review simply adding a NPE check. -- Configure bugmail: