You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to reproduce this issue by restarting the server many times in my development server for debugging. After hitting this issue, I found the problem is that the codecs in AggregationCodecProvider is containing duplicated key. Causing it returning null when calling get with Group.class
Could any one advise on this?
Regards
** Please complete the following information: **
Server Version: 6.0.18
Driver Version: 1.19.8
Morphia Version: 2.4.4
The text was updated successfully, but these errors were encountered:
Hello all,
I am not sure if this is a problem in morphia or java HashMap. Just see if anyone encountered similar issue.
When trying to use aggregate like this:
the following exception is thrown unless the server is restarted.
I have tried to reproduce this issue by restarting the server many times in my development server for debugging. After hitting this issue, I found the problem is that the codecs in AggregationCodecProvider is containing duplicated key. Causing it returning null when calling get with Group.class
Could any one advise on this?
Regards
** Please complete the following information: **
Server Version: 6.0.18
Driver Version: 1.19.8
Morphia Version: 2.4.4
The text was updated successfully, but these errors were encountered: