Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Cannot Reproduce
-
1.0.0
-
None
-
None
Description
When trying to query provenance events, either leaving the criteria blank or entering things like Component ID, I get a "Malformed Request" dialog with the following message:
Message body is malformed. Unable to map into expected format.
nifi-user.log shows the following entry:
2016-06-22 13:07:06,949 INFO [NiFi Web Server-19] org.apache.nifi.web.filter.RequestLogger Attempting request for (anonymous) POST http://127.0.0.1:8989/nifi-api/provenance (source ip: 127.0.0.1)
2016-06-22 13:07:06,950 INFO [NiFi Web Server-19] o.a.n.w.a.c.JsonMappingExceptionMapper org.codehaus.jackson.map.JsonMappingException: Unable to unmarshal (to type [simple type, class java.lang.String]): Unparseable date: "06/22/2016 00:00:00" (through reference chain: org.apache.nifi.web.api.entity.ProvenanceEntity["provenance"]>org.apache.nifi.web.api.dto.provenance.ProvenanceDTO["request"]>org.apache.nifi.web.api.dto.provenance.ProvenanceRequestDTO["startDate"]). Returning Bad Request response.