I'm new to this and just investigating setting up Aggregate on App Engine -
but I can't get the thing to run at all!
The home page times out, I get a big spike in process or useage but it
looks like loading the basic config files is taking longer than the minute
required and so the App Engine is killing the servlet.
I have tried swapping the App Engine SDK that came with Aggregate 1.2.0 OSX
installer for the lastest one from Google - 1.7.3 - and updating but that
didn't work.
I have tried upping the Front Instance Class in the app engine to F4 -
2400MHz & 512Mb - but no joy.
Just wondering if anyone has done an successful App Engine install of 1.2
as I can't get it to work whatever machine I attempt to do it from.
Could someone just do an install for me and confirm that it is me and not
the build of 1.2 or something that has changed on App Engine.
Many thanks.
Roger
···
On Saturday, 24 November 2012 21:29:28 UTC, Roger Hyam wrote:
>
>
> Hi,
>
> I'm new to this and just investigating setting up Aggregate on App Engine
> - but I can't get the thing to run at all!
>
> The home page times out, I get a big spike in process or useage but it
> looks like loading the basic config files is taking longer than the minute
> required and so the App Engine is killing the servlet.
>
> I have tried swapping the App Engine SDK that came with Aggregate 1.2.0
> OSX installer for the lastest one from Google - 1.7.3 - and updating but
> that didn't work.
>
> I have tried upping the Front Instance Class in the app engine to F4 -
> 2400MHz & 512Mb - but no joy.
>
> I attach a copy of the logs.
>
> Any suggestions would be most welcome.
>
> Thanks,
>
> Roger
>
>
>
I recommend re-running the upload of the app to Google.
You should be able to double-click the app ( uploadAggregateToAppEngine ),
find the terminal window (it doesn't pop to the top of the desktop), and
re-upload the app.
Be sure that there are no errors during the upload process.
The opendatakit.appspot.com site is running 1.2, and I just updated a test
instance with 1.2 from a OSX system using the installer image on the
website.
The errors you are seeing:
Nested in org.springframework.beans.factory.BeanDefinitionStoreException:
Unexpected exception parsing XML document from class path resource
[odk-settings.xml]; nested exception is
com.google.apphosting.api.DeadlineExceededException: This request
(9047f9453e49c6ba) started at 2012/11/24 20:45:15.175 UTC and was still
executing at 2012/11/24 20:46:14.619 UTC.:
com.google.apphosting.api.DeadlineExceededException: This request
(9047f9453e49c6ba) started at 2012/11/24 20:45:15.175 UTC and was still
executing at 2012/11/24 20:46:14.619 UTC.
at
com.google.appengine.runtime.Request.process-9047f9453e49c6ba(Request.java)
at java.util.zip.ZipFile.read(Native Method)
at java.util.zip.ZipFile.access$1200(ZipFile.java:57)
Indicate a failure in the Google infrastructure. These can randomly happen,
and often result in an additional 30-second delay in the start-up of the
server. My suspicion is that re-uploading the files can store them in
different locations no subject to the failure in progress at this moment in
time.
But then I'm not sure what percentage of outage they require before it
shows as an issue.
Mitch
···
On Mon, Nov 26, 2012 at 10:15 AM, Roger Hyam wrote:
Just wondering if anyone has done an successful App Engine install of 1.2
as I can't get it to work whatever machine I attempt to do it from.
Could someone just do an install for me and confirm that it is me and not
the build of 1.2 or something that has changed on App Engine.
Many thanks.
Roger
On Saturday, 24 November 2012 21:29:28 UTC, Roger Hyam wrote:
Hi,
I'm new to this and just investigating setting up Aggregate on App Engine
but I can't get the thing to run at all!
The home page times out, I get a big spike in process or useage but it
looks like loading the basic config files is taking longer than the minute
required and so the App Engine is killing the servlet.
I have tried swapping the App Engine SDK that came with Aggregate 1.2.0
OSX installer for the lastest one from Google - 1.7.3 - and updating but
that didn't work.
I have tried upping the Front Instance Class in the app engine to F4 -
2400MHz & 512Mb - but no joy.
I did everything from scratch: new app engine application, new download,
new install dir, new day and it ran fine.
Did have some difficulty with Google authentication when I first started
up. I think this was caused by the fact that I have a googlemail.com
address as well as a gmail.com address. Many people in the UK are set up
like this because of a domain name thing over gmail a few years ago.
All seems to be working OK now though.
Thanks,
Roger
···
On Monday, 26 November 2012 21:30:12 UTC, Mitch wrote:
>
> I recommend re-running the upload of the app to Google.
> You should be able to double-click the app ( uploadAggregateToAppEngine ),
> find the terminal window (it doesn't pop to the top of the desktop), and
> re-upload the app.
> Be sure that there are no errors during the upload process.
>
> The opendatakit.appspot.com site is running 1.2, and I just updated a
> test instance with 1.2 from a OSX system using the installer image on the
> website.
>
> The errors you are seeing:
>
> Nested in org.springframework.beans.factory.BeanDefinitionStoreException:
> Unexpected exception parsing XML document from class path resource
> [odk-settings.xml]; nested exception is
> com.google.apphosting.api.DeadlineExceededException: This request
> (9047f9453e49c6ba) started at 2012/11/24 20:45:15.175 UTC and was still
> executing at 2012/11/24 20:46:14.619 UTC.:
> com.google.apphosting.api.DeadlineExceededException: This request
> (9047f9453e49c6ba) started at 2012/11/24 20:45:15.175 UTC and was still
> executing at 2012/11/24 20:46:14.619 UTC.
> at
> com.google.appengine.runtime.Request.process-9047f9453e49c6ba(Request.java)
> at java.util.zip.ZipFile.read(Native Method)
> at java.util.zip.ZipFile.access$1200(ZipFile.java:57)
>
> Indicate a failure in the Google infrastructure. These can randomly
> happen, and often result in an additional 30-second delay in the start-up
> of the server. My suspicion is that re-uploading the files can store them
> in different locations no subject to the failure in progress at this moment
> in time.
>
> That said, I'm not seeing any outage indications on their system
> dashboard: http://code.google.com/status/appengine
>
> But then I'm not sure what percentage of outage they require before it
> shows as an issue.
>
> Mitch
>
> On Mon, Nov 26, 2012 at 10:15 AM, Roger Hyam <roge...@googlemail.com wrote:
>
>> Just wondering if anyone has done an successful App Engine install of 1.2
>> as I can't get it to work whatever machine I attempt to do it from.
>>
>> Could someone just do an install for me and confirm that it is me and not
>> the build of 1.2 or something that has changed on App Engine.
>>
>> Many thanks.
>>
>> Roger
>>
>>
>>
>> On Saturday, 24 November 2012 21:29:28 UTC, Roger Hyam wrote:
>>>
>>>
>>> Hi,
>>>
>>> I'm new to this and just investigating setting up Aggregate on App
>>> Engine - but I can't get the thing to run at all!
>>>
>>> The home page times out, I get a big spike in process or useage but it
>>> looks like loading the basic config files is taking longer than the minute
>>> required and so the App Engine is killing the servlet.
>>>
>>> I have tried swapping the App Engine SDK that came with Aggregate 1.2.0
>>> OSX installer for the lastest one from Google - 1.7.3 - and updating but
>>> that didn't work.
>>>
>>> I have tried upping the Front Instance Class in the app engine to F4 -
>>> 2400MHz & 512Mb - but no joy.
>>>
>>> I attach a copy of the logs.
>>>
>>> Any suggestions would be most welcome.
>>>
>>> Thanks,
>>>
>>> Roger
>>>
>>>
>>> --
>> Post: opend...@googlegroups.com
>> Unsubscribe: opendatakit...@googlegroups.com
>> Options: http://groups.google.com/group/opendatakit?hl=en
>>
>
>
>
> --
> Mitch Sundt
> Software Engineer
> University of Washington
> mitche...@gmail.com
>