we occasionally face problem during synchronization of a client - the sync fails and the log record on server shows this error message:
Sync session exception stack trace:
java.util.zip.ZipException: invalid stored block lengths
at java.util.zip.InflaterInputStream.read(Unknown Source)
at oracle.lite.sync.HeliosSession.recvCompressed(Unknown Source)
at oracle.lite.sync.HeliosSession.recvRec(Unknown Source)
at oracle.lite.sync.HeliosSession.startSession(Unknown Source)
at oracle.lite.sync.resume.Client$1.run(Unknown Source)
at oracle.lite.sync.resume.ThreadPool$PoolTask.run(Unknown Source)
when this occurs, there's no way how to get client working again. we have to delete the databases on the client and setup the sync again. I presume it's some kind of data corruption problem - we tried to delete the *.bin files on the client, but it did not help... Does anybody also faced this problem? We're using 10.2.0.2 version and PPC2003 clients.