{
"_id" : ObjectId("some id"),
"a":{/* Complex Structure */},
"b": [/* Array of transaction records */],
"c": {/* Some additional 50 fields with mixture of various data types */ }
}
Java code : TransactionMap class is a java.util.HashMap
Hi @senthil_kumar1 and welcome to the MongoDB community forum!!
We are eager to assist you in resolving the issues you are encountering. However, the information provided is not adequate for us to fully comprehend the underlying cause of the error at hand.
Primarily, it is noteworthy that the version of MongoDB you are currently utilising has reached its end of life. Consequently, no further updates or support are available for this version. Therefore, it is strongly advised to upgrade to the latest version of MongoDB along with its corresponding compatible Java driver for latest updates and bug fixes.
Should the issue persist post-update, we kindly request your assistance in providing the complete update command. This will enable us to accurately replicate the error and further diagnose the issue.