Updated ODK Aggregate Beta 3 installers available for download

Because of a UTF-8 (non-European) character handling issue in form
definitions, we've updated the ODK Aggregate Beta 3 Installers for Windows,
Linux and OSX. This release also includes a few additional bug fixes.
Thank you Alex for reporting the UTF-8 issue!

*If upgrading *on top of an existing install (AppEngine or Tomcat), *you must
*follow the instructions in the release notes.

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

Failure to follow those instructions will leave Aggregate in a state where
it will appear to be in "continual browser refresh."

New installs to new AppEngine application ids or to new MySQL or
PostgreSQL databases don't require any special actions.

The 'beta 3 utf-8' can be downloaded here:
http://code.google.com/p/opendatakit/downloads/list
Please follow the steps in the release notes if upgrading:
http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
The security page is unchanged:
http://code.google.com/p/opendatakit/wiki/AggregateSecurity

https://opendatakit.appspot.com/ is now running Beta 3 utf-8.

Please file any bug reports in our issue tracker, and be sure to note what
software versions you're using (e.g., ODK Collect 1.1.7 beta and/or ODK
Aggregate 1.0 beta 3 utf-8):
http://code.google.com/p/opendatakit/issues/list

We had a lot of people from the community provide great feedback and code
that went into this release, and we'd like to thank everyone for helping to
improve and push the project forward!

··· -- Mitch Sundt Software Engineer http://www.OpenDataKit.org University of Washington mitchellsundt@gmail.com

Thanks Mitch,

have just tried to upgrade (from previous beta 3) on GAE - but I get
the error message:

··· ------------------------ INFO: Successfully processed ODKAggregate/WEB-INF/datastore- indexes.xml Beginning server interaction for hew-datacollect.appspot.com... 0% Created staging directory at: '/tmp/appcfg856894520183533046.tmp' 5% Scanning for jsp files. 20% Scanning files on local disk. 25% Scanned 250 files. 28% Initiating update.

java.io.IOException: Error posting to URL:

400 Bad Request

Client Error (400)
The request is invalid for an unspecified reason.

Unable to update app: Error posting to URL:

400 Bad Request

Client Error (400)
The request is invalid for an unspecified reason.

Please see the logs [/tmp/appcfg2105514967526606264.log] for further
information.

The logs don't seem to give me very much useful info (to me at least)

  • see end of this message for the stack trace. I'd tried by installing
    on top of an existing ODK Aggregate app, so I then created a new app
    id and generated a new deployment for this appid - but this failed too
    (same message).

Not sure if this is a temporary problem with GAE or if others have
seen this too. I googled the error but didn't find any solution - some
suggested editing the WEB-INF/appengine-web.xml file (for the version
no and app id), but I didn't have any luck with these solutions either
(same error message). For info I also tried with the data store write
enabled/disabled and with the app enabled/disabled (again same error).

Will try again later (in case it's a temp problem), but thought I;d
post up in case anyone else is having the same issue.

Cheers,
Alex


Stack trace:
Client Error (400)
The request is invalid for an unspecified reason.

at

com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:
245)
at
com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:
207)
at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
639)
at
com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:
446)
at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
137)
at
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:
284)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
48)
at com.google.appengine.tools.admin.AppCfg
$UpdateAction.execute(AppCfg.java:596)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:157)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:65)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61)
com.google.appengine.tools.admin.AdminException: Unable to update app:
Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=1&
400 Bad Request

On Aug 11, 10:10 pm, Mitch Sundt msu...@cs.washington.edu wrote:

Because of a UTF-8 (non-European) character handling issue in form
definitions, we've updated the ODK Aggregate Beta 3 Installers for Windows,
Linux and OSX. This release also includes a few additional bug fixes.
Thank you Alex for reporting the UTF-8 issue!

*If upgrading *on top of an existing install (AppEngine or Tomcat), *you must
*follow the instructions in the release notes.

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

Failure to follow those instructions will leave Aggregate in a state where
it will appear to be in "continual browser refresh."

New installs to new AppEngine application ids or to new MySQL or
PostgreSQL databases don't require any special actions.

The 'beta 3 utf-8' can be downloaded here:
http://code.google.com/p/opendatakit/downloads/list
Please follow the steps in the release notes if upgrading:http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
The security page is unchanged:http://code.google.com/p/opendatakit/wiki/AggregateSecurity

https://opendatakit.appspot.com/is now running Beta 3 utf-8.

Please file any bug reports in our issue tracker, and be sure to note what
software versions you're using (e.g., ODK Collect 1.1.7 beta and/or ODK
Aggregate 1.0 beta 3 utf-8):http://code.google.com/p/opendatakit/issues/list

We had a lot of people from the community provide great feedback and code
that went into this release, and we'd like to thank everyone for helping to
improve and push the project forward!

--
Mitch Sundt
Software Engineerhttp://www.OpenDataKit.org
University of Washington
mitchellsu...@gmail.com

These are random problems that occur during the deployment of an application
to Google AppEngine.
I had similar problems yesterday at about 3pm pacific time; my second
attempt succeeded. I think there was a glitch of some sort at Google.

Try deploying again. Within the "ODK Aggregate" directory, double-click the
README.html and follow the directions.

Mitch

··· On Fri, Aug 12, 2011 at 7:41 AM, Alex Little wrote:

Thanks Mitch,

have just tried to upgrade (from previous beta 3) on GAE - but I get
the error message:


INFO: Successfully processed ODKAggregate/WEB-INF/datastore-
indexes.xml
Beginning server interaction for hew-datacollect.appspot.com...
0% Created staging directory at: '/tmp/appcfg856894520183533046.tmp'
5% Scanning for jsp files.
20% Scanning files on local disk.
25% Scanned 250 files.
28% Initiating update.

java.io.IOException: Error posting to URL:

https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=2&
400 Bad Request

Client Error (400)
The request is invalid for an unspecified reason.

Unable to update app: Error posting to URL:

https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=2&
400 Bad Request

Client Error (400)
The request is invalid for an unspecified reason.

Please see the logs [/tmp/appcfg2105514967526606264.log] for further
information.

The logs don't seem to give me very much useful info (to me at least)

  • see end of this message for the stack trace. I'd tried by installing
    on top of an existing ODK Aggregate app, so I then created a new app
    id and generated a new deployment for this appid - but this failed too
    (same message).

Not sure if this is a temporary problem with GAE or if others have
seen this too. I googled the error but didn't find any solution - some
suggested editing the WEB-INF/appengine-web.xml file (for the version
no and app id), but I didn't have any luck with these solutions either
(same error message). For info I also tried with the data store write
enabled/disabled and with the app enabled/disabled (again same error).

Will try again later (in case it's a temp problem), but thought I;d
post up in case anyone else is having the same issue.

Cheers,
Alex


Stack trace:
Client Error (400)
The request is invalid for an unspecified reason.

   at

com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java:
245)
at

com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java:
207)
at

com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
639)
at

com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java:
446)
at

com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
137)
at
com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java:
284)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
48)
at com.google.appengine.tools.admin.AppCfg
$UpdateAction.execute(AppCfg.java:596)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:157)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:65)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61)
com.google.appengine.tools.admin.AdminException: Unable to update app:
Error posting to URL:
https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=1&
400 Bad Request

On Aug 11, 10:10 pm, Mitch Sundt msu...@cs.washington.edu wrote:

Because of a UTF-8 (non-European) character handling issue in form
definitions, we've updated the ODK Aggregate Beta 3 Installers for
Windows,
Linux and OSX. This release also includes a few additional bug fixes.
Thank you Alex for reporting the UTF-8 issue!

*If upgrading *on top of an existing install (AppEngine or Tomcat),
*you must
*follow the instructions in the release notes.

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

Failure to follow those instructions will leave Aggregate in a state
where
it will appear to be in "continual browser refresh."

New installs to new AppEngine application ids or to new MySQL or
PostgreSQL databases don't require any special actions.

The 'beta 3 utf-8' can be downloaded here:
http://code.google.com/p/opendatakit/downloads/list
Please follow the steps in the release notes if upgrading:
http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
The security page is unchanged:
http://code.google.com/p/opendatakit/wiki/AggregateSecurity

https://opendatakit.appspot.com/is now running Beta 3 utf-8.

Please file any bug reports in our issue tracker, and be sure to note
what
software versions you're using (e.g., ODK Collect 1.1.7 beta and/or ODK
Aggregate 1.0 beta 3 utf-8):
http://code.google.com/p/opendatakit/issues/list

We had a lot of people from the community provide great feedback and code
that went into this release, and we'd like to thank everyone for helping
to
improve and push the project forward!

--
Mitch Sundt
Software Engineerhttp://www.OpenDataKit.org
University of Washington
mitchellsu...@gmail.com

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

--
Mitch Sundt
Software Engineer
http://www.OpenDataKit.org
University of Washington
mitchellsundt@gmail.com

Looking at the GAE status board they are having some issues today.

http://code.google.com/status/appengine

··· On Fri, Aug 12, 2011 at 9:00 AM, Mitch Sundt wrote: > These are random problems that occur during the deployment of an application > to Google AppEngine. > I had similar problems yesterday at about 3pm pacific time; my second > attempt succeeded. I think there was a glitch of some sort at Google. > > Try deploying again. Within the "ODK Aggregate" directory, double-click the > README.html and follow the directions. > > Mitch > > On Fri, Aug 12, 2011 at 7:41 AM, Alex Little wrote: >> >> Thanks Mitch, >> >> have just tried to upgrade (from previous beta 3) on GAE - but I get >> the error message: >> >> ------------------------ >> INFO: Successfully processed ODKAggregate/WEB-INF/datastore- >> indexes.xml >> Beginning server interaction for hew-datacollect.appspot.com... >> 0% Created staging directory at: '/tmp/appcfg856894520183533046.tmp' >> 5% Scanning for jsp files. >> 20% Scanning files on local disk. >> 25% Scanned 250 files. >> 28% Initiating update. >> >> java.io.IOException: Error posting to URL: >> >> https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=2& >> 400 Bad Request >> >> Client Error (400) >> The request is invalid for an unspecified reason. >> >> Unable to update app: Error posting to URL: >> >> https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=2& >> 400 Bad Request >> >> Client Error (400) >> The request is invalid for an unspecified reason. >> >> Please see the logs [/tmp/appcfg2105514967526606264.log] for further >> information. >> --------------------------------- >> >> The logs don't seem to give me very much useful info (to me at least) >> - see end of this message for the stack trace. I'd tried by installing >> on top of an existing ODK Aggregate app, so I then created a new app >> id and generated a new deployment for this appid - but this failed too >> (same message). >> >> Not sure if this is a temporary problem with GAE or if others have >> seen this too. I googled the error but didn't find any solution - some >> suggested editing the WEB-INF/appengine-web.xml file (for the version >> no and app id), but I didn't have any luck with these solutions either >> (same error message). For info I also tried with the data store write >> enabled/disabled and with the app enabled/disabled (again same error). >> >> Will try again later (in case it's a temp problem), but thought I;d >> post up in case anyone else is having the same issue. >> >> Cheers, >> Alex >> >> >> >> >> ----------------------------------- >> Stack trace: >> Client Error (400) >> The request is invalid for an unspecified reason. >> >> at >> >> com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java: >> 245) >> at >> >> com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java: >> 207) >> at >> >> com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java: >> 639) >> at >> >> com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: >> 446) >> at >> >> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: >> 137) >> at >> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: >> 284) >> at >> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: >> 48) >> at com.google.appengine.tools.admin.AppCfg >> $UpdateAction.execute(AppCfg.java:596) >> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:157) >> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:65) >> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61) >> com.google.appengine.tools.admin.AdminException: Unable to update app: >> Error posting to URL: >> https://appengine.google.com/api/appversion/create?app_id=hew-datacollect.appspot.com&version=1& >> 400 Bad Request >> >> >> On Aug 11, 10:10 pm, Mitch Sundt wrote: >> > Because of a UTF-8 (non-European) character handling issue in form >> > definitions, we've updated the ODK Aggregate Beta 3 Installers for >> > Windows, >> > Linux and OSX. This release also includes a few additional bug fixes. >> > Thank you Alex for reporting the UTF-8 issue! >> > >> > *If upgrading **on top of an existing install* (AppEngine or Tomcat), >> > *you must >> > *follow the instructions in the release notes. >> > >> > http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes >> > >> > Failure to follow those instructions will leave Aggregate in a state >> > where >> > it will appear to be in "continual browser refresh." >> > >> > *New installs* to new AppEngine application ids or to new MySQL or >> > PostgreSQL databases don't require any special actions. >> > >> > The 'beta 3 utf-8' can be downloaded here: >> > http://code.google.com/p/opendatakit/downloads/list >> > Please follow the steps in the release notes if >> > upgrading:http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes >> > The security page is >> > unchanged:http://code.google.com/p/opendatakit/wiki/AggregateSecurity >> > >> > https://opendatakit.appspot.com/is now running Beta 3 utf-8. >> > >> > Please file any bug reports in our issue tracker, and be sure to note >> > what >> > software versions you're using (e.g., ODK Collect 1.1.7 beta and/or ODK >> > Aggregate 1.0 beta 3 >> > utf-8):http://code.google.com/p/opendatakit/issues/list >> > >> > We had a lot of people from the community provide great feedback and >> > code >> > that went into this release, and we'd like to thank everyone for helping >> > to >> > improve and push the project forward! >> > >> > -- >> > Mitch Sundt >> > Software Engineerhttp://www.OpenDataKit.org >> > University of Washington >> > mitchellsu...@gmail.com >> >> -- >> Post: opendatakit@googlegroups.com >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com >> Options: http://groups.google.com/group/opendatakit?hl=en > > > > -- > Mitch Sundt > Software Engineer > http://www.OpenDataKit.org > University of Washington > mitchellsundt@gmail.com > > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en >

Thanks for the info,

just worked out that this was actually a problem between keyboard and
chair - I'd entered 'hew-datacollect.appspot.com' rather than just
'hew-datacollect' when generating the files to upload :frowning: I should
read the instructions more carefully...

Have successfully updated now.
Alex

··· On Aug 12, 8:56 pm, "W. Brunette" wrote: > Looking at the GAE status board they are having some issues today. > > http://code.google.com/status/appengine > > > > > > > > On Fri, Aug 12, 2011 at 9:00 AM, Mitch Sundt wrote: > > These are random problems that occur during the deployment of an application > > to Google AppEngine. > > I had similar problems yesterday at about 3pm pacific time; my second > > attempt succeeded. I think there was a glitch of some sort at Google. > > > Try deploying again. Within the "ODK Aggregate" directory, double-click the > > README.html and follow the directions. > > > Mitch > > > On Fri, Aug 12, 2011 at 7:41 AM, Alex Little wrote: > > >> Thanks Mitch, > > >> have just tried to upgrade (from previous beta 3) on GAE - but I get > >> the error message: > > >> ------------------------ > >> INFO: Successfully processed ODKAggregate/WEB-INF/datastore- > >> indexes.xml > >> Beginning server interaction for hew-datacollect.appspot.com... > >> 0% Created staging directory at: '/tmp/appcfg856894520183533046.tmp' > >> 5% Scanning for jsp files. > >> 20% Scanning files on local disk. > >> 25% Scanned 250 files. > >> 28% Initiating update. > > >> java.io.IOException: Error posting to URL: > > >>https://appengine.google.com/api/appversion/create?app_id=hew-datacol... > >> 400 Bad Request > > >> Client Error (400) > >> The request is invalid for an unspecified reason. > > >> Unable to update app: Error posting to URL: > > >>https://appengine.google.com/api/appversion/create?app_id=hew-datacol... > >> 400 Bad Request > > >> Client Error (400) > >> The request is invalid for an unspecified reason. > > >> Please see the logs [/tmp/appcfg2105514967526606264.log] for further > >> information. > >> --------------------------------- > > >> The logs don't seem to give me very much useful info (to me at least) > >> - see end of this message for the stack trace. I'd tried by installing > >> on top of an existing ODK Aggregate app, so I then created a new app > >> id and generated a new deployment for this appid - but this failed too > >> (same message). > > >> Not sure if this is a temporary problem with GAE or if others have > >> seen this too. I googled the error but didn't find any solution - some > >> suggested editing the WEB-INF/appengine-web.xml file (for the version > >> no and app id), but I didn't have any luck with these solutions either > >> (same error message). For info I also tried with the data store write > >> enabled/disabled and with the app enabled/disabled (again same error). > > >> Will try again later (in case it's a temp problem), but thought I;d > >> post up in case anyone else is having the same issue. > > >> Cheers, > >> Alex > > >> ----------------------------------- > >> Stack trace: > >> Client Error (400) > >> The request is invalid for an unspecified reason. > > >> at > > >> com.google.appengine.tools.admin.AbstractServerConnection.send(AbstractServerConnection.java: > >> 245) > >> at > > >> com.google.appengine.tools.admin.AbstractServerConnection.post(AbstractServerConnection.java: > >> 207) > >> at > > >> com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java: > >> 639) > >> at > > >> com.google.appengine.tools.admin.AppVersionUpload.beginTransaction(AppVersionUpload.java: > >> 446) > >> at > > >> com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java: > >> 137) > >> at > >> com.google.appengine.tools.admin.AppAdminImpl.doUpdate(AppAdminImpl.java: > >> 284) > >> at > >> com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java: > >> 48) > >> at com.google.appengine.tools.admin.AppCfg > >> $UpdateAction.execute(AppCfg.java:596) > >> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:157) > >> at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:65) > >> at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61) > >> com.google.appengine.tools.admin.AdminException: Unable to update app: > >> Error posting to URL: > >>https://appengine.google.com/api/appversion/create?app_id=hew-datacol... > >> 400 Bad Request > > >> On Aug 11, 10:10 pm, Mitch Sundt wrote: > >> > Because of a UTF-8 (non-European) character handling issue in form > >> > definitions, we've updated the ODK Aggregate Beta 3 Installers for > >> > Windows, > >> > Linux and OSX. This release also includes a few additional bug fixes. > >> > Thank you Alex for reporting the UTF-8 issue! > > >> > *If upgrading **on top of an existing install* (AppEngine or Tomcat), > >> > *you must > >> > *follow the instructions in the release notes. > > >> > http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes > > >> > Failure to follow those instructions will leave Aggregate in a state > >> > where > >> > it will appear to be in "continual browser refresh." > > >> > *New installs* to new AppEngine application ids or to new MySQL or > >> > PostgreSQL databases don't require any special actions. > > >> > The 'beta 3 utf-8' can be downloaded here: > >> > http://code.google.com/p/opendatakit/downloads/list > >> > Please follow the steps in the release notes if > >> > upgrading:http://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes > >> > The security page is > >> > unchanged:http://code.google.com/p/opendatakit/wiki/AggregateSecurity > > >> >https://opendatakit.appspot.com/isnow running Beta 3 utf-8. > > >> > Please file any bug reports in our issue tracker, and be sure to note > >> > what > >> > software versions you're using (e.g., ODK Collect 1.1.7 beta and/or ODK > >> > Aggregate 1.0 beta 3 > >> > utf-8):http://code.google.com/p/opendatakit/issues/list > > >> > We had a lot of people from the community provide great feedback and > >> > code > >> > that went into this release, and we'd like to thank everyone for helping > >> > to > >> > improve and push the project forward! > > >> > -- > >> > Mitch Sundt > >> > Software Engineerhttp://www.OpenDataKit.org > >> > University of Washington > >> > mitchellsu...@gmail.com > > >> -- > >> Post: opendatakit@googlegroups.com > >> Unsubscribe: opendatakit+unsubscribe@googlegroups.com > >> Options:http://groups.google.com/group/opendatakit?hl=en > > > -- > > Mitch Sundt > > Software Engineer > >http://www.OpenDataKit.org > > University of Washington > > mitchellsu...@gmail.com > > > -- > > Post: opendatakit@googlegroups.com > > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > > Options:http://groups.google.com/group/opendatakit?hl=en