[google-appengine] Process problems - please help!

2013-06-27 Thread GregF
Suddenly three hours ago I started getting a lot of warnings:

A problem was encountered with the process that handled this request,causing it 
to 
exit. This is likely to cause a new process to be used for the nex

These requests all have latencies of seconds. This is occurring with app *
schoolinterviews-hr* but not with a nearly identical app 
schoolinterviewsau-hr under similar if not greater load. This is most 
obvious when looking at the dashboard graph for milliseconds per request - 
it went from sub 100ms to 4000ms average.

The code didn't change at that time, and there is no useful error message 
if there was a coding error. Help!

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] New App on AppEngine

2013-06-27 Thread pknla7
I have a new App on the app engine and have hardly any users at present. 
 What is a sufficient subscription setup for me at this time such that I'm 
not paying more on a daily budget than I need to?  So far I'm paying 
$10/day and even though there are very few hits I exhaust that budget 
before the day is over.  It makes me wonder that I'm not subscribed to the 
right services (instances?) as $70/week or $280/mo is an exorbitant amount 
at this stage and atleast 4 times any other hosting fee.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Process warnings

2013-06-27 Thread GregF
My app started having terrible latency and logging the following warning:

A problem was encountered with the process that handled this request,causing it 
to 
exit. 

This appears to be every second or third request. This started 3.5 hours 
ago, and was not related to any code changes. An essentially identical app 
is fine. Help!




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Process warnings

2013-06-27 Thread GregF
Just changed version number, updated and switched default version. The 
problem is still happening - latencies are through the roof (over a second 
when they are usually sub 100ms), even static files are taking 500ms.

On Thursday, 27 June 2013 18:28:27 UTC+12, GregF wrote:

 My app started having terrible latency and logging the following warning:

 A problem was encountered with the process that handled this request,causing 
 it to 
 exit. 

 This appears to be every second or third request. This started 3.5 hours 
 ago, and was not related to any code changes. An essentially identical app 
 is fine. Help!






-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] New App on AppEngine

2013-06-27 Thread Jeff Schnitzer
What are you spending money on? Instance hours? Datastore ops?

If it's instance hours, try setting Idle Instances to Automatic - 1 (that
is, max idle instances 1). If it's datastore ops, use appstats to figure
out why you are using so many and cut those down. The usual culprits are
skip or count operations.

Jeff




On Wed, Jun 26, 2013 at 11:14 PM, pkn...@gmail.com wrote:

 I have a new App on the app engine and have hardly any users at present.
  What is a sufficient subscription setup for me at this time such that I'm
 not paying more on a daily budget than I need to?  So far I'm paying
 $10/day and even though there are very few hits I exhaust that budget
 before the day is over.  It makes me wonder that I'm not subscribed to the
 right services (instances?) as $70/week or $280/mo is an exorbitant amount
 at this stage and atleast 4 times any other hosting fee.

 --
 You received this message because you are subscribed to the Google Groups
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] ApiProxy$CallNotFoundException in api.labs.servers

2013-06-27 Thread husayt
I am trying to get default version of appengine app by running the 
following:

import com.google.appengine.api.labs.servers.ServersService;
import com.google.appengine.api.labs.servers.ServersServiceFactory;

...

ServersService ssf = ServersServiceFactory.getServersService();
String defaultVersion=ssf.getDefaultVersion(ssf.getCurrentServer());



and get this error message:
com.google.apphosting.api.ApiProxy$CallNotFoundException: The API package 
'servers' or call 'GetDefaultVersion()' was not found.

What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: dynamic image creation on app engine python

2013-06-27 Thread Martin Ceperley
Sure, you can create a request handler to output image data to the browser, 
however image processing can be rather slow so you probably want to store the 
data in blob store or datastore and serve that. The advantage of the blobstore 
is that you can get a URL to serve the image directly and auto scale  crop for 
you.

-Martin

On Jun 26, 2013, at 11:32 PM, Pumplerod pumple...@gmail.com wrote:

 That's great.  I hadn't realized that.  Is there a way to write directly to 
 the browser?  Or do I need to save the image back to the datastore first?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Latency problems

2013-06-27 Thread Kyle Baley
We've been having severe latency issues for about an hour now. Haven't made 
any changes to our system for some time. We have a couple of apps and it 
*appears* to be affecting only one at the moment. 
(bookedin-prod.appspot.com)

Is anyone else having trouble? We've got some pretty testy clients on our 
hands at the moment and I need to tell them something.

https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Latency problems

2013-06-27 Thread troberti
We had something similar yesterday morning for one of our apps. Lasted for 
about 3 hours. 

Today, on a different app, I saw a lot of very slow timeouts (60+) on some 
requests handlers which caused hundreds of extra instances to be launched.. 
So something is still going on.

On Thursday, June 27, 2013 5:02:49 PM UTC+2, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't 
 made any changes to our system for some time. We have a couple of apps and 
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on our 
 hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


attachment: Screen Shot 2013-06-26 at 10.39.47.png

Re: [google-appengine] Re: Latency problems

2013-06-27 Thread Kyle Baley
Ya, the list of recent downtime
notificationshttps://groups.google.com/forum/#!forum/google-appengine-downtime-notifydoesn't
inspire a lot of confidence but this is the first time it's
affected us dramatically in some time. In any case, we seem to be more
stable now for about an hour so fingers are crossed. At the very least, I
can rest assured that system reliability is a top priority at
Googlehttps://www.google.com/search?q=%22please+rest+assured+that+system+reliability+is+a+top+priority+at+Google%22
.


On Thu, Jun 27, 2013 at 11:35 AM, troberti tij...@firigames.com wrote:

 We had something similar yesterday morning for one of our apps. Lasted for
 about 3 hours.

 Today, on a different app, I saw a lot of very slow timeouts (60+) on some
 requests handlers which caused hundreds of extra instances to be launched..
 So something is still going on.

 On Thursday, June 27, 2013 5:02:49 PM UTC+2, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't
 made any changes to our system for some time. We have a couple of apps and
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on our
 hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/google-appengine/60Q1aAlAx_I/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to
 google-appengine+unsubscr...@googlegroups.com.
 To post to this group, send email to google-appengine@googlegroups.com.
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Latency problems

2013-06-27 Thread Francois Masurel
Yep, you're right, they should at least change their automated message 
template from time to time ;-)


On Thursday, June 27, 2013 5:48:10 PM UTC+2, Kyle Baley wrote:

 Ya, the list of recent downtime 
 notificationshttps://groups.google.com/forum/#!forum/google-appengine-downtime-notifydoesn't
  inspire a lot of confidence but this is the first time it's 
 affected us dramatically in some time. In any case, we seem to be more 
 stable now for about an hour so fingers are crossed. At the very least, I 
 can rest assured that system reliability is a top priority at 
 Googlehttps://www.google.com/search?q=%22please+rest+assured+that+system+reliability+is+a+top+priority+at+Google%22
 .


 On Thu, Jun 27, 2013 at 11:35 AM, troberti tij...@firigames.comjavascript:
  wrote:

 We had something similar yesterday morning for one of our apps. Lasted 
 for about 3 hours. 

 Today, on a different app, I saw a lot of very slow timeouts (60+) on 
 some requests handlers which caused hundreds of extra instances to be 
 launched.. So something is still going on.

 On Thursday, June 27, 2013 5:02:49 PM UTC+2, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't 
 made any changes to our system for some time. We have a couple of apps and 
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on 
 our hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png

  -- 
 You received this message because you are subscribed to a topic in the 
 Google Groups Google App Engine group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/google-appengine/60Q1aAlAx_I/unsubscribe
 .
 To unsubscribe from this group and all its topics, send an email to 
 google-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: create_bulkloader_config doesn't reflect the latest schema changes

2013-06-27 Thread Jesse Rohwer
Hi Hooman,

Bulkload operations on the HRD are eventually consistent, which means you 
cannot use bulkloader with HRD and be guaranteed to get up-to-date data.

You can read more in the bulkloader docs: 
https://developers.google.com/appengine/docs/python/tools/uploadingdata
In particular,
*Note: *This document applies to apps that use the master/slave 
datastorehttps://developers.google.com/appengine/docs/python/datastore/hr. 
If your app uses the High Replication datastore, it is possible to copy 
data from the app, but Google does not currently support this use case. If 
you attempt to copy from a High Replication datastore, you'll see a 
high_replication_warning error in the Admin Console, and the downloaded 
data might not include recently saved entities.

That said, it is true that in the past two days the HRD has had 
longer-than-usual eventual consistency. This is returning to a more normal 
range now, but again: for operations that are not strongly consistent, 
including bulkloader, there are no guarantees. I hope this helps clarify 
the situation.

Thanks,
Jesse Rohwer on behalf of the App Engine team

On Wednesday, June 26, 2013 2:41:40 AM UTC-7, Hooman Korasani wrote:

 Any one from google here?

 The statistics are failing since three days. Without up-to-date statistics 
 there is no way to get the bulkloader working properly.  


 http://stackoverflow.com/questions/17275202/how-to-force-create-bulkloader-config-to-pickup-latest-schema-data/17277052#comment25075099_17277052


 On Tuesday, 25 June 2013 08:58:18 UTC+1, Hooman Korasani wrote:

 I have created a bulkloader.yaml like this:

 appcfg.py create_bulkloader_config --filename=tools/bulkloader.yaml --url
 =https://myid.appspot.com/_ah/remote_api


 However it doesn't reflect my changes from a day ago.  How long do I have 
 to wait until it picks it up?

 According to the data-store statistics, the last statistic update was *Last 
 updated: 1 day, 21:11:28 ago
 *However it also says ***Statistics are updated at least once per day

 *Is there any other way to get the bulkloader consider my latest changes?
 *

 *Many Thanks,
 Hooman*

 *



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: create_bulkloader_config doesn't reflect the latest schema changes

2013-06-27 Thread Hooman Korasani

Hi Jesse,

First off thank you so much for replying to this issue. We are a young 
startup and are in process of migrating from AWS to GAE.
On day one (early this week) the bulkloader worked nicely even despite 
the HRD.  I understand I can't rely on it, but how else do we transfer 
our data to google app engine?


At least, if I were able to create one bulk_loader_config yaml, I would 
be able to transfer our data via cvs files.  Is there any other official 
way for HDS?


Many Thanks,
Hooman


On 27/06/13 18:58, Jesse Rohwer wrote:

Hi Hooman,

Bulkload operations on the HRD are eventually consistent, which means 
you cannot use bulkloader with HRD and be guaranteed to get up-to-date 
data.


You can read more in the bulkloader docs: 
https://developers.google.com/appengine/docs/python/tools/uploadingdata

In particular,
*Note: *This document applies to apps that use the master/slave 
datastore 
https://developers.google.com/appengine/docs/python/datastore/hr. If 
your app uses the High Replication datastore, it is possible to copy 
data from the app, but Google does not currently support this use 
case. If you attempt to copy from a High Replication datastore, you'll 
see a |high_replication_warning| error in the Admin Console, and the 
downloaded data might not include recently saved entities.


That said, it is true that in the past two days the HRD has had 
longer-than-usual eventual consistency. This is returning to a more 
normal range now, but again: for operations that are not strongly 
consistent, including bulkloader, there are no guarantees. I hope this 
helps clarify the situation.


Thanks,
Jesse Rohwer on behalf of the App Engine team

On Wednesday, June 26, 2013 2:41:40 AM UTC-7, Hooman Korasani wrote:

Any one from google here?

The statistics are failing since three days. Without up-to-date
statistics there is no way to get the bulkloader working properly.


http://stackoverflow.com/questions/17275202/how-to-force-create-bulkloader-config-to-pickup-latest-schema-data/17277052#comment25075099_17277052

http://stackoverflow.com/questions/17275202/how-to-force-create-bulkloader-config-to-pickup-latest-schema-data/17277052#comment25075099_17277052


On Tuesday, 25 June 2013 08:58:18 UTC+1, Hooman Korasani wrote:

I have created a bulkloader.yaml like this:

|
appcfg.py create_bulkloader_config
--filename=tools/bulkloader.yaml
--url=https://myid.appspot.com/_ah/remote_api
http://myid.appspot.com/_ah/remote_api
|


However it doesn't reflect my changes from a day ago.  How
long do I have to wait until it picks it up?

According to the data-store statistics, the last statistic
update was *Last updated: 1 day, 21:11:28 ago
*However it also says ***Statistics are updated at least once
per day

*Is there any other way to get the bulkloader consider my
latest changes?*

*Many Thanks,
Hooman*

*

--
You received this message because you are subscribed to a topic in the 
Google Groups Google App Engine group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/google-appengine/1zv8LNucS7g/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
google-appengine+unsubscr...@googlegroups.com.

To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




--
You received this message because you are subscribed to the Google Groups Google 
App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] CSS being ignored on local development server

2013-06-27 Thread tom
We'd been seeing 'ignored' CSS for a while when loading pages from the 
local development server. After many months of hard reloading the page, we 
finally figured out the issue, which I filed here:

https://code.google.com/p/googleappengine/issues/detail?id=9411

I'm posting it here in case you're also experience 'ignored' CSS on your 
local development server, and want to vote for it :)

tom
 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Latency problems

2013-06-27 Thread GregF
Same thing here - see my post further down the list. We have two virtually 
identical apps for NZ and Australia, and this affected only the NZ one. 
Latency (even for static resurces) went up by ten times, causing lots of 
timeouts and warnings that processes had a problem. It now seems to have 
stabilised, but latency is still higher than normal.

Instances also went through the roof, but strangely billable instances 
didn't. It would be interesting to know why not.

Final point - reportability. Props to the Appengine team that this is the 
first time I've looked for it for a couple of years, but the Report 
production issue button seems to have disappeared. Is a mute Google group 
the only way to communicate? Our apps are billed.

On Friday, 28 June 2013 03:02:49 UTC+12, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't 
 made any changes to our system for some time. We have a couple of apps and 
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on our 
 hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Latency problems

2013-06-27 Thread burlug
About latency problems and reporting issues:

Recurring latency problems just past 'billing reset'-time seems to 
occur/are reported since the end of february- and guess what: not any 
reaction from Google. Probably too busy with their funny glasses.

https://code.google.com/p/googleappengine/issues/detail?id=9531can=5colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log


Op donderdag 27 juni 2013 22:05:41 UTC+2 schreef GregF het volgende:

 Same thing here - see my post further down the list. We have two virtually 
 identical apps for NZ and Australia, and this affected only the NZ one. 
 Latency (even for static resurces) went up by ten times, causing lots of 
 timeouts and warnings that processes had a problem. It now seems to have 
 stabilised, but latency is still higher than normal.

 Instances also went through the roof, but strangely billable instances 
 didn't. It would be interesting to know why not.

 Final point - reportability. Props to the Appengine team that this is the 
 first time I've looked for it for a couple of years, but the Report 
 production issue button seems to have disappeared. Is a mute Google group 
 the only way to communicate? Our apps are billed.

 On Friday, 28 June 2013 03:02:49 UTC+12, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't 
 made any changes to our system for some time. We have a couple of apps and 
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on our 
 hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Server Error 500 and requests canceled due to timeout

2013-06-27 Thread Henrik Isaksson
I've seen similar problems with one of my GAE apps.

Many requests time out. It has been like this for the past two days.

Latency is extremely high, even for statically served, unchanged files. 
Just look at these log entries - 1,8 seconds just to report a 304 not 
mofified??

2013-06-27 09:32:29.398 /stylesheets/main.css 304 1131ms 0kb Mozilla/5.0 
(Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) 
Chrome/27.0.1453.116 Safari/537.36
2013-06-27 09:32:14.318 /favicon.ico 304 1880ms 0kb Mozilla/5.0 (Windows NT 
6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 
Safari/537.36

SSL or not makes no difference.



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Can not uploading wordpress to google app engine, please help me ?

2013-06-27 Thread support
I can not uploading wordpress to google app engine.

Command export:

 C:\Users\langameappengine-php-sdk-1.8.1\appcfg.py update -R --runtime=php 
E:\CODE\All_Project\wordpress
10:14 PM Host: appengine.google.com
10:14 PM Application: x; version: wordpress
10:15 PM
Starting update of app: x, version: wordpress
10:15 PM Getting current resource limits.
10:15 PM Scanning files on local disk.
10:15 PM Scanned 500 files.
10:15 PM Scanned 1000 files.
10:15 PM Cloning 581 static files.
10:15 PM Rolling back the update.
Error 400: --- begin server output ---
Invalid character in filename: 
__static__\wordpress/wp-includes/js/tinymce/theme
s/advanced/skins/default/ui.css
--- end server output ---


Please help me fix Error 400: --- begin server output --- Invalid character 
in filename. Thank you .

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Redirect if login is under wrong domain.

2013-06-27 Thread Alexis Larry
I am trying to create a web app and I have it to where you are required to 
log in. When I change authentication to Google Apps Domain and put in the 
domain, if I am not logged into any account it sends me directly to a page 
with the following message:
Error: Server ErrorThe server encountered an error and could not complete 
your request.

If the problem persists, please 
reporthttp://code.google.com/appengine/community.html your 
problem and mention this error message and the query that caused it.


How can I make it redirect to the Google sign in page and continue to 
redirect to the log in page if signed in under the wrong domain. My yaml 
file has the following but it still won't work.

- url: .*

  script: main.app

  login: required

  auth_fail_action: redirect


Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] HTTPS requests aborts after 2 secs

2013-06-27 Thread sreejith
Hi there,
We have a deployed java application on GAE. We have enabled SNI SSL 
certificates. For the last few days, we have observed that that any HTTPS 
request that are taking more than 2 seconds are getting aborted by server 
(as reported by browser). This is consistently happening on FF, IE and 
Chrome on Windows XP, Windows 7 64bit  Safari and Chrome on Mac Mountain 
lion. The error that is shown on Chrome is Error 324 
(net::ERR_EMPTY_RESPONSE): The server closed the connection without sending 
any data, where in IE (v9.0) is throwing error 12152.

This was consistently reproduced by hitting a URL, mapped to a java 
servelt, which is made to sleep for =2000 ms. The sleep interval was given 
as a request parameter and tried with varied value of 1000 to 5000 ms. The 
above mentioned error was thrown for all values =1900 ms, while any thing 
less than that would not yield any issues.
However, there were no issues faced if the URL scheme is changed to HTTP.

GAE application logs did not show any error or any signs of new instance 
spawning off.

Any ideas to solve the issue would be immensely helpful.

Sreejith

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Latency problems

2013-06-27 Thread Bartosz KoƂodziej
We have the same problems with one of our apps.

On Thursday, June 27, 2013 5:02:49 PM UTC+2, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't 
 made any changes to our system for some time. We have a couple of apps and 
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on our 
 hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Redirect if login is under wrong domain.

2013-06-27 Thread Vinny P
Hello Alexis,
On Thu, Jun 27, 2013 at 12:57 PM, Alexis Larry ala...@google.com wrote:

 How can I make it redirect to the Google sign in page and continue to
 redirect to the log in page if signed in under the wrong domain.



Sometimes this error occurs when you're signed in under multiple Google
accounts (for instance, a personal Google account, and a Google Apps custom
account). Make sure you're doing your testing within Incognito mode of
Chrome, or similar.


On Thu, Jun 27, 2013 at 12:57 PM, Alexis Larry ala...@google.com wrote:

 My yaml file has the following but it still won't work.

 - url: .*

   script: main.app

   login: required

   auth_fail_action: redirect


It's difficult to fully debug this problem without seeing the full YAML
file. However, when I implemented this feature in a client's application, I
used a custom login page that used UserService (
https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/users/UserService
)
to examine the user's currently logged in status and whether the current
login was an acceptable login (whether the login had been whitelisted,
etc). If the user wasn't appropriate (or wasn't logged in) I sent them a
logout URL (there's a function for that in UserService) and/or redirected
them to a Google Apps signin page (for instance,
google.com/a/customdomain.here ).


Disclaimer: I see from your @google.com email address that you're a Google
employee. I do not work for Google, I'm simply a friendly guy who posts on
this list frequently. Please do not send me or post any confidential Google
code, this is a public list. Also, I don't want to get myself into trouble
with the App Engine people.  ( Of course, you know this already, I just
wanted to state it publicly just in case. Feel free to ignore this
section/call me a moron.)


-
-Vinny P
Technology  Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Latency problems

2013-06-27 Thread GregF

That URL doesn't work for me - have they deleted that issue? Any more 
details would be very useful.

On Friday, 28 June 2013 08:39:21 UTC+12, burlug wrote:

 About latency problems and reporting issues:

 Recurring latency problems just past 'billing reset'-time seems to 
 occur/are reported since the end of february- and guess what: not any 
 reaction from Google. Probably too busy with their funny glasses.


 https://code.google.com/p/googleappengine/issues/detail?id=9531can=5colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Log


 Op donderdag 27 juni 2013 22:05:41 UTC+2 schreef GregF het volgende:

 Same thing here - see my post further down the list. We have two 
 virtually identical apps for NZ and Australia, and this affected only the 
 NZ one. Latency (even for static resurces) went up by ten times, causing 
 lots of timeouts and warnings that processes had a problem. It now seems 
 to have stabilised, but latency is still higher than normal.

 Instances also went through the roof, but strangely billable instances 
 didn't. It would be interesting to know why not.

 Final point - reportability. Props to the Appengine team that this is the 
 first time I've looked for it for a couple of years, but the Report 
 production issue button seems to have disappeared. Is a mute Google group 
 the only way to communicate? Our apps are billed.

 On Friday, 28 June 2013 03:02:49 UTC+12, Kyle Baley wrote:

 We've been having severe latency issues for about an hour now. Haven't 
 made any changes to our system for some time. We have a couple of apps and 
 it *appears* to be affecting only one at the moment. (
 bookedin-prod.appspot.com)

 Is anyone else having trouble? We've got some pretty testy clients on 
 our hands at the moment and I need to tell them something.


 https://lh4.googleusercontent.com/-UG942Im8YgM/UcxUD0QgN8I/A7A/F5SU7LzABSU/s1600/Latency.png



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] Re: Process warnings

2013-06-27 Thread GregF
The problem is still occurring, but to a lesser extent - latencies are now 
only 5 times normal. I have many more instances than normal, but don't seem 
to be being billed for them.

On Thursday, 27 June 2013 18:28:27 UTC+12, GregF wrote:

 My app started having terrible latency and logging the following warning:

 A problem was encountered with the process that handled this request,causing 
 it to 
 exit. 

 This appears to be every second or third request. This started 3.5 hours 
 ago, and was not related to any code changes. An essentially identical app 
 is fine. Help!






-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Re: Flood of warm up requests!

2013-06-27 Thread husayt
We experience the same issue with thousands of warmup requests. What is 
going on? Why nobody from google has not replied yet?

On Wednesday, 26 June 2013 17:43:10 UTC+1, Rafael Sanches wrote:

 Same here. It's extremely frustrating that the appengine team wasn't 
 capable of making a very simple configuration that would solve many issues 
 with the crazy scheduler: 
 - Make it possible to spin up JUST one new instance at time. On frontends 
 use the resident instance while that ONE new instance is booting.
 - Only after that ONE instance is up and executing requests, warmup 
 another one (only if necessary, which in 99% of the cases isn't necessary 
 unless you're running an apache bench service). 

 This would come very handy in B8 backends for example. Because my java 
 instances take a while to boot, I often find myself with 10 B8 instances 
 warming up. Extremely wasteful.

 It would be cheaper for me to hire a fulltime person to be manually 
 pushing the shutdown instance button. 

 Unfortunately there's no visibility when this extremely simple feature 
 will be done. Till then, let's keep with high costs for things we don't use 
 :)


 On Wed, Jun 26, 2013 at 9:31 AM, David turnt...@gmail.com 
 javascript:wrote:

 I am also seeing 3 warm up requests per minute for nearly a day now on my 
 GAE for Java app.   And often this is happening when there is no incoming 
 traffic to my app.  My idle instances are also set to 1-1, yet my charged 
 hours are above this limit.  The dashboard shows up to 8 running instances 
 at times, with the app being charged for 3 or 4 instances.  The dashboard 
 also reports that 5% of these warm ups also fail.

 Will someone from Google please let me know how I can follow up so as not 
 to be overcharged for this usage?

 Thanks,
 David



 On Tuesday, June 25, 2013 4:49:00 PM UTC-4, chilang wrote:

 Hi,

 I'm seeing 15 warm up requests per secs causing 60+ instances to be spin 
 up, despite having little traffic!

 I haven't changed anything (code nor settings) recently. 
 This has started in the last 2 hours. 

 I've only noticed this due to app suddenly running out of quota. 
 I'm trying to cap Idle Instances to 1-1 to no avail. I've increased the 
 quota but at this rate it is going to burn through it very soon.

 Anyone else seeing this ?

 Regards,
 Chi Lang

  -- 
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to google-appengi...@googlegroups.com javascript:.
 To post to this group, send email to 
 google-a...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/google-appengine.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] IS GOOGLE EVER GOING TO FIX THE UNSTABLE ISSUE?

2013-06-27 Thread Ray
Sorry for caps but the instability issues have been occurring for weeks. 
Yet no respond in this group or notification from Google that they are 
working on it. Do Google realise the issues?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[google-appengine] 500 error during login redirect if using many google accounts

2013-06-27 Thread Matt Jibson
Redirected from https://appengine.google.com/_ah/conflogin to
http://www.goread.io/_ah/conflogin yields a 500 if a user is logged in to
~5 google accounts, on both chrome and firefox. Anyone seen this?

Document here: https://github.com/mjibson/goread/issues/25

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.