Hi,
It seems that the new decoder added to /var/ossec/ruleset/decoders/0010-active-response_decoders.xml in 4.2.0 was not found.
First of all, check that the new decoder
<decoder name="ar_log_json">
<prematch>^\d\d\d\d/\d\d/\d\d \d\d:\d\d:\d\d active-response/bin/\S+: </prematch>
<plugin_decoder offset="after_prematch">JSON_Decoder</plugin_decoder>
</decoder>
is in /var/ossec/ruleset/decoders/0010-active-response_decoders.xml. If not, add it to the file and your issue may be solved.
If the decoder is in the file mentioned, this error could be happening if the decoder file was excluded. You can check if you are excluding this file in the decoder_exclude tags of the ruleset section of your manager ossec.conf file.
If this doesn't help you, please add the following line to /var/ossec/etc/local_internal_options.conf to see the analysisd daemon in debug mode. After adding the line, restart the manager again to see possible extra information.
analysisd.debug=2