Re: [google-appengine] Large latency spike, need assistance

2012-04-25 Thread Takashi Matsuo
Hi Nathan, I think it's OK now. Are you still seeing this? BTW, this list is not a support channel with any kind of SLA. Now we're offering premier support for that type of demand. For more details about our premier support, please see: https://developers.google.com/appengine/docs/premier/ Regar

Re: [google-appengine] Schedule Datastore backups.

2012-04-25 Thread Takashi Matsuo
Here you are: https://developers.google.com/appengine/articles/scheduled_backups On Thu, Apr 26, 2012 at 1:30 PM, Renzo Nuccitelli wrote: >  I read that on 1.6.5 release notes this feature is included, but have not > found any documentation about it. I´ve searched on Cron and App Cfg docs. > Coul

[google-appengine] Schedule Datastore backups.

2012-04-25 Thread Renzo Nuccitelli
I read that on 1.6.5 release notes this feature is included, but have not found any documentation about it. I´ve searched on Cron and App Cfg docs. Could anyone point out the docs? Thanks, Renzo -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Re: NDB Caching Question

2012-04-25 Thread Richard Arrano
Do you mean rather than pull my 2500 entities, use a task to keep the 2500 updated in a single JSON property and then use it to sort on a desired property as necessary? I was considering doing this as an alternative. It seemed wasteful in my usage scenario to pull 2500 entities just to give the use

[google-appengine] Re: App Engine 1.6.5 Released

2012-04-25 Thread Warwick Allison
Projection queries do not seem to work for properties that are db.ReferenceProperty(). So for example, this works: SELECT * FROM Person result.mother.name + " is the mother of " + result.name but this does not: SELECT name,mother,father FROM Person Is this just an oversight, or an und

Re: [google-appengine] App Engine 1.6.5 Released

2012-04-25 Thread Alfred Fuller
ndb does not yet officially support projection queries, so there might be some rough edges if you use them. On Apr 25, 2012 1:23 AM, "Gopal Patel" wrote: > does ndb supports projection query ? > > On Wed, Apr 25, 2012 at 11:43 AM, Alfred Fuller wrote: > >> I agree :-), the doc update is in progre

[google-appengine] Meaningless error message when I try to upload a file using blobstore API.

2012-04-25 Thread lukewm
Meaningless error message when I try to upload a file using the blobStore API. I have billing enabled and it works locally. Any idea what might cause this? Thanks, Luke java.lang.RuntimeException: Could not copy request's input stream to file at org.got5.tapestry5.jquery.services.AjaxUp

Re: [google-appengine] Re: Mail is not sent to domain with google apps

2012-04-25 Thread Christina Ilvento
Hi Deepak, Consider looking at the bulk mail guidelinesfor tips on making sure your legitimate emails don't get sent to the spam folder. Thanks, Christina On Wed, Apr 25, 2012 at 11:57 AM, Deepak Singh wrote: > Hi Barry, > > Than

RE: [google-appengine] Re: What am I being build for?

2012-04-25 Thread Brandon Wirtz
> This min charge is dumb, and I got snagged on this too. Why can't you just be billed only if you go over? Because Google is losing money on you already. I don't have insight in to the exact numbers, but much like banks with Checking and Savings Accounts. Banks lose money on accounts with less

[google-appengine] Re: What am I being build for?

2012-04-25 Thread Erin Hastings
This min charge is dumb, and I got snagged on this too. Why can't you just be billed only if you go over? On Sunday, April 22, 2012 4:49:01 PM UTC-4, jeremy wrote: > > For several months I have been receiving a bill for $2.10 for an one > of the apps that I have deployed for an organization a w

[google-appengine] Enable Billing - only if over free limit

2012-04-25 Thread Erin Hastings
So I built my app a couple months ago and still waiting to deploy it. The whole time its been billing me a minimum monthly fee, despite using virtually no resources, and I didn't even know it. It is not clear at all that if set up billing you will be charged a minimum monthly fee no matter wh

[google-appengine] Re: Error with Xerces on Appengine

2012-04-25 Thread Kyle Anderson
I figured this out-- You should not include xerces.jar and xercesImpl.jar when you deploy. It is necessary to run locally, but I guess it already resides on the app engine server, so it causes problems. On Apr 25, 12:05 pm, Kyle Anderson wrote: > I receive a strange error relating to xerces on

[google-appengine] Re: NDB Caching Question

2012-04-25 Thread Alexander Trakhimenok
Richard, I would advise to go with the JSON property. In our project we intensively use JSONs and update them in task queues & backends. Actually we have a rule - every page should make just 3-5 DB requests. In future we would consider to move from JSON to ProtoBuf but not for now. Also we've move

[google-appengine] Re: files.blobstore.create ApiTemporaryUnavailableError

2012-04-25 Thread Brian G
> > App name: mcneel_app_store, version 2. Correction: app name = mcneelappstore Cheers, - Brian -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengi

[google-appengine] Re: App Engine 1.6.5 Released

2012-04-25 Thread Ron Wilhelm
GQL on ndb models supports projection queries. -Ron On Apr 25, 2:23 am, Gopal Patel wrote: > does ndb supports projection query ? > > > > > > > > On Wed, Apr 25, 2012 at 11:43 AM, Alfred Fuller wrote: > > I agree :-), the doc update is in progress. > > > On Tue, Apr 24, 2012 at 10:41 PM, Sun Ji

[google-appengine] Re: NDB Caching Question

2012-04-25 Thread Guido van Rossum
On Tuesday, April 24, 2012 3:07:35 PM UTC-7, Richard Arrano wrote: > > Thank you for the quick and very informative reply. I wasn't even > aware this was possible with NDB. How would those x.yref.get() calls > show up in AppStats? Or would they at all if it's just pulling it from > memory? > I

[google-appengine] Error with Xerces on Appengine

2012-04-25 Thread Kyle Anderson
I receive a strange error relating to xerces on the app engine. My application runs fine in my local development environment. I've tried everything: 1.) I have el-ri-1.0.jar in my WEB-INF/lib 2.) I have xerces.jar and xercesImpl.jar in my WEB-INF/lib 3.) I tried to use Saxon instead of xerces, a

Re: [google-appengine] Re: Mail is not sent to domain with google apps

2012-04-25 Thread Deepak Singh
Hi Barry, Thanks for your reply. I checked it once again and i found that sometimes mail is delivered to spam and sometimes it goes to inbox. The content of the mail is only professional content and without attachments. It is text/html plain. Can you give some hint why it goes to spam more ofte

[google-appengine] files.blobstore.create ApiTemporaryUnavailableError

2012-04-25 Thread Brian G
For the last several days, AppEngine has been throwing ApiTemporaryUnavailableError whenever files.blobstore.create() is called. I am passing no parameters to the create call. I realize this is an experimental feature; has it been removed from AppEngine? Is there an alternate method for creating b

[google-appengine] Large latency spike, need assistance

2012-04-25 Thread Nathan Skone
Application: hs-hbo Datastore: High Replication Normal latencies: 50ms-200ms Today's latencies: 5000ms-1ms Idle Instances: ( Automatic – Automatic ) Pending Latency: ( Automatic – Automatic ) Dear Appengine Team, This morning the latency of my application saw a sudden spike that has made it

Re: [google-appengine] Re: App Engine 1.6.5 Released

2012-04-25 Thread Alfred Fuller
Projection queries return the properties you projected and key for each entity that matches the query. On Wed, Apr 25, 2012 at 10:39 AM, pdknsk wrote: > When using projection queries for just a single property, does this > also return keys? The answer is probably yes, as returned items can > pro

[google-appengine] Re: App Engine 1.6.5 Released

2012-04-25 Thread pdknsk
When using projection queries for just a single property, does this also return keys? The answer is probably yes, as returned items can probably not be key-less, or can they? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this g

[google-appengine] Re: Twitter Task Queue vs Cron

2012-04-25 Thread D
Fair enough. No magic ball. On Wednesday, April 25, 2012 9:10:27 AM UTC-5, Strom wrote: > > Easy question but a bit tricky to answer. > > What's wrong with your current solution? Nothing? Then there's nothing > to fix. > If there's something wrong, then you look at alternative methods and > th

[google-appengine] Re: [objectify-appengine] Re: DeferredTask always gives NotSerialisable exception

2012-04-25 Thread Deepak Singh
Hi Jeff, In continuation to the previous mail, I am getting the following exception: CommonRpcServiceImpl.cancelTripEnquiry() java.io.NotSerializableException: com.googlecode.objectify.impl.ObjectifyImpl Thanks Deepak On Wed, Apr 25, 2012 at 10:52 PM, Deepak Singh wrote: > Hi Jeff, > > Here

[google-appengine] Re: [objectify-appengine] Re: DeferredTask always gives NotSerialisable exception

2012-04-25 Thread Deepak Singh
Hi Jeff, Here is the complete code: here is my static inner class, public static class CancelTriptaskOperation implements DeferredTask, Serializable { private PackageEnqFormDTO enq = null; Objectify objectifyDeferred = ObjectifyService.begin(); public CancelTriptaskOperation(final PackageEnqFo

Re: [google-appengine] can't deploy my app (AttributeError: can't set attribute)

2012-04-25 Thread Takashi Matsuo
Hi John, Please see my answer on Stackoverflow at: http://stackoverflow.com/questions/10315069/app-deploy-issue/10317980#10317980 On Wed, Apr 25, 2012 at 8:10 PM, John Smith wrote: > thats log: > >> Starting update of app: flyingbat123, version: 0-1 >> Getting current resource limits. >> Passwor

[google-appengine] Using conversion API to convert from text into PDF

2012-04-25 Thread Computer_Engineer
Hi, i'm working on a task that i want to convert text file into PDF one using conversion API that is in GAE , i tried as: https://developers.google.com/appengine/docs/python/conversion/overview This is the approach that i used: from __future__ import with_statement from google.appengine.api impo

[google-appengine] Unable to register the Google App Engine

2012-04-25 Thread 求锐 周
The phone number has been sent too many messages or has already been used to confirm an account.Can you help me to register? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.

Re: [google-appengine] Verify Your Account by SMS

2012-04-25 Thread Crazy Me
On Wednesday, April 25, 2012 10:07:26 AM UTC+2, Amy Unruh wrote: > > hi, > > If you are having SMS issues, you can use the "SMS problems" form linked > here: http://code.google.com/appengine/kb/sms.html#error -- > https://appengine.google.com/waitlist/sms_issues > > Thanks Amy That was helpful

[google-appengine] Files API and Google Cloud storage

2012-04-25 Thread Arne
I am building a system that needs to save files from Google App Engine's blobstore to Google Cloud Storage. It works fine for small files (<40 mb) but for larger files it get gets unstable and GAE throws and FileNotOpenedError. To my understanding the reason for this is as described in GAE Is

[google-appengine] can't deploy my app (AttributeError: can't set attribute)

2012-04-25 Thread John Smith
thats log: Starting update of app: flyingbat123, version: 0-1 > Getting current resource limits. > Password for avigmati: Traceback (most recent call last): > File "C:\Program Files (x86)\Google\google_appengine\appcfg.py", line > 125, in > run_file(__file__, globals()) > File "C:\Progra

Re: [google-appengine] Re: Mail is not sent to domain with google apps

2012-04-25 Thread Barry Hunter
You will probably have more luck, if you are more specific. How does it fail? "not able" is not very specific? Do you get an error? Are you getting a stack trace? Do the emails bounce? What does the bounce say? What email are they coming 'from'? Have you checked Spam folders, and filters on th

[google-appengine] Re: Mail is not sent to domain with google apps

2012-04-25 Thread Deepak Singh
Google.. Pls answert. Thanks Deepak On Tue, Apr 24, 2012 at 10:33 PM, Deepak Singh wrote: > Hi, > > app id: balajiyatrafinder > custom domain: yatrafinder.com > > My app is not able to send mail to address of domains pdstechi.com > > However it sends mail to other domain. > > Kindly check it and

[google-appengine] Re: Twitter Task Queue vs Cron

2012-04-25 Thread Strom
Easy question but a bit tricky to answer. What's wrong with your current solution? Nothing? Then there's nothing to fix. If there's something wrong, then you look at alternative methods and think to yourself "does this solve my problem?". On Apr 25, 4:10 pm, D wrote: > Im sure this is an easy qu

[google-appengine] Re: Twitter Task Queue vs Cron

2012-04-25 Thread D
Im sure this is an easy question...IKAI LAN. I wish I could Google Plus tag people. On Saturday, April 21, 2012 2:31:02 PM UTC-5, D wrote: > > I'm making an app that reads the public twitter feeds of people > I follow using the Twitter4J API...searching for keywords. > Right now, its setup just

Re: [google-appengine] App Engine 1.6.5 Released

2012-04-25 Thread Maxim Lacrima
Does this release include a fix for this issue: http://code.google.com/p/googleappengine/issues/detail?id=6820 I still have problems described there if I do large asynchronous puts. On 25 April 2012 00:34, Marzia Niccolai wrote: > Hi, > > We've released 1.6.5 today, with some really cool featur

[google-appengine] Re: App Engine 1.6.5 Released

2012-04-25 Thread Ian Marshall
As a Java person, am I correct to restrain my enthusiasm and wait for the 1.6.5.1 Java release? On Apr 24, 10:34 pm, Marzia Niccolai wrote: > Hi, > > We've released 1.6.5 today, with some really cool features you can read > about > here:http://googleappengine.blogspot.com/2012/04/app-engine-165

Re: [google-appengine] SMALLEST and FASTEST Template Engine on Python

2012-04-25 Thread Takashi Matsuo
Hi Ayan, I have not tried it myself yet, but how about tenjin? http://www.kuwata-lab.com/tenjin/ Besides that, if you can use python2.7 runtime, jinja2 is now bundled in the SDK, and should be fast thanks to its bytecode cache, which is only available with python2.7 runtime. However, in most cas

[google-appengine] SMALLEST and FASTEST Template Engine on Python

2012-04-25 Thread Ayan Debnath
Dear Friends, Can you please suggest me which one is the SMALLEST and FASTEST template engine for Google App Engine on Python2.5 and Python2.6 ? I am looking for the SMALLEST and *FASTEST*. Thank you Ayan Debnath -- You received this message because you are subscribed to the Google Groups "G

Re: [google-appengine] Re: Storing from PDF to IMG

2012-04-25 Thread Massimiliano
Hi Mike, I'm sorry but the conversion Api doesn't work. I'm working on a alternative way, but appengine is facing big problem with the PDF management. Max Il giorno 25/apr/2012 03:39, "Mike" ha scritto: > Max > > Have you figured this out? I am looking for someone to build me a PDF to > Image c

Re: [google-appengine] App Engine 1.6.5 Released

2012-04-25 Thread Gopal Patel
does ndb supports projection query ? On Wed, Apr 25, 2012 at 11:43 AM, Alfred Fuller wrote: > I agree :-), the doc update is in progress. > > > On Tue, Apr 24, 2012 at 10:41 PM, Sun Jing wrote: > >> Thank you, it works. I think the document should be updated: >> >> https://developers.google.com

Re: [google-appengine] Verify Your Account by SMS

2012-04-25 Thread Amy Unruh
hi, If you are having SMS issues, you can use the "SMS problems" form linked here: http://code.google.com/appengine/kb/sms.html#error -- https://appengine.google.com/waitlist/sms_issues On 24 April 2012 17:04, Crazy Me wrote: > I have a problem with "Verify Your Account by SMS" page. > > Does a

[google-appengine] Verify Your Account by SMS

2012-04-25 Thread Crazy Me
I have a problem with "Verify Your Account by SMS" page. Does anyone know how to verify one's account if you are in Egypt ? I entered my number but it keeps giving me the "Mobile Number or Username" error. Regards, -- You received this message because you are subscribed to the Google Group

[google-appengine] Re: Understanding 'Frontend Instance Hours'

2012-04-25 Thread Uman Lata
I also experience the same problem in my website. When this thing happen I observe there is large number of request in the log in small time. So if your app is initiated at burst then this may happen. You can check logs in appengine logs and you can find requests at

[google-appengine] GAE + Sprint 3 + Hibernate + Google Cloud SQL

2012-04-25 Thread Purush
Hi, I was trying to integrate Hibernate + Google Cloud SQL into my existing Spring 3 based GAE application. I am getting the following exception. Could anybody help with this. Actually the application works well with JDO and I am trying to migrate to Google Could SQL with Hibernate given this

Re: [google-appengine] Update: Two App Engine-related 'Office Hours' Hangouts - April. 25th, 9am and 4pm PDT

2012-04-25 Thread Amy Unruh
On 25 April 2012 17:47, Matthew Jaggard wrote: > On the 9am event: > > *Event not found.* > Yes, our apologies-- the 9am PDT one had to be cancelled (you'll see a follow-up message to this list), and so its event was deleted. The 4pm PDT one is still on. In future weeks we do plan to have hango

Re: [google-appengine] Update: Two App Engine-related 'Office Hours' Hangouts - April. 25th, 9am and 4pm PDT

2012-04-25 Thread Matthew Jaggard
On the 9am event: *Event not found.* On 24 April 2012 07:26, Amy Unruh wrote: > As an update to my earlier message, we expect several App Engine PMs > (Product Managers) to join us as "special guests" for the 4pm PDT hangout. > > https://developers.google.com/events/ahNzfmdvb2dsZS1kZXZlbG9wZXJ