I am getting a log error of the following on my atlassian-jira.log and I cannot comprehend it fully and understand why I am getting this error logged when I just used the default date time custom field.
Also how to fix this?
2018-07-11 22:10:42,059 http-nio-80-exec-67 ERROR erwins 1330x6003784x2 35vr9m 172.22.10.58 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:42<<]
2018-07-11 22:10:42,059 http-nio-80-exec-67 ERROR erwins 1330x6003784x2 35vr9m 172.22.10.58 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:42<<]
2018-07-11 22:10:47,622 http-nio-80-exec-97 ERROR huebit 1330x6004585x2 1hffhjr 172.22.10.117 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:47<<]
2018-07-11 22:10:47,638 http-nio-80-exec-97 ERROR huebit 1330x6004585x2 1hffhjr 172.22.10.117 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:47<<]
2018-07-11 22:10:47,654 http-nio-80-exec-97 ERROR huebit 1330x6004585x2 1hffhjr 172.22.10.117 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:47<<]
2018-07-11 22:10:56,804 http-nio-80-exec-118 ERROR marilg 1330x6005839x7 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:57<<]
2018-07-11 22:10:56,804 http-nio-80-exec-118 ERROR marilg 1330x6005839x7 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:57<<]
2018-07-11 22:10:58,507 http-nio-80-exec-44 ERROR erwins 1330x6006066x11 35vr9m 172.22.10.58 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:58<<]
2018-07-11 22:10:58,507 http-nio-80-exec-44 ERROR erwins 1330x6006066x11 35vr9m 172.22.10.58 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:10:58<<]
2018-07-11 22:11:11,777 http-nio-80-exec-61 ERROR marilg 1331x6007741x7 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:11:11<<]
2018-07-11 22:11:11,777 http-nio-80-exec-61 ERROR marilg 1331x6007741x7 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:11:11<<]
2018-07-11 22:12:52,535 http-nio-80-exec-150 ERROR marilg 1332x6020986x5 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:12:52<<]
2018-07-11 22:12:52,535 http-nio-80-exec-150 ERROR marilg 1332x6020986x5 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:12:52<<]
2018-07-11 22:13:03,114 http-nio-80-exec-36 ERROR marilg 1333x6022418x10 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:13:03<<]
2018-07-11 22:13:03,129 http-nio-80-exec-36 ERROR marilg 1333x6022418x10 5i14i9 172.22.10.48 /secure/QuickEditIssue.jspa [c.k.common.util.DateUtils] Parsing of the date failed [could not apply format dd/MMM/yy h:mm a for date string >>2018-07-11 22:13:03<<]
Can you tell me which plugin cause this issue? We have the same issue with the same error message. It will be better that you can put the code that cause this issue in this ticket. I can find it in my Jira.
Thanks,
Yuki
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What we did was to manually find any related code and comment it out. Once commented out and no error was log in atlassian-jira-log then that is the code that is getting the error.
I am still exploring sil for easier code debugging and error handling
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Shannon,
It's ok now, the root cause is a script that my colleague uses using a plugin and he is converting date into a string that cannot be parse.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, thank you for explaining! :) Glad you have it sorted out.
Take care and kind regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ahh, thank you for explaining! :) Glad you have it sorted out.
Take care and kind regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Michael,
Are you in the middle of a CSV import of your issues? If not, can you let us know what you were doing on Jira when you saw the error?
Can you confirm your Jira version?
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira Product Discovery Premium is now available! Get more visibility, control, and support to build products at scale.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.