This is a duplicate of 2491873
Trying to open a log file, I always get the error message "Specified log pattern doesnot match data in:"(+ log file path).
Though, I copied the log pattern from my log4j.properties in my preferences.
The log pattern is the following:
%-5p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n
The log file contains only the following lines:
<<
INFO 2008-11-21 16:05:44,122+0100 main com.xxx.yyy ## Loading XXX
INFO 2008-11-21 16:05:44,435+0100 main com.xxx.yyy STARTED run
INFO 2008-11-21 16:05:54,076+0100 main com.xxx.yyy TERMINATED run
>>
I also tried with the following other patterns:
%p %d{yyyy-MM-dd HH:mm:ss,SSSZ} %t %c %m%n
%p %d{yyyy-MM-dd HH:mm:ss,SSS'+001'} %t %c %m%n
%p %d{yyyy-MM-dd HH:mm:ss,SSS}+001 %t %c %m%n
but to no avail.
Since I found no error log, I've no way to investigate further to understand what's wrong in my pattern.
Problem was the way we were handling timezones not considering +/-. Fixed in r271
Fixed on branch:
Revision:
(http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight?view=rev&revision=).
${description}
This will be available from ### release of the ${module}. For more information about the release see ${link to release plan}