ODK Aggregate 1.4 is now available for download

*ODK Aggregate 1.4 is now available for download:

··· * http://code.google.com/p/opendatakit/downloads/list

The ODK Aggregate VM (maintained by Nafundi) has also been updated.

See the release notes for details:

http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes

Highlights

  1. Major changes to Aggregate's publishers to update to the latest jars
    and protocols, add new publishers, and improve quota usage
  2. changed behavior: simple JSON publisher now POSTs an application/json
    entity body; added option for how to treat binary content. Incompatible
    change; see Upgrading section in the release notes if you were using the
    Z-ALPHA JSON Server
  3. changed representation: ODK Tables storage schema has been
    revised. Incompatible
    change; see Upgrading section in the releast notes if you used your server
    to upload or download data to ODK Tables. Syncing with ODK Tables is
    broken in this release. Only v1.3.4 on Google AppEngine works with the ODK
    Tables alpha (we are in the middle of changing table schemas).
  4. fix: file exports were not properly writing UTF-8 character sets.
  5. fix: postgreSQL failures on some forms (column names must be less
    than 63 characters)
  6. Add support for publishing data to Google Maps Engine, more
    information can be found at
    GoogleMapsEngineInstructionshttp://code.google.com/p/opendatakit/wiki/GoogleMapsEngineInstructions

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Hi,

I am trying to upgrade to 1.4 from 1.3.2 and I get this error on the bash script after the wizard:
xception in thread "main" java.lang.UnsupportedClassVersionError: com/google/appengine/tools/admin/AppCfg : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
---END-SCRIPT-FAILURE---

I appreciate your help

Thank you
Yael

··· El jueves, 3 de octubre de 2013 11:45:06 UTC-5, Mitch Sundt escribió: > ODK Aggregate 1.4 is now available for download: > > http://code.google.com/p/opendatakit/downloads/list > > > > The ODK Aggregate VM (maintained by Nafundi) has also been updated. > > See the release notes for details: > > > http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes > > > Highlights Major changes to Aggregate's publishers to update to the > latest jars and protocols, add new publishers, and improve quota usagechanged > behavior: simple JSON publisher now POSTs an application/json entity > body; added option for how to treat binary content. Incompatible change; see Upgrading section in the release notes if you were using the Z-ALPHA JSON Server changed representation: ODK Tables storage schema has been revised. Incompatible change; see Upgrading section in the releast notes if you used your server to upload or download data to ODK Tables. > Syncing with ODK Tables is broken in this release. Only v1.3.4 on > Google AppEngine works with the ODK Tables alpha (we are in the middle > of changing table schemas). fix: file exports were not properly writing UTF-8 character sets. fix: postgreSQL failures on some forms (column names must be less than 63 characters) Add support for publishing data to Google Maps Engine, more information can be found at GoogleMapsEngineInstructions > > -- > Mitch Sundt > Software Engineer > University of Washington > mitche...@gmail.com

H

Yael,

Please do not post to both lists. Also, search first before posting.

Try the steps Mitch outlined at:
https://groups.google.com/forum/#!searchin/opendatakit/UnsupportedClassVersionError/opendatakit/ygoCytvJBLo/gUSfMENf0v0J

Thanks,

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, professional support, custom reporting, and software development for ODK.

On Wed, Oct 23, 2013 at 11:01 AM, yael@soyhormiga.com wrote:

Hi,

I am trying to upgrade to 1.4 from 1.3.2 and I get this error on the bash script after the wizard:
xception in thread "main" java.lang.UnsupportedClassVersionError: com/google/appengine/tools/admin/AppCfg : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
---END-SCRIPT-FAILURE---

I appreciate your help

Thank you
Yael

El jueves, 3 de octubre de 2013 11:45:06 UTC-5, Mitch Sundt escribió:

ODK Aggregate 1.4 is now available for download:

http://code.google.com/p/opendatakit/downloads/list

The ODK Aggregate VM (maintained by Nafundi) has also been updated.

See the release notes for details:

http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes

Highlights Major changes to Aggregate's publishers to update to the
latest jars and protocols, add new publishers, and improve quota usagechanged
behavior: simple JSON publisher now POSTs an application/json entity
body; added option for how to treat binary content. Incompatible change; see Upgrading section in the release notes if you were using the Z-ALPHA JSON Server changed representation: ODK Tables storage schema has been revised. Incompatible change; see Upgrading section in the releast notes if you used your server to upload or download data to ODK Tables.
Syncing with ODK Tables is broken in this release. Only v1.3.4 on
Google AppEngine works with the ODK Tables alpha (we are in the middle
of changing table schemas). fix: file exports were not properly writing UTF-8 character sets. fix: postgreSQL failures on some forms (column names must be less than 63 characters) Add support for publishing data to Google Maps Engine, more information can be found at GoogleMapsEngineInstructions

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

H

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


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

App Engine requires Java 7 (
https://developers.google.com/appengine/docs/java/), version 51.0 (in your
log) also indicates Java 7. So you might need to update your SDK
accordingly.

--Samson

··· On Wed, Oct 23, 2013 at 8:01 PM, wrote:

Hi,

I am trying to upgrade to 1.4 from 1.3.2 and I get this error on the bash
script after the wizard:
xception in thread "main" java.lang.UnsupportedClassVersionError:
com/google/appengine/tools/admin/AppCfg : Unsupported major.minor version
51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
---END-SCRIPT-FAILURE---

I appreciate your help

Thank you
Yael

El jueves, 3 de octubre de 2013 11:45:06 UTC-5, Mitch Sundt escribió:

ODK Aggregate 1.4 is now available for download:

http://code.google.com/p/opendatakit/downloads/list

The ODK Aggregate VM (maintained by Nafundi) has also been updated.

See the release notes for details:

http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes

Highlights Major changes to Aggregate's publishers to update to the
latest jars and protocols, add new publishers, and improve quota
usagechanged
behavior: simple JSON publisher now POSTs an application/json entity
body; added option for how to treat binary content. Incompatible change;
see Upgrading section in the release notes if you were using the Z-ALPHA
JSON Server changed representation: ODK Tables storage schema has been
revised. Incompatible change; see Upgrading section in the releast notes
if you used your server to upload or download data to ODK Tables.
Syncing with ODK Tables is broken in this release. Only v1.3.4 on
Google AppEngine works with the ODK Tables alpha (we are in the middle
of changing table schemas). fix: file exports were not properly writing
UTF-8 character sets. fix: postgreSQL failures on some forms (column names
must be less than 63 characters) Add support for publishing data to Google
Maps Engine, more information can be found at GoogleMapsEngineInstructions

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

H

--
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/groups/opt_out.

--
Samson Gejibo

PhD candidate

University of Bergen | Department of Informatics
Thormøhelnsgt. 55, Postboks 7800
NO-5020 Bergen

Office: +4755584278
Mobile: +4745137535

http://www.uib.no/persons/Thorkild.Tylleskar#profil