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
Hi team,
I suffered the deserialization issue with fst-2.57, could you please have a look?
The data was serialized with fst-2.16 and stored in DB, when I tried to deserialize this data with fst-2.57 I got below error.
unable to decode:]À��#ú(com.dx.test.data.pojo.IpVersionú+com.dx.test.data.pojo.SecurityModeü
2020-10-30-T10:05:31.423+0200 | | | main | ERROR | com.dx.test.nzdt.DataSyncApp | data sync is failed because of error.
org.redisson.client.RedisException: Failed to get NeInfo from DB for key:PLMN-PLMN/SBTS-111
at com.dx.test.data.repo.ne.NeInfoRepo.get(NeInfoRepo.java:112)
at com.dx.test.nzdt.repo.NeInfoForNA19AndLaterRepo.get(NeInfoForNA19AndLaterRepo.java:18)
at com.dx.test.nzdt.repo.NeInfoForNA19AndLaterRepo.getAll(NeInfoForNA19AndLaterRepo.java:65)
at com.dx.test.nzdt.ExportData.exportRegInfoForNA19OrLaterReleases(ExportData.java:57)
at com.dx.test.nzdt.ExportData.exportData(ExportData.java:26)
at com.dx.test.nzdt.DataSyncApp.main(DataSyncApp.java:49)
Caused by: java.io.IOException: java.lang.RuntimeException: unable to find class for code 93
at org.nustaq.serialization.FSTObjectInput.readObject(FSTObjectInput.java:247)
at org.nustaq.serialization.FSTConfiguration.asObject(FSTConfiguration.java:1158)
at com.dx.test.data.common.DataTypeConverter.bytesToObject(DataTypeConverter.java:45)
at com.dx.test.data.dao.NeDao.select(NeDao.java:153)
at com.dx.test.data.repo.ne.NeInfoRepo.getFromDB(NeInfoRepo.java:206)
at com.dx.test.data.repo.ne.NeInfoRepo.get(NeInfoRepo.java:109)
... 5 more
Caused by: java.lang.RuntimeException: unable to find class for code 93
at org.nustaq.serialization.FSTClazzNameRegistry.decodeClass(FSTClazzNameRegistry.java:180)
at org.nustaq.serialization.coders.FSTStreamDecoder.readClass(FSTStreamDecoder.java:478)
at org.nustaq.serialization.FSTObjectInput.readClass(FSTObjectInput.java:939)
at org.nustaq.serialization.FSTObjectInput.readObjectWithHeader(FSTObjectInput.java:347)
at org.nustaq.serialization.FSTObjectInput.readObjectInternal(FSTObjectInput.java:331)
at org.nustaq.serialization.FSTObjectInput.readObject(FSTObjectInput.java:311)
at org.nustaq.serialization.FSTObjectInput.readObject(FSTObjectInput.java:245)
... 10 more
Are different encoding mechanisms used in the 2 versions?
Your support will be appreciated a lot.
Best regards,
Wenzhi
The text was updated successfully, but these errors were encountered:
Hi team,
I suffered the deserialization issue with fst-2.57, could you please have a look?
The data was serialized with fst-2.16 and stored in DB, when I tried to deserialize this data with fst-2.57 I got below error.
Are different encoding mechanisms used in the 2 versions?
Your support will be appreciated a lot.
Best regards,
Wenzhi
The text was updated successfully, but these errors were encountered: