-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 10.3
-
Component/s: Automation, Redis
-
Sprint:nxNS Sprint 10.10.2
When trying to retrieve the status of an async bulk download (ie http://localhost:8080/nuxeo/site/api/v1/automation/Blob.BulkDownload/@async/<id>/status) we get an error about
Wrong number of arguments for 'hmset' command
in the JSON response.
org.nuxeo.ecm.core.api.NuxeoException: redis.clients.jedis.exceptions.JedisDataException: ERR wrong number of arguments for 'hmset' command at org.nuxeo.ecm.automation.server.jaxrs.adapters.AsyncOperationAdapter.status(AsyncOperationAdapter.java:198) ~[nuxeo-automation-server-10.10-SNAPSHOT.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_112] ...
- is related to
-
NXP-26439 Inconsistent behavior when setting empy parameter map in transient store
- Open