DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26262>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26262 DBCP log message in tomcat has incorrect day Summary: DBCP log message in tomcat has incorrect day Product: Commons Version: 1.0 Final Platform: PC OS/Version: Linux Status: NEW Severity: Minor Priority: Other Component: Dbcp AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It looks like the timestamp generated by DBCP incorrectly updates the "day" with the "minute". Here's an grep of the DBCP log in my catalina.out file: DBCP object created 2004-23-06 14:23:39 by the following code was never closed: DBCP object created 2004-39-06 14:39:51 by the following code was never closed: DBCP object created 2004-56-06 14:56:06 by the following code was never closed: DBCP object created 2004-11-06 15:11:20 by the following code was never closed: DBCP object created 2004-12-06 15:12:57 by the following code was never closed: DBCP object created 2004-23-06 15:23:30 by the following code was never closed: DBCP object created 2004-02-06 16:02:06 by the following code was never closed: DBCP object created 2004-43-06 20:43:47 by the following code was never closed: DBCP object created 2004-47-06 20:47:46 by the following code was never closed: DBCP object created 2004-56-06 20:56:21 by the following code was never closed: DBCP object created 2004-47-06 21:47:07 by the following code was never closed: DBCP object created 2004-52-06 21:52:19 by the following code was never closed: As you can tell, the date always match the minute. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
