Warning *** IMPOSSIBLE TO CONVERT STRING "" TO DATE FOR FIELD

Issue #91 resolved
Adolfo Casari created an issue

Hi Fidel,

I am seeing this in the logs:

2014-11-26 21:38:45,021 http-bio-8080-exec-173 WARN psaavedra 1298x649526x1 1vktk 161.238.96.5,0:0:0:0:0:0:0:1 /secure/CommentAssignIssue.jspa [plugins.workflowToolbox.shared.GeneralizedField] *** IMPOSSIBLE TO CONVERT STRING "" TO DATE FOR FIELD Termino Real Etapa Actual

This is triggered here:

jwt1.jpg

I am usign 2.1.23_beta_16

Regards,

Comments (3)

  1. Fidel Castro Armario repo owner

    That message is due to an attempt of the plugin to parse an empty string to a Date. That casting attempt from String to Number or Date is a frequent operation in the plugin code, and absolutely correct fonctionnement.

    Anyway, the log level required for that message to be shown will be raised from WARN to DEBUG in next version of the plugin, in order to reduce unnecessary verbosity at log file.

  2. Log in to comment