Updated ODK 2.0 Sync APK for rev 126 tools suite

There is an updated ODK 2.0 Sync APK available on the downloads page:

This "rev 128" update to this APK fixes an issue reading gzip data and is
designed to work with the "rev 126" tools suite.

··· -- Clarice Larson Software Engineer University of Washington clarlars@gmail.com

ie This "rev 128" update to this APK fixes an issue reading gzip data

Can you describe the issue in more detail? I recently installed aggregate/tomcat and was seeing various issues when doing reset server using synch 126 and the sample apps. Just wondering if this issue could be causing some of the issues?

··· On Wednesday, May 20, 2015 at 1:02:31 PM UTC-5, clarice larson wrote: > There is an updated ODK 2.0 Sync APK available on the downloads page: > > https://opendatakit.org/downloads/download-info/odk-sync-apk/# > > > > This "rev 128" > update to this APK fixes an issue reading gzip data and is designed to work with the "rev 126" tools suite. > > -- > > Clarice Larson > Software Engineer > University of Washington > clar...@gmail.com

When data is sent to the Sync app from Aggregate, it is typically
compressed using the gzip format to save bandwidth and time. The
GZipHandler that we were using did not correctly read all the data. It
performed one read and then stopped. If all the data could be retrieved in
one read, the user would see no issues. However, if multiple reads were
necessary to get all of the data, the user would see an error message
similar to the one below.

ODK SYNC ERROR tables

There were failures. Status: NETWORK_ERROR Reason:

This error message is not very descriptive, and it is possible for this
error to be thrown for other reasons.

The fix was to make the GZipHandler read the stream as many times as
necessary to retrieve all of the data.

Clarice

··· On Mon, Sep 21, 2015 at 5:32 AM, <7shriner@gmail.com> wrote:

On Wednesday, May 20, 2015 at 1:02:31 PM UTC-5, clarice larson wrote:

There is an updated ODK 2.0 Sync APK available on the downloads page:

https://opendatakit.org/downloads/download-info/odk-sync-apk/#

This "rev 128"
update to this APK fixes an issue reading gzip data and is designed to
work with the "rev 126" tools suite.

--

Clarice Larson
Software Engineer
University of Washington
clar...@gmail.com

ie This "rev 128" update to this APK fixes an issue reading gzip data

Can you describe the issue in more detail? I recently installed
aggregate/tomcat and was seeing various issues when doing reset server
using synch 126 and the sample apps. Just wondering if this issue could be
causing some of the issues?

--
You received this message because you are subscribed to the Google Groups
"ODK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.