[Bug 58094] [7.0.63 RC] Null component Tomcat:type=Cache error messages in testsuite logs

2015-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58094

Konstantin Kolinko knst.koli...@gmail.com changed:

   What|Removed |Added

 OS||All

--- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com ---
This log message is not observed during normal standalone use of Tomcat (e.g.
smoke-testing the examples webapp). So it is something specific to embedded
Tomcat configuration used by test cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 58094] [7.0.63 RC] Null component Tomcat:type=Cache error messages in testsuite logs

2015-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58094

--- Comment #2 from Remy Maucherat r...@apache.org ---
I see no way this is a regression. It's just the cache that is null, probably
because the resources is not the usual BaseDirContext and so the cache is null.
It's harmless and could use a null check.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 58094] [7.0.63 RC] Null component Tomcat:type=Cache error messages in testsuite logs

2015-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58094

Remy Maucherat r...@apache.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #3 from Remy Maucherat r...@apache.org ---
r1688854 for a fix that removed the bad logging for me. It's really specific to
the testsuite and its empty resources.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org