License update fails on unknown version

Can't seem to find this issue anywhere. We're trying to update our license and it fails with this error:

curl -XPUT "http://:9200/_license" -d @elasticsearch-license.json

{"error":{"root_cause":[{"type":"exception","reason":"Unknown license version found, please upgrade all nodes to the latest elasticsearch-license plugin"}],"type":"exception","reason":"Unknown license version found, please upgrade all nodes to the latest elasticsearch-license plugin"},"status":500}

ES and all plugins are 2.4.5 including the license version.

What is the output from _cat/plugins?v?

name                 component    version type url
Foggy Nelson         cloud-aws    2.4.5   j
Foggy Nelson         license      2.4.5   j
Foggy Nelson         marvel-agent 2.4.5   j
Devos the Devastator cloud-aws    2.4.5   j
Devos the Devastator license      2.4.5   j
Devos the Devastator marvel-agent 2.4.5   j
Radian               cloud-aws    2.4.5   j
Radian               license      2.4.5   j
Radian               marvel-agent 2.4.5   j

Any ideas? Looks pretty good to me.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.