Question

MONGODB_13 - Error serializing record: java.lang.UnsupportedOperationException: BSON Converter cannot convert java.util.ArrayList to BSON Document

  • 21 November 2023
  • 0 replies
  • 8 views

Badge

Issue:-

While adding a json data to the MongoDB collection, following error has been observed.

MONGODB_13 - Error serializing record: java.lang.UnsupportedOperationException: BSON Converter cannot convert java.util.ArrayList to BSON Document

Solution:- 

MongoDB atlas was reading the record as a list. As the JSON data was enclosed with the [].

We have to set the JSON Content to JSON array of objects at the Origin side.


0 replies

Be the first to reply!

Reply