https://issues.apache.org/bugzilla/show_bug.cgi?id=50835

Konstantin Kolinko <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|                            |All

--- Comment #1 from Konstantin Kolinko <[email protected]> 2011-02-26 
11:04:19 EST ---
I cannot reproduce it.

In what circumstances this was observed? Are there other errors and warnings or
interesting messages in the logs? Did tomcat start successfully?



>From the source, it can happen only of AccessLogValve#timezone is null, but
that field is initialized in AccessLogValve#start().

Is it possible that the AccessLogValve#log() call happened before #start() was
called? Maybe context itself failed to start and thus initialization did not
complete?

(BTW, there should be at least one WARNING there, because there is no "debug"
attribute in a Context.)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to