Uploading ODK to AppEngine

Hi

I'm in the final stages of setting up the aggregate/AppEngine but there seems to be a problem in locating the 'Unable to find the webapp directory ./ODKAggregate'.

Because of this my Google console project AppEngine won't update and I can't create the server. I am using a Mac OSX El Capitan and have successfully navigated through all the Java issues and gotten the tocken etc. I am in between stage 8-9 of the Aggregate instructions.

Code that I am showing is copied below. If anyone has any advice it would be very much appreciated.

getToken : Please enter code: Reading application configuration data...
getToken!: Jul 09, 2016 5:50:24 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
getToken!: INFO: Successfully processed ./LegacyRemoval/WEB-INF/datastore-indexes.xml
getToken :
getToken :
getToken : Beginning interaction for module default...
getToken : max_blob_size: 32000000
getToken : max_file_count: 10000
getToken : max_file_size: 32000000
getToken : max_files_to_clone: 2000
getToken : max_total_file_size: 1073741824
getToken : Success.
getToken : Cleaning up temporary files for module default...
getToken :
getToken!:
status : Action Succeeded!
listBackends : Reading application configuration data...
listBackends!: Jul 09, 2016 5:50:29 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
listBackends!: INFO: Successfully processed ./LegacyRemoval/WEB-INF/datastore-indexes.xml
listBackends :
listBackends :
listBackends : Beginning interaction for module default...
listBackends : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Success.
listBackends : Cleaning up temporary files for module default...
listBackends!:
listBackends :
deleteBackendBackground : Reading application configuration data...
deleteBackendBackground!: Jul 09, 2016 5:50:30 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
deleteBackendBackground!: INFO: Successfully processed ./LegacyRemoval/WEB-INF/datastore-indexes.xml
deleteBackendBackground :
deleteBackendBackground :
deleteBackendBackground : Beginning interaction for module default...
deleteBackendBackground : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground!: Jul 09, 2016 5:50:31 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #0
deleteBackendBackground!: Jul 09, 2016 5:50:31 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #1
deleteBackendBackground!: Jul 09, 2016 5:50:32 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #2
deleteBackendBackground!: Jul 09, 2016 5:50:32 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #3
deleteBackendBackground : Unable to delete backend: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground : 400 Bad Request
deleteBackendBackground : Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground :
deleteBackendBackground : Please see the logs [/var/folders/yc/d4tjj_n14snf59g1n095g60c0000gn/T/appcfg1636834225453275454.log] for further information.
deleteBackendBackground :
deleteBackendBackground!:
update : Unable to find the webapp directory ./ODKAggregate
update : usage: AppCfg [options] [] []
update :
update : Action must be one of:
update : help: Print help for a specific action.
update : download_app: Download a previously uploaded app version.
update : request_logs: Write request logs in Apache common log format.
update : rollback: Rollback an in-progress update.
update : start_module_version: Start the specified module version.
update : stop_module_version: Stop the specified module version.
update : update: Create or update an app version.
update : update_indexes: Update application indexes.
update : update_cron: Update application cron jobs.
update : update_queues: Update application task queue definitions.
update : update_dispatch: Update the application dispatch configuration.
update : update_dos: Update application DoS protection configuration.
update : version: Prints version information.
update : set_default_version: Set the default serving version.
status : Action failed or aborted by user
update : cron_info: Displays times for the next several runs of each cron job.
update : resource_limits_info: Display resource limits.
update : vacuum_indexes: Delete unused indexes from application.
update : backends list: List the currently configured backends.
update : backends update: Update the specified backend or all backends.
update : backends rollback: Roll back a previously in-progress update.
update : backends start: Start the specified backend.
update : backends stop: Stop the specified backend.
update : backends delete: Delete the specified backend.
update : backends configure: Configure the specified backend.
update : list_versions: List the currently uploaded versions.
update : delete_version: Delete the specified version.
update : Use 'help ' for a detailed description.
update :
update : options:
update : -s SERVER, --server=SERVER
update : The server to connect to.
update : -e EMAIL, --email=EMAIL
update : The username to use. Will prompt if omitted.
update : -H HOST, --host=HOST Overrides the Host header sent with all RPCs.
update : -p PROXYHOST[:PORT], --proxy=PROXYHOST[:PORT]
update : Proxies requests through the given proxy server.
update : If --proxy_https is also set, only HTTP will be
update : proxied here, otherwise both HTTP and HTTPS will.
update : --proxy_https=PROXYHOST[:PORT]
update : Proxies HTTPS requests through the given proxy server.
update : --no_cookies Do not save/load access credentials to/from disk.
update : --sdk_root=root Overrides where the SDK is located.
update : --passin Always read the login password from stdin.
update : -A APP_ID, --application=APP_ID
update : Override application id from appengine-web.xml or app.yaml
update : -M MODULE, --module=MODULE
update : Override module from appengine-web.xml or app.yaml
update : -V VERSION, --version=VERSION
update : Override (major) version from appengine-web.xml or app.yaml
update : --oauth2 Ignored (OAuth2 is the default).
update : --noisy
update : Log much more information about what the tool is doing.
update : --enable_jar_splitting
update : Split large jar files (> 10M) into smaller fragments.
update : --jar_splitting_excludes=SUFFIXES
update : When --enable-jar-splitting is set, files that match
update : the list of comma separated SUFFIXES will be excluded
update : from all jars.
update : --disable_jar_jsps
update : Do not jar the classes generated from JSPs.
update : --enable_jar_classes
update : Jar the WEB-INF/classes content.
update : --delete_jsps
update : Delete the JSP source files after compilation.
update : --retain_upload_dir
update : Do not delete temporary (staging) directory used in
update : uploading.
update : --compile_encoding
update : The character encoding to use when compiling JSPs.
update : -n NUM_DAYS, --num_days=NUM_DAYS
update : Number of days worth of log data to get. The cut-off
update : point is midnight UTC. Use 0 to get all available
update : logs. Default is 1.
update : --severity=SEVERITY Severity of app-level log messages to get. The range
update : is 0 (DEBUG) through 4 (CRITICAL). If omitted, only
update : request logs are returned.
update : --include_all Include everything in log messages.
update : -a, --append Append to existing file.
update : -n NUM_RUNS, --num_runs=NUM_RUNS
update : Number of scheduled execution times to compute
update : -f, --force Force deletion of indexes without being prompted.
update : --no_usage_reporting
update : Disable usage reporting.
update : -D, --auto_update_dispatch
update : Include dispatch.yaml in updates
update :
listBackends : ********************************************************
listBackends : There is a new version of the SDK available.
listBackends : -----------
listBackends : Latest SDK:
listBackends : Release: 1.9.38
listBackends : Timestamp: Tue May 03 03:54:17 AEST 2016
listBackends : API versions: [1.0]
listBackends :
listBackends : -----------
listBackends : Your SDK:
listBackends : Release: 1.9.34
listBackends : Timestamp: Fri Feb 12 06:36:15 AEDT 2016
listBackends : API versions: [1.0]
listBackends :
listBackends : -----------
listBackends : Please visit https://developers.google.com/appengine/downloads for the latest SDK.
listBackends : ********************************************************
listBackends : Reading application configuration data...
listBackends!: Jul 09, 2016 5:57:47 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
listBackends!: INFO: Successfully processed ./LegacyRemoval/WEB-INF/datastore-indexes.xml
listBackends :
listBackends :
listBackends : Beginning interaction for module default...
listBackends : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Success.
listBackends : Cleaning up temporary files for module default...
listBackends!:
listBackends :
deleteBackendBackground : Reading application configuration data...
deleteBackendBackground!: Jul 09, 2016 5:57:49 PM com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
deleteBackendBackground!: INFO: Successfully processed ./LegacyRemoval/WEB-INF/datastore-indexes.xml
deleteBackendBackground :
deleteBackendBackground :
deleteBackendBackground : Beginning interaction for module default...
deleteBackendBackground : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground : Warning: This application uses Backends, a deprecated feature that has been replaced by Modules, which offers additional functionality. Please convert your backends to modules as described at: https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground!: Jul 09, 2016 5:57:49 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #0
deleteBackendBackground!: Jul 09, 2016 5:57:50 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #1
deleteBackendBackground!: Jul 09, 2016 5:57:50 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #2
deleteBackendBackground!: Jul 09, 2016 5:57:51 PM com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground!: This is try #3
deleteBackendBackground : Unable to delete backend: Error posting to URL: https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground : 400 Bad Request
deleteBackendBackground : Deleting backend: backgroundBackend 'background' has not been defined.
deleteBackendBackground :
deleteBackendBackground : Please see the logs [/var/folders/yc/d4tjj_n14snf59g1n095g60c0000gn/T/appcfg4479800954340935124.log] for further information.
deleteBackendBackground!:
deleteBackendBackground :
update : Unable to find the webapp directory ./ODKAggregate
update : usage: AppCfg [options] [] []
update :
update : Action must be one of:
update : help: Print help for a specific action.
update : download_app: Download a previously uploaded app version.
update : request_logs: Write request logs in Apache common log format.
update : rollback: Rollback an in-progress update.
update : start_module_version: Start the specified module version.
update : stop_module_version: Stop the specified module version.
update : update: Create or update an app version.
update : update_indexes: Update application indexes.
update : update_cron: Update application cron jobs.
update : update_queues: Update application task queue definitions.
update : update_dispatch: Update the application dispatch configuration.
update : update_dos: Update application DoS protection configuration.
update : version: Prints version information.
update : set_default_version: Set the default serving version.
update : cron_info: Displays times for the next several runs of each cron job.
update : resource_limits_info: Display resource limits.
update : vacuum_indexes: Delete unused indexes from application.
update : backends list: List the currently configured backends.
update : backends update: Update the specified backend or all backends.
update : backends rollback: Roll back a previously in-progress update.
update : backends start: Start the specified backend.
update : backends stop: Stop the specified backend.
update : backends delete: Delete the specified backend.
update : backends configure: Configure the specified backend.
update : list_versions: List the currently uploaded versions.
update : delete_version: Delete the specified version.
update : Use 'help ' for a detailed description.
update :
update : options:
update : -s SERVER, --server=SERVER
update : The server to connect to.
update : -e EMAIL, --email=EMAIL
update : The username to use. Will prompt if omitted.
update : -H HOST, --host=HOST Overrides the Host header sent with all RPCs.
update : -p PROXYHOST[:PORT], --proxy=PROXYHOST[:PORT]
update : Proxies requests through the given proxy server.
update : If --proxy_https is also set, only HTTP will be
update : proxied here, otherwise both HTTP and HTTPS will.
update : --proxy_https=PROXYHOST[:PORT]
update : Proxies HTTPS requests through the given proxy server.
status : Action failed or aborted by user
update : --no_cookies Do not save/load access credentials to/from disk.
update : --sdk_root=root Overrides where the SDK is located.
update : --passin Always read the login password from stdin.
update : -A APP_ID, --application=APP_ID
update : Override application id from appengine-web.xml or app.yaml
update : -M MODULE, --module=MODULE
update : Override module from appengine-web.xml or app.yaml
update : -V VERSION, --version=VERSION
update : Override (major) version from appengine-web.xml or app.yaml
update : --oauth2 Ignored (OAuth2 is the default).
update : --noisy
update : Log much more information about what the tool is doing.
update : --enable_jar_splitting
update : Split large jar files (> 10M) into smaller fragments.
update : --jar_splitting_excludes=SUFFIXES
update : When --enable-jar-splitting is set, files that match
update : the list of comma separated SUFFIXES will be excluded
update : from all jars.
update : --disable_jar_jsps
update : Do not jar the classes generated from JSPs.
update : --enable_jar_classes
update : Jar the WEB-INF/classes content.
update : --delete_jsps
update : Delete the JSP source files after compilation.
update : --retain_upload_dir
update : Do not delete temporary (staging) directory used in
update : uploading.
update : --compile_encoding
update : The character encoding to use when compiling JSPs.
update : -n NUM_DAYS, --num_days=NUM_DAYS
update : Number of days worth of log data to get. The cut-off
update : point is midnight UTC. Use 0 to get all available
update : logs. Default is 1.
update : --severity=SEVERITY Severity of app-level log messages to get. The range
update : is 0 (DEBUG) through 4 (CRITICAL). If omitted, only
update : request logs are returned.
update : --include_all Include everything in log messages.
update : -a, --append Append to existing file.
update : -n NUM_RUNS, --num_runs=NUM_RUNS
update : Number of scheduled execution times to compute
update : -f, --force Force deletion of indexes without being prompted.
update : --no_usage_reporting
update : Disable usage reporting.
update : -D, --auto_update_dispatch
update : Include dispatch.yaml in updates

When running on Mac OSX, you need to double-click the
uploadAggregateToAppEngine.app script to launch the uploader.

Do not directly start the ODKAggregateAppEngineUpdater.jar file by
double-clicking it. OSX annoyingly can't keep track of what the current
directory is if you do that, and this seems to be what is happening.

ยทยทยท On Sat, Jul 9, 2016 at 1:38 AM, wrote:

Hi

I'm in the final stages of setting up the aggregate/AppEngine but there
seems to be a problem in locating the 'Unable to find the webapp directory
./ODKAggregate'.

Because of this my Google console project AppEngine won't update and I
can't create the server. I am using a Mac OSX El Capitan and have
successfully navigated through all the Java issues and gotten the tocken
etc. I am in between stage 8-9 of the Aggregate instructions.

Code that I am showing is copied below. If anyone has any advice it would
be very much appreciated.

getToken : Please enter code: Reading application configuration data...
getToken!: Jul 09, 2016 5:50:24 PM
com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
getToken!: INFO: Successfully processed
./LegacyRemoval/WEB-INF/datastore-indexes.xml
getToken :
getToken :
getToken : Beginning interaction for module default...
getToken : max_blob_size: 32000000
getToken : max_file_count: 10000
getToken : max_file_size: 32000000
getToken : max_files_to_clone: 2000
getToken : max_total_file_size: 1073741824
getToken : Success.
getToken : Cleaning up temporary files for module default...
getToken :
getToken!:
status : Action Succeeded!
listBackends : Reading application configuration data...
listBackends!: Jul 09, 2016 5:50:29 PM
com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
listBackends!: INFO: Successfully processed
./LegacyRemoval/WEB-INF/datastore-indexes.xml
listBackends :
listBackends :
listBackends : Beginning interaction for module default...
listBackends : Warning: This application uses Backends, a deprecated
feature that has been replaced by Modules, which offers additional
functionality. Please convert your backends to modules as described at:
https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Warning: This application uses Backends, a deprecated
feature that has been replaced by Modules, which offers additional
functionality. Please convert your backends to modules as described at:
https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Success.
listBackends : Cleaning up temporary files for module default...
listBackends!:
listBackends :
deleteBackendBackground : Reading application configuration data...
deleteBackendBackground!: Jul 09, 2016 5:50:30 PM
com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
deleteBackendBackground!: INFO: Successfully processed
./LegacyRemoval/WEB-INF/datastore-indexes.xml
deleteBackendBackground :
deleteBackendBackground :
deleteBackendBackground : Beginning interaction for module default...
deleteBackendBackground : Warning: This application uses Backends, a
deprecated feature that has been replaced by Modules, which offers
additional functionality. Please convert your backends to modules as
described at:
https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground : Warning: This application uses Backends, a
deprecated feature that has been replaced by Modules, which offers
additional functionality. Please convert your backends to modules as
described at:
https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground!: Jul 09, 2016 5:50:31 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #0
deleteBackendBackground!: Jul 09, 2016 5:50:31 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #1
deleteBackendBackground!: Jul 09, 2016 5:50:32 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #2
deleteBackendBackground!: Jul 09, 2016 5:50:32 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #3
deleteBackendBackground : Unable to delete backend: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground : 400 Bad Request
deleteBackendBackground : Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground :
deleteBackendBackground : Please see the logs
[/var/folders/yc/d4tjj_n14snf59g1n095g60c0000gn/T/appcfg1636834225453275454.log]
for further information.
deleteBackendBackground :
deleteBackendBackground!:
update : Unable to find the webapp directory ./ODKAggregate
update : usage: AppCfg [options] [] []
update :
update : Action must be one of:
update : help: Print help for a specific action.
update : download_app: Download a previously uploaded app version.
update : request_logs: Write request logs in Apache common log format.
update : rollback: Rollback an in-progress update.
update : start_module_version: Start the specified module version.
update : stop_module_version: Stop the specified module version.
update : update: Create or update an app version.
update : update_indexes: Update application indexes.
update : update_cron: Update application cron jobs.
update : update_queues: Update application task queue definitions.
update : update_dispatch: Update the application dispatch configuration.
update : update_dos: Update application DoS protection configuration.
update : version: Prints version information.
update : set_default_version: Set the default serving version.
status : Action failed or aborted by user
update : cron_info: Displays times for the next several runs of each
cron job.
update : resource_limits_info: Display resource limits.
update : vacuum_indexes: Delete unused indexes from application.
update : backends list: List the currently configured backends.
update : backends update: Update the specified backend or all backends.
update : backends rollback: Roll back a previously in-progress update.
update : backends start: Start the specified backend.
update : backends stop: Stop the specified backend.
update : backends delete: Delete the specified backend.
update : backends configure: Configure the specified backend.
update : list_versions: List the currently uploaded versions.
update : delete_version: Delete the specified version.
update : Use 'help ' for a detailed description.
update :
update : options:
update : -s SERVER, --server=SERVER
update : The server to connect to.
update : -e EMAIL, --email=EMAIL
update : The username to use. Will prompt if
omitted.
update : -H HOST, --host=HOST Overrides the Host header sent with all
RPCs.
update : -p PROXYHOST[:PORT], --proxy=PROXYHOST[:PORT]
update : Proxies requests through the given proxy
server.
update : If --proxy_https is also set, only HTTP
will be
update : proxied here, otherwise both HTTP and
HTTPS will.
update : --proxy_https=PROXYHOST[:PORT]
update : Proxies HTTPS requests through the given
proxy server.
update : --no_cookies Do not save/load access credentials
to/from disk.
update : --sdk_root=root Overrides where the SDK is located.
update : --passin Always read the login password from
stdin.
update : -A APP_ID, --application=APP_ID
update : Override application id from
appengine-web.xml or app.yaml
update : -M MODULE, --module=MODULE
update : Override module from appengine-web.xml
or app.yaml
update : -V VERSION, --version=VERSION
update : Override (major) version from
appengine-web.xml or app.yaml
update : --oauth2 Ignored (OAuth2 is the default).
update : --noisy
update : Log much more information about what the
tool is doing.
update : --enable_jar_splitting
update : Split large jar files (> 10M) into
smaller fragments.
update : --jar_splitting_excludes=SUFFIXES
update : When --enable-jar-splitting is set,
files that match
update : the list of comma separated SUFFIXES
will be excluded
update : from all jars.
update : --disable_jar_jsps
update : Do not jar the classes generated from
JSPs.
update : --enable_jar_classes
update : Jar the WEB-INF/classes content.
update : --delete_jsps
update : Delete the JSP source files after
compilation.
update : --retain_upload_dir
update : Do not delete temporary (staging)
directory used in
update : uploading.
update : --compile_encoding
update : The character encoding to use when
compiling JSPs.
update : -n NUM_DAYS, --num_days=NUM_DAYS
update : Number of days worth of log data to get.
The cut-off
update : point is midnight UTC. Use 0 to get all
available
update : logs. Default is 1.
update : --severity=SEVERITY Severity of app-level log messages to
get. The range
update : is 0 (DEBUG) through 4 (CRITICAL). If
omitted, only
update : request logs are returned.
update : --include_all Include everything in log messages.
update : -a, --append Append to existing file.
update : -n NUM_RUNS, --num_runs=NUM_RUNS
update : Number of scheduled execution times to
compute
update : -f, --force Force deletion of indexes without being
prompted.
update : --no_usage_reporting
update : Disable usage reporting.
update : -D, --auto_update_dispatch
update : Include dispatch.yaml in updates
update :
listBackends : ********************************************************
listBackends : There is a new version of the SDK available.
listBackends : -----------
listBackends : Latest SDK:
listBackends : Release: 1.9.38
listBackends : Timestamp: Tue May 03 03:54:17 AEST 2016
listBackends : API versions: [1.0]
listBackends :
listBackends : -----------
listBackends : Your SDK:
listBackends : Release: 1.9.34
listBackends : Timestamp: Fri Feb 12 06:36:15 AEDT 2016
listBackends : API versions: [1.0]
listBackends :
listBackends : -----------
listBackends : Please visit
https://developers.google.com/appengine/downloads for the latest SDK.
listBackends : ********************************************************
listBackends : Reading application configuration data...
listBackends!: Jul 09, 2016 5:57:47 PM
com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
listBackends!: INFO: Successfully processed
./LegacyRemoval/WEB-INF/datastore-indexes.xml
listBackends :
listBackends :
listBackends : Beginning interaction for module default...
listBackends : Warning: This application uses Backends, a deprecated
feature that has been replaced by Modules, which offers additional
functionality. Please convert your backends to modules as described at:
https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Warning: This application uses Backends, a deprecated
feature that has been replaced by Modules, which offers additional
functionality. Please convert your backends to modules as described at:
https://developers.google.com/appengine/docs/java/modules/converting.
listBackends : Success.
listBackends : Cleaning up temporary files for module default...
listBackends!:
listBackends :
deleteBackendBackground : Reading application configuration data...
deleteBackendBackground!: Jul 09, 2016 5:57:49 PM
com.google.apphosting.utils.config.IndexesXmlReader readConfigXml
deleteBackendBackground!: INFO: Successfully processed
./LegacyRemoval/WEB-INF/datastore-indexes.xml
deleteBackendBackground :
deleteBackendBackground :
deleteBackendBackground : Beginning interaction for module default...
deleteBackendBackground : Warning: This application uses Backends, a
deprecated feature that has been replaced by Modules, which offers
additional functionality. Please convert your backends to modules as
described at:
https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground : Warning: This application uses Backends, a
deprecated feature that has been replaced by Modules, which offers
additional functionality. Please convert your backends to modules as
described at:
https://developers.google.com/appengine/docs/java/modules/converting.
deleteBackendBackground!: Jul 09, 2016 5:57:49 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #0
deleteBackendBackground!: Jul 09, 2016 5:57:50 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #1
deleteBackendBackground!: Jul 09, 2016 5:57:50 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #2
deleteBackendBackground!: Jul 09, 2016 5:57:51 PM
com.google.appengine.tools.admin.AbstractServerConnection send1
deleteBackendBackground!: WARNING: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground!: 400 Bad Request
deleteBackendBackground!: Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground!: This is try #3
deleteBackendBackground : Unable to delete backend: Error posting to URL:
https://appengine.google.com/api/backends/delete?backend=background&app_id=pcyc-data-collection&
deleteBackendBackground : 400 Bad Request
deleteBackendBackground : Deleting backend: backgroundBackend
'background' has not been defined.
deleteBackendBackground :
deleteBackendBackground : Please see the logs
[/var/folders/yc/d4tjj_n14snf59g1n095g60c0000gn/T/appcfg4479800954340935124.log]
for further information.
deleteBackendBackground!:
deleteBackendBackground :
update : Unable to find the webapp directory ./ODKAggregate
update : usage: AppCfg [options] [] []
update :
update : Action must be one of:
update : help: Print help for a specific action.
update : download_app: Download a previously uploaded app version.
update : request_logs: Write request logs in Apache common log format.
update : rollback: Rollback an in-progress update.
update : start_module_version: Start the specified module version.
update : stop_module_version: Stop the specified module version.
update : update: Create or update an app version.
update : update_indexes: Update application indexes.
update : update_cron: Update application cron jobs.
update : update_queues: Update application task queue definitions.
update : update_dispatch: Update the application dispatch configuration.
update : update_dos: Update application DoS protection configuration.
update : version: Prints version information.
update : set_default_version: Set the default serving version.
update : cron_info: Displays times for the next several runs of each
cron job.
update : resource_limits_info: Display resource limits.
update : vacuum_indexes: Delete unused indexes from application.
update : backends list: List the currently configured backends.
update : backends update: Update the specified backend or all backends.
update : backends rollback: Roll back a previously in-progress update.
update : backends start: Start the specified backend.
update : backends stop: Stop the specified backend.
update : backends delete: Delete the specified backend.
update : backends configure: Configure the specified backend.
update : list_versions: List the currently uploaded versions.
update : delete_version: Delete the specified version.
update : Use 'help ' for a detailed description.
update :
update : options:
update : -s SERVER, --server=SERVER
update : The server to connect to.
update : -e EMAIL, --email=EMAIL
update : The username to use. Will prompt if
omitted.
update : -H HOST, --host=HOST Overrides the Host header sent with all
RPCs.
update : -p PROXYHOST[:PORT], --proxy=PROXYHOST[:PORT]
update : Proxies requests through the given proxy
server.
update : If --proxy_https is also set, only HTTP
will be
update : proxied here, otherwise both HTTP and
HTTPS will.
update : --proxy_https=PROXYHOST[:PORT]
update : Proxies HTTPS requests through the given
proxy server.
status : Action failed or aborted by user
update : --no_cookies Do not save/load access credentials
to/from disk.
update : --sdk_root=root Overrides where the SDK is located.
update : --passin Always read the login password from
stdin.
update : -A APP_ID, --application=APP_ID
update : Override application id from
appengine-web.xml or app.yaml
update : -M MODULE, --module=MODULE
update : Override module from appengine-web.xml
or app.yaml
update : -V VERSION, --version=VERSION
update : Override (major) version from
appengine-web.xml or app.yaml
update : --oauth2 Ignored (OAuth2 is the default).
update : --noisy
update : Log much more information about what the
tool is doing.
update : --enable_jar_splitting
update : Split large jar files (> 10M) into
smaller fragments.
update : --jar_splitting_excludes=SUFFIXES
update : When --enable-jar-splitting is set,
files that match
update : the list of comma separated SUFFIXES
will be excluded
update : from all jars.
update : --disable_jar_jsps
update : Do not jar the classes generated from
JSPs.
update : --enable_jar_classes
update : Jar the WEB-INF/classes content.
update : --delete_jsps
update : Delete the JSP source files after
compilation.
update : --retain_upload_dir
update : Do not delete temporary (staging)
directory used in
update : uploading.
update : --compile_encoding
update : The character encoding to use when
compiling JSPs.
update : -n NUM_DAYS, --num_days=NUM_DAYS
update : Number of days worth of log data to get.
The cut-off
update : point is midnight UTC. Use 0 to get all
available
update : logs. Default is 1.
update : --severity=SEVERITY Severity of app-level log messages to
get. The range
update : is 0 (DEBUG) through 4 (CRITICAL). If
omitted, only
update : request logs are returned.
update : --include_all Include everything in log messages.
update : -a, --append Append to existing file.
update : -n NUM_RUNS, --num_runs=NUM_RUNS
update : Number of scheduled execution times to
compute
update : -f, --force Force deletion of indexes without being
prompted.
update : --no_usage_reporting
update : Disable usage reporting.
update : -D, --auto_update_dispatch
update : Include dispatch.yaml in updates

--

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/d/optout.

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