[google-appengine] GAE Flex (Python) huge lag after ~24h run time and no more logs in stackdriver

2020-07-25 Thread Christopher Bender
Hi, I've been facing a new issue recently with an App Engine Flex instance. After running for around 24h+, the app becomes incredibly slow to respond. Pages which take ~1 sec usually take around 15-30 sec to load. When checking the logs, I then noticed that it stopped logging stderr for several

Re: [google-appengine] Re: Node.js 12.16.1 LTS in Flex Environment

2020-03-04 Thread Christopher Russell
Thank you for the reply. Your suggestion was very helpful - indeed there was an upstream problem that was causing the wrong Docker container to get pulled. Once corrected, we're happily building and executing the generated runtime on 12.16.1 LTS Node. Thanks and regards. Chris On Wed, Mar 4, 2020

[google-appengine] Node.js 12.16.1 LTS in Flex Environment

2020-03-02 Thread Christopher Russell
According to https://cloud.google.com/appengine/docs/flexible/nodejs/runtime I should be able to dial in my required Node.js version for Flex Environment Cloud Build quite easily by setting `engines` semver constraint in package.json. However, this doesn't seem to work. No matter what I do in

[google-appengine] How to file an official bug report?

2019-05-22 Thread Christopher Russell
Nobody seems to know much about my question regarding ETag HTTP header stripping during App Engine flex environment tranpilation (gzip) of a resource. ( But, to me this seems like an easily reproducible bug. Does anyone know how to file an actual bug? The link to the Issue Tracker above

[google-appengine] GAE flex env stripping custom ETag HTTP response header when resource is gzip transpiled?

2019-05-17 Thread Christopher Russell
I've got a custom Node.js server application deployed on Google Application Engine (flex environment) that sets the 'ETag' HTTP 1.1 response header for specific resource requests using a custom algorithm. This works well and provides me with very granular control of resource caching. However,

[google-appengine] Appengine keeps restarting every 10 mins or so

2017-11-10 Thread christopher nolan
During the time of restarting, our service or site are down. We have an app with normal servlet structure and Cloud SQL connections. The restarting does not seem to be triggered by any action, it just restarts itself every 10 mins. After Google search, it seems this relates to health check. I

[google-appengine] Appengine instance keeps restarting every 10 mins

2017-11-10 Thread christopher nolan
During restarting, my service and site are down. The restart does not seem to be triggered by any action. After google search, someone fixed this by disabling health check or add a servlet to"/_ah/health". I tried both: 1. put health_check: enable_health_check: False in app.yaml 2. Add a

[google-appengine] Appengine instance keeps restarting every 10 mins

2017-11-10 Thread christopher nolan
During restarting, my service and site are down. The restart does not seem to be triggered by any action. After google search, someone fixed this by disabling health check or add a servlet to"/_ah/health". I tried both: 1. put health_check: enable_health_check: False in app.yaml 2. Add a

[google-appengine] Re: Can't file bugs to issue tracker

2017-06-06 Thread Christopher Cote
This is WORKING for me now: https://issuetracker.google.com/issues/62378390 I use a Google Apps account. On Tuesday, June 6, 2017 at 11:53:14 AM UTC-4, Dan Gaffey wrote: > > I am seeing the same issue when trying to submit an issue in Android > Public Tracker > Applications... > > On Sunday,

[google-appengine] Re: Can't file bugs to issue tracker

2017-06-05 Thread Christopher Cote
ETA? Does this effect Google Apps accounts? On Monday, June 5, 2017 at 3:42:26 PM UTC-4, Jesse Scherer (Google Cloud Support) wrote: > > Hi all, > > We've identified the issue and a fix is being rolled out now. I just > verified, from my @gmail.com account, the fix on a component which has >

[google-appengine] Re: Datastore field formats

2016-08-02 Thread Christopher Bourez
great Clement! @Vitaly : how can I use db.TextProperty in the example I gave ? because it was not obvious for me, i've tried a lot On Wednesday, July 27, 2016 at 9:39:37 PM UTC+2, Vitaly Bogomolov wrote: > > Hi, All. > > >> in Datastore, long strings (larger than 1500 bytes) cannot be indexed (

[google-appengine] Datastore field formats

2016-07-27 Thread Christopher Bourez
I've been trying to save some data in the datastore following the google Bookshelf python example, with the gcloud python library, as explained in the tutorial. It was working well to save small strings and times. The problem is for other formats. For example, if I want to save a big JSON :

[google-appengine] WordPress issue with the 10000 file version quota (limit)

2016-01-21 Thread Christopher Muller
Hey guys, I've been super keen to get our WordPress site up onto GAE for speed, security and scalability. It works perfectly for smaller WP sites, however our main site is a mammoth with loads of plugins etc. So it has close to 13000 production-necessary files. This is an obvious problem

[google-appengine] Re: WordPress issue with the 10000 file version quota (limit)

2016-01-21 Thread Christopher Muller
can talk to it. On Thursday, 21 January 2016 12:06:21 UTC+2, Anthony Shapley wrote: > > That is a neat idea -- would also remove the need for local upgrades and > redeployment (for plugins) if you were able to relocate them on GCS. > > On Thursday, January 21, 2016 at 9:47:26 AM U

[google-appengine] Do App Engine Managed VMs Support the AppEngine Cron System?

2015-12-16 Thread Christopher Eaton
I have a nodejs based Managed VM. It works great, deploys fine, etc. However, I can find basically zero documentation about getting AppEngine's cron to work with it. Many forum/stack overflow posts allude to it being supported, but no one knows how. I tried dropping a cron.yaml file into my

[google-appengine] Re: Do App Engine Managed VMs Support the AppEngine Cron System?

2015-12-16 Thread Christopher Eaton
that pushed my cron.yaml to AppEngine: ./appcfg.py update_cron /path/to/app-root/ --no_cookies --noauth_local_webserver -A *Where "xxx" is my cloud project id Hope that helps anyone in the future! On Wednesday, December 16, 2015 at 4:44:40 PM UTC-8, Christopher Eaton wrote:

Re: [google-appengine] Re: App Engine admin console redirects to Developers Console

2015-10-07 Thread Christopher Ritter
Never mind it's buried under settings. On Wednesday, October 7, 2015 at 10:41:13 AM UTC-4, Christopher Ritter wrote: > > Hi Alex, > > But key functionality is missing, specifically backup/restore in the new > console. > > - Chris > > On Wednesday, October 7, 2015

Re: [google-appengine] Re: App Engine admin console redirects to Developers Console

2015-10-07 Thread Christopher Ritter
Hi Alex, But key functionality is missing, specifically backup/restore in the new console. - Chris On Wednesday, October 7, 2015 at 10:06:38 AM UTC-4, Alex Martelli wrote: > > On Wed, Oct 7, 2015 at 3:06 AM, Mark Cummins > wrote: > >> Could you give feedback on what

[google-appengine] GAE Autoscheduler Going Crazy?

2015-06-02 Thread Christopher Ritter
Most of our requests are 500ing as taking too long to respond. Instances are constantly being respun for very short lifespans. App id: innoslate -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

[google-appengine] Re: GAE Autoscheduler Going Crazy?

2015-06-02 Thread Christopher Ritter
Seems to be resolved. -- 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] Pubsub with Google App Engine

2014-04-02 Thread Christopher Winstanley
I'm trying to implement pubsub messaging with Google App Engine. I want to be able to store callbacks to other servers and then send them new data when it becomes available. I've had a good look around but can't seem to come up with anything apart from implementing it myself. I've seen

[google-appengine] Re: Google Cloud Endpoints: How to parse array-style GET query string?

2014-03-15 Thread Christopher McBride
This was the 2nd google search result for google cloud endpoints querystring so I figured I'd throw the answer in, even if the question is old http://stackoverflow.com/questions/19804951/google-cloud-endpoints-making-calls-with-js-client-passing-params-and-json-bo/19809245#19809245 and

[google-appengine] Image Service Down?

2014-02-14 Thread Christopher Ritter
Our production application is throwing 500's. Stack trace: Uncaught exception from servlet com.google.appengine.api.images.ImagesServiceFailureException: at com.google.appengine.api.images.ImagesServiceImpl.convertApplicationException(ImagesServiceImpl.java:399) at

[google-appengine] Re: Image Service Down?

2014-02-14 Thread Christopher Ritter
Some of our other applications are doing just fine -- new regression? (This was last deployed weeks ago) On Friday, February 14, 2014 11:46:05 AM UTC-5, Christopher Ritter wrote: Our production application is throwing 500's. Stack trace: Uncaught exception from servlet

[google-appengine] Re: Our app is completely down

2013-12-10 Thread Christopher Ritter
I emailed billing about the SLA and they told us to purchase a support plan. On Tuesday, December 10, 2013 3:14:40 AM UTC-5, Francois Masurel wrote: Nope, no response from Google but the problem got fixed automagically one hour later as you can see in the graph below:

[google-appengine] Re: [HELP] My gae keep failing with error 121

2013-12-10 Thread Christopher Ritter
This is an unacknowledged internal GAE issue as far as we can tell (Google has not responded here or Stackoverflow about it). See: https://groups.google.com/forum/#!topic/google-appengine/iWQfMpMP-M4 and

[google-appengine] Shared vs Dedicated Memcache Dedicated Memcache Quota

2013-12-10 Thread Christopher Ritter
Memcache is not prorated on storage. My understanding is that you're actually paying for ops/second. In the short term don't expect other cache plan options (I've asked but it isn't a short term priority for Google at this time). Hopefully shared cache eviction rates will improve. There are

[google-appengine] Re: Our app is completely down

2013-12-09 Thread Christopher Ritter
Day 4... Just as mysteriously as the 121 errors started they stopped. No changes in code, still no response from Google. On Sunday, December 8, 2013 2:35:01 PM UTC-5, Christopher Ritter wrote: @Nico Thanks for the reply. The app is still down (id: gfmcommonview) -- most dynamic requests fail

[google-appengine] Re: Our app is completely down

2013-12-09 Thread Christopher Ritter
) AppId: prncts2 Status page shows everything is ok. Pretty annoying. On Friday, December 6, 2013 11:32:05 PM UTC+1, Christopher Ritter wrote: App Id: gfmcommonview Almost every request logs with message: A problem was encountered with the process that handled this request, causing

[google-appengine] Re: Our app is completely down

2013-12-08 Thread Christopher Ritter
@Nico Thanks for the reply. The app is still down (id: gfmcommonview) -- most dynamic requests fail -- day 3. All of my other apps function. - Chris On Saturday, December 7, 2013 4:57:34 PM UTC-5, Nico Verwer wrote: Op vrijdag 6 december 2013 23:32:05 UTC+1 schreef Christopher Ritter

[google-appengine] Re: Error code 121

2013-12-07 Thread Christopher Ritter
) On Friday, December 6, 2013 7:01:21 PM UTC-5, Christopher Ritter wrote: After some hacking... Backends work like normal always. A trick to resolve frontend instances is temporarily to set the number of resident instances to a static number like Idle Instances: ( 3 – 3 ) This seems to fix

[google-appengine] Error code 121

2013-12-06 Thread Christopher Ritter
Same problem for us on one of our applications. - Chris -- 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

[google-appengine] Our app is completely down

2013-12-06 Thread Christopher Ritter
App Id: gfmcommonview Almost every request logs with message: 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 next request to your application. (Error code 121) -- You received this message

[google-appengine] Re: Error code 121

2013-12-06 Thread Christopher Ritter
We've been down for the last few hours (app id: gfmcommonview). The lack of any official Google response is frustrating. We're a long time customer of GAE with many apps deployed but these errors and the non-existent responses from Google when problems like this occur make me start to question

[google-appengine] Re: Error code 121

2013-12-06 Thread Christopher Ritter
reasons. I'd love to hear Google's opinion on the matter. On Friday, December 6, 2013 6:23:00 PM UTC-5, Christopher Ritter wrote: We've been down for the last few hours (app id: gfmcommonview). The lack of any official Google response is frustrating. We're a long time customer of GAE

Re: [google-appengine] Dynamic Web Projects do not work

2013-12-03 Thread Christopher Ritter
@Vinny Thanks but how do you use modules with the new Web Application option? The appeal behind Dynamic Web Projects and EARs is built in support for modules... but unfortunately it doesn't seem to work (At least on Windows 7 and I noticed all the screenshots were from a MAC) Is there a

[google-appengine] Dynamic Web Projects do not work

2013-12-02 Thread Christopher Ritter
Followed the directions at: https://developers.google.com/appengine/docs/java/webtoolsplatform#creating_new_project I get this error: Server Google App Engine (1.8.8) at localhost failed to start. Usage: dev-appserver [options] app directory Options: --help, -h Show this help

[google-appengine] Re: Scheduler seems to be a little mad this evening.

2013-09-23 Thread Christopher Ritter
We're seeing it too, probably related to the current production issues on the status page. On Monday, September 23, 2013 12:04:16 PM UTC-4, timh wrote: Hi I am seeing instances started via warmup request, not serving any request, then shut down, then a new request immediately causes a new

[google-appengine] Re: Future of BlobStore and the FileService API

2013-09-09 Thread Christopher Ritter
I sure hope so... (Frankly the longer they delay the forced switch the better) Be interested to hear Chris Ramsdale's input on it. - Chris On Monday, September 9, 2013 9:58:45 AM UTC-4, Alexander Bertram wrote: Hi there, We use the BlobStore extensively to store application-created data,

Re: [google-appengine] Re: REST integration Tests with Java and Junit

2013-04-09 Thread Christopher Armstrong
Hi Takashi, Thanks for your example and for your answer. It's appreciated. Kind regards, Chris On Apr 10, 2013 12:28 AM, Takashi Matsuo tmat...@google.com wrote: Hi Christopher, The jersey test framework spawns a new thread and run a servlet container for your tests, so that it doesn't

[google-appengine] Re: Strange error using classic PMF singleton (NoClassDefFoundError when the .class is actually there)

2012-10-13 Thread Christopher Markov
Could you please give more information on the steps needed to solve this, I am new to this and I've wasted an awful lot of time trying to figure this out. Thank you in advance! On Wednesday, January 11, 2012 1:44:31 PM UTC+2, Cláudio Coelho wrote: Solved. Different developers were working

[google-appengine] Re: Python Conversion API Gone -- Now What ??

2012-09-04 Thread Christopher Ramírez
There are some Cloud services that through a HTTP API allow you to do conversions and/or OCR. On Monday, September 3, 2012 7:48:55 AM UTC-6, Sarvesh wrote: I was counting on the Conversion API for GAE hosted OCR. Too bad it is being taken down. Is there a way I can avoid a separate hosting

[google-appengine] Re: Algae - Application Template for Google App Engine

2012-08-29 Thread Christopher Ramírez
Thanks for your contribution Liya! Have all the basics a modern web apps needs, including REST API's. On Tuesday, August 28, 2012 4:06:53 PM UTC-6, Ilya Bagrak wrote: While building Turn-O-Phrase (http://turn-o-phrase.com) and LinkPeelr ( http://linkpeelr.appspot.com) on GAE, I realized that

[google-appengine] REST integration Tests with Java and Junit

2012-08-19 Thread Christopher Armstrong
Hello, I'm currently developing an application in Java and want to use AppEngine. My setup uses Jersey JSON/REST to exchange data between the client and the server. I would like to do following in the development mode with JUnit: * Start AppEngine * Execute Tests * Stop AppEngine I have had

[google-appengine] Re: REST integration Tests with Java and Junit

2012-08-19 Thread Christopher Armstrong
) are launched during testing. Plus, Testbed is always available in case there's a need to check some internal states. Also, the only external lib dependency (testing-wise) with which we mock classes like HttpServletResponse is Mockito. On Sunday, August 19, 2012 2:54:40 PM UTC+2, Christopher

[google-appengine] Re: REST integration Tests with Java and Junit

2012-08-19 Thread Christopher Armstrong
with resp, // e.g. make assertions } Maybe there's a better way but the idea above works pretty well for us. On Sunday, August 19, 2012 9:26:23 PM UTC+2, Christopher Armstrong wrote: Hi Alex, Thanks for your valuable input. I'll take a look at Mockito. Kind regards, Chris

[google-appengine] How can I JUnit Test Jersey/Appengine in the Sandbox

2012-07-10 Thread Christopher Armstrong
Hello, I'm using Eclipse Indigo with the AppEngine Plugin. I have implemented a DAO Layer for AppEngine and JUnit tests with datastore with LocalServiceTestHelper are running perfectly, by implementing the helper method in to the Before and After annotations (helper.setUp(),

[google-appengine] Search API returns results twice when they meet more than one condition

2012-06-21 Thread Christopher Ramírez
I know that Search service is not stable enough, so this is just a kind of bug report. I've been playing with Search API. Looks amazing! But I noticed it return a record twice when it meet more than one search filter. For example: results = index.search( search.Query( query_string

[google-appengine] Search API returns results twice when they meet more than one condition

2012-06-21 Thread Christopher Ramírez
I know that Search service is not stable enough, so this is just a kind of bug report. I've been playing with Search API. Looks amazing! But I noticed it return a record twice when it meet more than one search filter. For example: results = index.search( search.Query( query_string

Re: [google-appengine] Projection Queries does not work with order() and Limit parameter

2012-06-20 Thread Christopher Ramírez
No as I remember. How can I rebuild an Index? On Wednesday, June 20, 2012 2:53:12 AM UTC-6, timh wrote: I just added a few more records. The new ones appear without trouble. Missing records seems to be the ones saved before the projection index was created. If you added a new

Re: [google-appengine] Projection Queries does not work with order() and Limit parameter

2012-06-20 Thread Christopher Ramírez
unindexed, while new entities will be indexed. The only way to fix this is to re-write the old entities (as switching the indexing of a property is a schema change, and the datastore does not manage your schema). On Wed, Jun 20, 2012 at 8:37 AM, Christopher Ramírez blindedbythed...@gmail.com

[google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-20 Thread Christopher Ramírez
db. On Tuesday, June 19, 2012 2:03:23 PM UTC-6, Guido van Rossum wrote: On Tuesday, June 19, 2012 7:22:15 AM UTC-7, Christopher Ramírez wrote: On Monday, June 18, 2012 6:00:23 PM UTC-6, Marce (Google) wrote: - Projection queries are now supported in NDB. I have problems with projection

[google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-19 Thread Christopher Ramírez
On Monday, June 18, 2012 6:00:23 PM UTC-6, Marce (Google) wrote: - Projection queries are now supported in NDB. I have problems with projection queries. If I use them with .order('-__key__').fetch(limit=20) records returned seems to be only the even or odd ones. I opened a new discussion in

Re: [google-appengine] Projection Queries does not work with order() and Limit parameter

2012-06-19 Thread Christopher Ramírez
Yes it happens on both servers. On Monday, June 18, 2012 11:01:08 AM UTC-6, Alfred Fuller wrote: Does this happen in both the dev_appserver and production? On Fri, Jun 15, 2012 at 10:28 AM, Christopher Ramírez blindedbythed...@gmail.com wrote: I was trying to use projection queries, but I

Re: [google-appengine] Re: 1.7.0 Prerelease Now Available

2012-06-19 Thread Christopher Ramírez
Thanks barry for pointing me that. It's a recent answare. I opened the thread last week. Also, I'm new to google groups and I dont't understand its GUI and exploring methods quite well. On Tuesday, June 19, 2012 8:26:40 AM UTC-6, barryhunter wrote: I have problems with projection

[google-appengine] Re: HTML Website on Google App Engine

2012-06-19 Thread Christopher Ramírez
It's better for you to use python27 since it is multithreaded. That's means an instance can handle more than one request simustaneously. Also increase default_expiration when you be ready to deploy to the public your website. default_expiration: 7d (7 days) is a good value. On Tuesday, June

Re: [google-appengine] Projection Queries does not work with order() and Limit parameter

2012-06-19 Thread Christopher Ramírez
specified in the projection. Rgds T On Tuesday, June 19, 2012 10:35:32 PM UTC+8, Christopher Ramírez wrote: Yes it happens on both servers. On Monday, June 18, 2012 11:01:08 AM UTC-6, Alfred Fuller wrote: Does this happen in both the dev_appserver and production? On Fri, Jun 15, 2012 at 10:28

[google-appengine] Projection Queries does not work with order() and Limit parameter

2012-06-18 Thread Christopher Ramírez
= Clients.all().order('-__key__').fetch(limit=10, offset=skip_recs) I do not know if this is a bug in projection queries or they have to be used in a different way. Please help me. I would like to use projection queries because they are really fast! Kind Regards, Christopher Ramírez -- You received

[google-appengine] Re: Skyrocketed instances problem on python apps.

2012-03-18 Thread Christopher Wong
The spike is back again around 5 hours ago. On Friday, March 9, 2012 5:03:45 PM UTC-5, Christopher Wong wrote: Hello, It caught my attention that instance usage on our app (tetris4fun) has been shooting the roof - at some point there were 250+ instances running, and 20 is what we need

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Christopher Wong
https://lh5.googleusercontent.com/-KyCZY-iRqxw/T1pcsRqtmKI/AN4/ziDv1FfZFHc/s1600/instances.JPG https://lh6.googleusercontent.com/-UldyGEnKh68/T1pcfzUwU1I/ANw/U2dHxNRQEDM/s1600/instances.JPG Same for us, on a normal day we need around 20 instances to keep the app running, the

Re: [google-appengine] Re: 500 errors + high latency + please communicate with us

2012-03-11 Thread Christopher Wong
tetris4fun is the app id. I noticed there are empty instances running. Usually I need 20 instances to keep the app alive, now it's 150+ instances. Can you please look into that? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this

[google-appengine] Re: [CRITICAL] Hanging Python Instances Since Last Maintenance

2012-03-11 Thread Christopher Wong
+1 On Friday, March 9, 2012 6:35:12 AM UTC-5, Alex Popescu wrote: Since the last maintenance, I'm seeing an elevated number of Python instances just hanging. My application (id: twimblr) has been running for a long time and I've never seen this behavior before. This issue is critical as:

[google-appengine] Java Sessions

2012-01-26 Thread Christopher Johnson
All - Does anyone know how long Java sessions are around for when making use of the servlet session interface that GAE implements ? Thanks in advance. ..Chris -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send

[google-appengine] Java Supported Property Types

2012-01-25 Thread Christopher Johnson
All - I had question about supported property types for Java, I'm working with GAE and Objectify and one of my embedded objects has a java.net.URL member, when trying to store the object I get the following error: java.lang.IllegalArgumentException java.net.URL is not a supported property type.

[google-appengine] Re: Java Supported Property Types

2012-01-25 Thread Christopher Johnson
Issue resolved: the URL class does not have an default constructor so objectify is throwing the error. I just wanted to reply to the group so the solution was on record. On Jan 25, 11:22 am, Christopher Johnson johns...@gmail.com wrote: All - I had question about supported property types

[appengine-java] OAuth and google chrome

2012-01-17 Thread Christopher Gabin
= oauthParameters.getOAuthTokenSecret(); People, your help is really needed here. Thanks, Christopher -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group

[google-appengine] Re: HttpSession session timeout and lastAccessedTime

2011-10-14 Thread Christopher
I managed to fix this, and I have a feeling that the session.setMaxInactiveInterval() method was not saving properly across requests. As soon as I added the session-timeout config to the web.xml, everything started working fine. On Oct 13, 5:42 pm, Christopher cspeckrun@gmail.com wrote: I'm

[google-appengine] Re: How to implement downtime for my Java app

2011-10-14 Thread Christopher
You should be able to create a Filter (extend javax.servlet.Filter) which you then add to the web.xml. It will pass you the request/ response objects before the servlet/services are invoked to handle them. Using this you can filter out most responses to return a maintenance page, but allow certain

[google-appengine] Re: Mail Question

2011-10-14 Thread Christopher
Where is the image attached? I cannot see where it would be here. You might try uploading the image to an image hosting site and post the URL here. On Oct 14, 12:01 pm, Joshua Smith joshuaesm...@charter.net wrote: One of my testers sent me the attached capture of the welcome message my app

[google-appengine] Re: Mail Question

2011-10-14 Thread Christopher
, at 4:05 PM, Christopher wrote: Where is the image attached? I cannot see where it would be here. You might try uploading the image to an image hosting site and post the URL here. On Oct 14, 12:01 pm, Joshua Smith joshuaesm...@charter.net wrote: One of my testers sent me

[google-appengine] Re: Mail Question

2011-10-14 Thread Christopher
},                    body=plain,                    html=rich                    ) On Oct 14, 2011, at 4:35 PM, Christopher wrote: We send a lot of emails and haven't had this issue. Can you give an example of how you are using the API? On Oct 14, 4:19 pm, Joshua Smith joshuaesm

[google-appengine] Re: Mail Question

2011-10-14 Thread Christopher
does not include html and body elements, but it's otherwise proper (and quite simple). On Oct 14, 2011, at 4:54 PM, Christopher wrote: I see the long garbage as the field in the Return-Path field of the email, but I have to turn on Show all headers in order to see this. We use

[google-appengine] HttpSession session timeout and lastAccessedTime

2011-10-13 Thread Christopher
I'm having strange problems with session timeouts on appengine. When running locally the session timeout appears to work fine. The session is supposed to be 30 minutes. The browser has a timer setup to check if the user is still logged in 30min + 1 sec after the last successful async request to

[google-appengine] Re: Billing Status: Payment Due

2011-09-14 Thread Christopher
We are noticing the same on several of our accounts for the app engine applications. Brandon, can you please explain further? I am logged into Google Checkout and do not see any option for retrying anywhere. Thanks. On Sep 15, 12:55 am, Brandon Wirtz drak...@digerat.com wrote: Log in to Check

[google-appengine] Re: URLFetch causing timeout exceptions but does not appear to be reaching limit (1.5.3 Java SDK)

2011-08-29 Thread Christopher
to increase this time, it will become a showstopper for me. I tried with TaskQueue but no luck. Thanks in advance On Fri, Aug 26, 2011 at 12:25 AM, Christopher cspeckrun@gmail.comwrote: Part of our application on appengine communicates with Amazon S3, mostly for checking

[google-appengine] Re: URLFetch causing timeout exceptions but does not appear to be reaching limit (1.5.3 Java SDK)

2011-08-29 Thread Christopher
/64656230663539336634333461343163666434303431323638306465653664333534303065386263643434323530316561666138613431313034613036663835/dicom/1e3edb948e2b8db02d761a6be3dc7d1ef47f4625/49daf3496ec51fdc31951fe3148a73ce4f9748b6/eff0b43df7ab67d66a9e41df237824df3b0c4caf On Aug 29, 3:26 pm, Christopher cspeckrun@gmail.com wrote: Deepak, Google might be planning to lengthen the time

[google-appengine] Re: URLFetch causing timeout exceptions but does not appear to be reaching limit (1.5.3 Java SDK)

2011-08-29 Thread Christopher
/1e3edb948e2b8db02d761a6be3dc7d1ef47f4625 /49daf3496ec51fdc31951fe3148a73ce4f9748b6 /eff0b43df7ab67d66a9e41df237824df3b0c4caf On Aug 29, 3:29 pm, Christopher cspeckrun@gmail.com wrote: Nischal, Here is an example from the logs (it is a fairly long URL): Caused by: java.util.concurrent.ExecutionException

[google-appengine] Re: URLFetch causing timeout exceptions but does not appear to be reaching limit (1.5.3 Java SDK)

2011-08-29 Thread Christopher
Not sure why a space was put into the first part, but I just triple- checked that there is no space in the url used. It is just formatting bug in the post. On Aug 29, 3:37 pm, Christopher cspeckrun@gmail.com wrote: I just noticed the url is truncated from Google Groups. Here it is split up

[google-appengine] URLFetch causing timeout exceptions but does not appear to be reaching limit (1.5.3 Java SDK)

2011-08-25 Thread Christopher
Part of our application on appengine communicates with Amazon S3, mostly for checking the status of files, etc. (so mostly HEAD and GET requests, always small payload sizes). Lately (past few weeks) we've been getting a lot more SocketTimeout exceptions when we do fetches (async). We had the

[google-appengine] Increaded DeadlineExceeded / Timeout exceptions

2011-08-08 Thread Christopher
Within the past week or so we've noticed an increased amount of DeadlineExceeded / Timeout Exceptions on all our apps (including ones with billing setup). The appengine status page shows there's never been a problem however. -- You received this message because you are subscribed to the Google

[google-appengine] /mapreduce/mapperCallback being called excessively

2011-08-08 Thread Christopher
Recently in the past 10 hours this url has been hit (though task queues) 100k times eating through the free quota, and now pretty much any other request bombs out because of this. It looks like every call is having problems split on a single entity. Here's info output from the logs: 2011-08-05

Re: [appengine-java] [DataStore] A parent cannot be established or changed once an object has been persisted

2011-07-08 Thread Christopher Merrill
It is not clear (to me) exactly what question you are asking. Are you asking if it is possible to change the parent of a datastore entity after it has been created? AFAIK, the answer is no, because the parent is an inherent part of the identity of the entity...which also cannot be changed. You

Re: [appengine-java] Email from the Google App Engine

2011-07-06 Thread Christopher Merrill
yes it is. On Tue, Jul 5, 2011 at 11:19 PM, dm9289 danma...@hotmail.com wrote: Hello, I am fairly new to this, so would appreciate some advice.  I would like to create a web application using the Google App Engine and as part of the app, I would like to formulate a partially populated email

[google-appengine] Datastore best use, and queries..

2011-05-30 Thread Christopher Johnson
All - I'm a little new to app engine and JDO, but before I dive to far into my project I wanted to ask a question on how to query for stored data. I have some something that looks like this: @PersistenceCapable public class User{ @Persitant private ListGroups ... } Is it

Re: [google-appengine] App previously running fine started throwing NoClassDefFoundError

2011-03-25 Thread Christopher Hilla
Can you attach a log or stack trace where this error occurs? --Chris On Fri, Mar 25, 2011 at 3:07 AM, radomir radomi...@gmail.com wrote: Hi, For one of my apps that was running fine yesterday GAE started throwing NoClassDefFoundError about few hours ago and the app is totally broken now!

[google-appengine] Re: Error: Server Error

2011-03-23 Thread Christopher Hilla
I'm getting the same thing. Deploys were giving me trouble and now the app is up and down. Seems intermittent. Keep an eye on http://code.google.com/status/appengine --Chris On Mar 23, 2:27 am, Jay Herrick jay.herr...@branditty.com wrote: I'm getting this when I log into appengine.google.com or

Re: [google-appengine] queue.xml does not validate against .xsd

2011-03-17 Thread Christopher Hilla
I found adding the total-storage-limit element without newlines resolved this issue for me. For example: queue-entries total-storage-limit50M/total-storage-limit queue ... may resolve your issue. Hope that helps, --Chris On Tue, Mar 15, 2011 at 8:43 AM, Brian Lim brian.lim...@gmail.com

Re: [google-appengine] sms validation requested

2010-12-08 Thread Christopher Brind
Interestingly my account has just been (re)enabled, so don't know if it was a result of this thread or filling in that form and I can now create apps again! :) Cheers, Chris On 7 December 2010 17:45, Tristan Burch m...@tristanburch.com wrote: I ran into the same problem yesterday when trying

Re: [google-appengine] sms validation requested

2010-12-07 Thread Christopher Brind
I've done that already, but since it's not a carrier problem and I've sms validated already I'm wondering if it's something else. Cheers Chris On 7 Dec 2010, at 19:23, Robert Kluin robert.kl...@gmail.com wrote: https://appengine.google.com/waitlist/sms_issues On Tue, Dec 7, 2010 at

[google-appengine] Re: Datastore Optimisation

2010-09-11 Thread Christopher Staite
I haven't... I shall give that a go. On 9 Sep, 21:07, Robert Kluin robert.kl...@gmail.com wrote: So have you removed the DateTimeProperty or changed it to a StringProperty to see if the performance improved? Robert On Thu, Sep 9, 2010 at 13:32, Christopher Staite christophersta

[google-appengine] Re: Datastore Optimisation

2010-09-09 Thread Christopher Staite
take by assigning pot=p and use the same put code. I'd guess that both of the puts referencing the same pot=p could be what is slowing it down.. granted, I don't use ReferenceProperty at all... so, what do I know.. On Wed, Sep 8, 2010 at 9:24 AM, Christopher Staite christophersta

[google-appengine] Datastore Optimisation

2010-09-08 Thread Christopher Staite
Hi guys, I've been trying write my first real application for the app engine. After multiple re-writes I've finally got the hang of things. I think that I've got something efficient and correct. However, it's still not performing particularly quickly and I'd like to speed it up a little more.

Re: [google-appengine] Cannot create additional applications

2010-05-06 Thread Christopher Fraser
Problem solved. Thanks, Chris On Thu, May 6, 2010 at 2:58 PM, Wesley C (Google) wesc+...@google.comwesc%2b...@google.com wrote: in general, if any of you have problems with SMS verifcation, just fill out this form, and we'll try to help you out:

Re: [google-appengine] Cannot create additional applications

2010-05-05 Thread Christopher Fraser
Yes, and I get the same result (I'm redirected to the Verify Your Account by SMS page). Chris On Wed, May 5, 2010 at 7:56 AM, Robert Kluin robert.kl...@gmail.com wrote: Have you tried to clear your browser cookies/cache and then log in at: