[google-appengine] Re: high cpu warning

2009-10-16 Thread jonbbbb
It seems that this high CPU warning comes when the applications must be loaded into memory or something like that... Some other post where one was getting high CPU warnings was speculating on that. If you reload it regularly it usually goes fine: 38ms 17cpu_ms 12api_cpu_ms 0kb But sometimes you

[google-appengine] Re: Mismatch between values from the new statistics page and the values from the quota page

2009-10-16 Thread Tonny
I do have 4 "complex" indexes, but only two of them are for data in any volume of significance. I would have guessed that their size was expressed as part of the metadata. Also it seems a bit steep, that the indexes should consume 5 times the size of all the data, since they should only operate o

[google-appengine] Re: Problem with Email Quotas

2009-10-16 Thread Nick Johnson (Google)
Hi Rob, Have you considered enabling billing? This should up your burst quota substantially. Another option you have is to send emails from the Task Queue; this will help spread things out, and retry when sends fail. -Nick Johnson On Wed, Oct 14, 2009 at 10:20 PM, Rob Osborne wrote: > > I have

[google-appengine] Re: Accounting for datastore metadata usage.

2009-10-16 Thread Nick Johnson (Google)
Hi David, Entities are stored in the datastore as Protocol Buffers. The size of individual entities is computed by counting the length of each field, while the metadata is the total size of the Entity Protocol Buffers, less the total length of the fields stored in it. Each field imposes some overh

[google-appengine] intensity measure

2009-10-16 Thread niklasr
Hey For not reinventing already elsewhere, a good function will be intensity measure ie average time between new entities. We can add this ourselves and welcome further comments. Basically for any model display average time between 2 new and benchmarks, what meantime is fast growth. Sincerely Nick

[google-appengine] Task Queue overview doc

2009-10-16 Thread jonbbbb
Hi, http://code.google.com/appengine/docs/java/taskqueue/overview.html I think the code snippets in this document should be improved. I don't think the code would run in Java and it looks like it is copied from the Python docs. I don't think this is the way you set a url for a task in Java. On

[google-appengine] Re: Task Queue overview doc

2009-10-16 Thread jonbbbb
ehh, sorry it works if you statically com.google.appengine.api.labs.taskqueue.TaskOptions.Builder.*; On Oct 16, 12:54 pm, jon wrote: > Hi, > > http://code.google.com/appengine/docs/java/taskqueue/overview.html > > I think the code snippets in this document should be improved. > I don't think

[google-appengine] Re: why not receive the verification code via sms

2009-10-16 Thread Nick Johnson (Google)
Hi, If you are having trouble with SMS verification, or want an additional account activated, please fill out the following form: http://appengine.google.com/waitlist/sms_issues (This is from the following FAQ http://code.google.com/appengine/kb/sms .html#error ) Once you fill out this form, yo

[google-appengine] Re: Small tutorial on using the list property on GAE

2009-10-16 Thread Nick Johnson (Google)
Hi David, Thanks for linking to this! I've added it to the App Engine reddit, at http://reddit.com/r/appengine/. -Nick On Thu, Oct 15, 2009 at 1:11 AM, wings wrote: > > Hello App Engine users! > > I wrote a tutorial about using the list property: > http://www.gomuse.com/google-app-engine-using-

[google-appengine] Re: 500 error on updating indexes

2009-10-16 Thread Nick Johnson (Google)
Hi Travis, I've reset your indexes and your index count. -Nick Johnson On Thu, Oct 15, 2009 at 10:53 PM, Travis wrote: > > Thanks Nick, it worked perfectly. However, I'm back in the same sort > of a situation, so if you could help out again that would be great. > > I was wondering, is there any

[google-appengine] Re: *newbie alert* really sorry...

2009-10-16 Thread Benjamin
I got into AE with zero experience with it and i'm building some slick stuff these days The roadmap i followed was to develop google web toolkit Stockwatcher App on the tutorial line by line. The google guys really did a great job making that app cover the most important concepts. Deploying that

[google-appengine] Re: how to convince client

2009-10-16 Thread Jason Smith
I have to agree with the others. GAE is a fine (I would say it is the ideal) prototyping platform--development is easy, and deploying is trivial. However as an app becomes increasingly valuable to its creator, you will feel more and more pressure to move to traditional hosting. I inherited the pro

[google-appengine] Re: Download Avira AntiVir Premium v9.0.0.446 with 2011 valid

2009-10-16 Thread Olemis Lang
On Fri, Oct 16, 2009 at 7:33 AM, warez wrote: > Download Avira AntiVir Premium v9.0.0.446 with 2011 valid > How could I install this in App Engine ? -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: --~--~-~--~

[google-appengine] Limitation on file names for e-mail attachments

2009-10-16 Thread Andrei
I am trying to move my license generation code (based on Aquatic Prime) to GAE and was able to do it fairly easy except for one thing. In current version, license distributed as a file via e- mail. My application register itself as an "opener" for particular extension. When user receive e-mail

[google-appengine] [ERROR] Unable to start AppEngine server

2009-10-16 Thread JonRWarren
My guestbook app was running fine until I upgraded to 1.2.6. Now I get this error when I run it in Eclipse. Does anyone know how to fix this problem: [ERROR] Unable to start AppEngine server com.google.apphosting.utils.config.AppEngineConfigException: Received SAXException parsing the input strea

[google-appengine] SMS Activation Trouble

2009-10-16 Thread Mac Read
I am trying to activate my app engine account and I am getting an error telling me I have used the phone number too many times. But I have not gotten a message. When I tried from another phone, same carrier (Verizon) it tells me "An error occured while sending. Please try again." I do that and I g

[google-appengine] SMS verification hell

2009-10-16 Thread Akshat Goel
Hi, I am Akshat Goel, from Delhi, India. I was creating an application on Google App Engine, but it was showing an error when i was trying to enter my mobile number (+9953933422). The target email id is akshatpol...@gmail.com. Please help me out immediately!!I want to use appengine immediately

[google-appengine] Struts2 on Java

2009-10-16 Thread venkat
I am not able to run my jsp page locally. but I am able to deploy on PROD (google app engine) and view the page succesfully. I get the following error on my local machine: HTTP ERROR: 500 java.lang.NoClassDefFoundError: javax.swing.tree.TreeNode is a restricted class. Please see the Google App

[google-appengine] This website is temporarily unavailable, please try again later.???

2009-10-16 Thread dcmor...@gmail.com
One of the apps I've been working on has been giving me an error message to this effect for the last hour. It was working great this afternoonand *nothing has changed* since then. I'm having a hard time believing that Google Apps accounts running their sites on the Google App Engine would be

[google-appengine] uploading multiple apps from more than one account

2009-10-16 Thread Houston startup coder
I'm getting started with App Engine for Java and I'm using the Eclipse plugin. I will be uploading at least 3 different apps from at least 2 different GAE accounts (personal and work apps). How will I be able to upload apps from more than one GAE account? Thanks... --~--~-~--~~

[google-appengine] Store super and subclass objects in datastore using JDO

2009-10-16 Thread pipl
I have been trying to save the super class and subclass objects using JDO in google app. Example I have Super class user and sub classes student faculty and admins. But when query for persistent manager with super class object it do not reply. --~--~-~--~~~---~--~

[google-appengine] ViewDoesNotExist bug on GAE with Django

2009-10-16 Thread FernandoEscher
Hi! I'm using the last version of GAE with Django 0.96. My problem is that a I get this unexplainable ViewDoesNotExist error: ViewDoesNotExist at /profile/edit/ Could not import profile.views. Error was: No module named views Exception Value:Could not import profile.views. Error was: No

[google-appengine] GAE 1.2.7 problem with remote-api SDK Authentication

2009-10-16 Thread i...@parlorweb.de
before 1.2.7 I returned None, None in the auth_func. Now I have to use the Google passwords, all other return urllib2.HTTPError: HTTP Error 401: Unauthorized This is the Skript I run: from gae import models import pserver from google.appengine.ext.remote_api import remote_api_stub from google.a

[google-appengine] Domain Name and App Ownership Change Transfer

2009-10-16 Thread Lead411
Hello: I am just about to buy a domain/site that uses the Google App Engine. I know the normal process for transferring a domain name, but how would this person transfer this app account to me? Any ideas? Thanks,Tom --~--~-~--~~~---~--~~ You received this messag

[google-appengine] Re: Domain Name and App Ownership Change Transfer

2009-10-16 Thread Bassil Karam
I would really like to know the answer to this too. In my situation I'd like to transfer the app engine account from my google account to my apps account. Cheers. On Fri, Oct 16, 2009 at 6:46 AM, Lead411 wrote: > > Hello: I am just about to buy a domain/site that uses the Google App > Engine.

[google-appengine] Re: GAE 1.2.7 problem with remote-api SDK Authentication

2009-10-16 Thread Takashi Matsuo
Hi Rudolf, > remote_api_stub.ConfigureRemoteDatastore('parlorweb', '/remote_api', > auth_func, host) Perhaps you can put the line bellow after setting up remote_api_stub. remote_api_stub.MaybeInvokeAuthentication() hope it helps -- Takashi Matsuo Kay's daddy On Fri, Oct 16, 2009 at 8:20 PM

[google-appengine] Re: GAE 1.2.7 problem with remote-api SDK Authentication

2009-10-16 Thread Takashi Matsuo
I'm sorry that my last post is incorrect. In my environment, your script (of course with little modification) works fine. Could you post your app.yaml (especially the definition of remote_api)? Regards, -- Takashi Matsuo Kay's daddy On Sat, Oct 17, 2009 at 2:24 AM, Takashi Matsuo wrote: >

[google-appengine] Re: ViewDoesNotExist bug on GAE with Django

2009-10-16 Thread Takashi Matsuo
Hi Fernando, 'profile' is one of standard python module. I guess sys.path order in your development environment is different from server environment. Could you rename your app to another name and try? Regards, -- Takashi Matsuo Kay's daddy On Fri, Oct 16, 2009 at 5:43 PM, FernandoEscher w

[google-appengine] Reading incoming mail GAE/J

2009-10-16 Thread Kyle Roche
I have an email service running that is able to accept inbound email. HOwever, I have not been able to grab the message text using getContent () and getBodyPart(). Does anyone have a quick snippet they could share? Thanks! Kyle --~--~-~--~~~---~--~~ You received

[google-appengine] GET files in GAE

2009-10-16 Thread david
Hi, I want to know if is possible to store files in GAE to get after with (http) GET url. How do I store files? Thank you very much. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] Re: GAE 1.2.7 problem with remote-api SDK Authentication

2009-10-16 Thread i...@parlorweb.de
Here is my app.yaml: application: parlorweb version: 1 runtime: python api_version: 1 handlers: - url: /(.*\.(gif|png|jpg|ico)) static_files: static/images/\1 upload: static/images/(.*\.(gif|png|jpg|ico)) - url: /remote_api script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py -

[google-appengine] Re: how to convince client

2009-10-16 Thread Adligo
Hi, I would look into trying to convince your client of cloud computing first and GAE second. Once you convince them to use cloud computing for their hosting I think they only have 3 options Google, Yahoo and Microsoft. Cheers, Scott On Oct 16, 9:45 am, Jason Smith wrote: > I have to agre

[google-appengine] Re: how to convince client

2009-10-16 Thread William Montgomery
Well there is obviously Amazon EC2 service, which is perhaps the most popular cloud computing platform. Will. 2009/10/16 Adligo > > Hi, > > I would look into trying to convince your client of cloud computing > first and GAE second. Once you convince them to use cloud computing > for their ho

[google-appengine] Re: GET files in GAE

2009-10-16 Thread jonbbbb
Hi, I am not an expert... You could store pieces of data of up to 1 mb in the data store. http://code.google.com/appengine/docs/java/datastore/overview.html So it is kind of limited to use as a file storage. Also it will be cumbersome to download the data. I suppose you would have to return all

[google-appengine] Re: GET files in GAE

2009-10-16 Thread Prashant
i am not expert either but i think 30 secs is the limit for computation (time taken for response to be generated) not delivery of data from server to client. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: GET files in GAE

2009-10-16 Thread jonbbbb
Uhh, You could also have static files in your application that your just serve with GET requests if that is what you mean. http://code.google.com/appengine/docs/java/gettingstarted/staticfiles.html Regards, Jon Berg. On Oct 16, 8:17 pm, jon wrote: > Hi, > > I am not an expert... > > You

[google-appengine] Re: Problem with Email Quotas

2009-10-16 Thread Rob Osborne
Thanks for the suggestions Nick! On Oct 16, 6:03 am, "Nick Johnson (Google)" wrote: > Hi Rob, > Have you considered enabling billing? This should up your burst quota > substantially. > > Another option you have is to send emails from the Task Queue; this will > help spread things out, and retry

[google-appengine] Re: Domain Name and App Ownership Change Transfer

2009-10-16 Thread Barry Hunter
Add the new person as developer to the app. If this is someone else get them to do it for you. Then the new owner simply removes the old owner from the App - the app is then 'Transfered' No idea about Google Apps On Oct 16, 2009 6:07 PM, "Lead411" wrote: Hello: I am just about to buy a domain/

[google-appengine] Re: Stored data statistics

2009-10-16 Thread Jeff S (Google)
Hi Prashant, The storage space numbers reported on the dashboard are recalculated at least once a day, so you should see the deleted space freed up within 24 hours. For some operations, notably some forms of deletion, we do not currently adjust the stoage estimates in real time, but we periodicall

[google-appengine] Re: Stored data statistics

2009-10-16 Thread Prashant
Thanks for clarification Jeff ! --~--~-~--~~~---~--~~ 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.com To unsubscribe from this group, send em

[google-appengine] Re: SMS verification hell

2009-10-16 Thread Rodrigo Moraes
On Thu, Oct 15, 2009 at 6:58 PM, Akshat Goel wrote: > Hi, > I am Akshat Goel, from Delhi, India. I was creating an application on > Google App Engine, but it was showing an error when i was trying to > enter my mobile number (+9953933422). > The target email id is akshatpol...@gmail.com. Please he

[google-appengine] Re: how to convince client

2009-10-16 Thread niklasr
On Oct 16, 10:45 am, Jason Smith wrote: > I have to agree with the others. GAE is a fine (I would say it is the > ideal) prototyping platform--development is easy, and deploying is > trivial. However as an app becomes increasingly valuable to its > creator, you will feel more and more pressure

[google-appengine] Re: Need more info: Request was aborted after waiting too long...

2009-10-16 Thread Picalolabu
Yes. It is working well for us with and w/o cron. Thank you Jon On Oct 15, 9:35 am, dflorey wrote: > Has it been fixed for cron jobs as well? > Thanks for your quick bugfix! > > On 14 Okt., 22:39, Jon McAlister wrote: > > > > > There was an issue with 1.2.6 in that it throughput on task queue

[google-appengine] Re: how to convince client

2009-10-16 Thread gae123
Hi Rich, I think there is a place for GAE but it might not work for every project, especially in this phase. Read and share my assessment in the article I point to below: "Google App Engine: Is it ready from Prime Time?" http://www.gae123.com/articles/gaerd/ Best Regards On Oct 13, 9:52 pm, Ri

[google-appengine] Re: Stored data statistics

2009-10-16 Thread n...@apption.com
I've had the same data stored for several days now, can anyone account for the 352mb of data that is being shown in the Dashboard->Stored Data field but does not show up on the statistics page under 'size of all entities'? On Oct 16, 2:50 pm, Prashant wrote: > Thanks for clarification Jeff ! --~

[google-appengine] Re: GAE 1.2.7 problem with remote-api SDK Authentication

2009-10-16 Thread Takashi Matsuo
Hi Rudolf, I don't know the reason why, but it seems that one workaround is to add login: admin to remote_api handler definition. It worked at least for me. Regards, -- Takashi Matsuo Kay's daddy On Sat, Oct 17, 2009 at 2:48 AM, i...@parlorweb.de wrote: > > Here is my app.yaml: > > applica

[google-appengine] Re: SMS Activation Trouble

2009-10-16 Thread Rodrigo Moraes
On Thu, Oct 15, 2009 at 6:27 PM, Mac Read wrote: > > I am trying to activate my app engine account and I am getting an > error telling me I have used the phone number too many times. But I > have not gotten a message. When I tried from another phone, same > carrier (Verizon) it tells me "An error

[google-appengine] Re: Big tracker

2009-10-16 Thread Jeff S (Google)
Hi Jonathan, Thank you for sharing your thoughts on this. We do monitor the issue tracker and we use it heavily in identifying issues and getting a feel for which features are most requested. Though I read most of the issues in the tracker, I don't always mark them, so I agree that we should be mo

[google-appengine] Re: ViewDoesNotExist bug on GAE with Django

2009-10-16 Thread FernandoEscher
That made it work! Thanks for your help Matsuo! On 16 oct, 11:40, Takashi Matsuo wrote: > Hi Fernando, > > 'profile' is one of standard python module. I guess sys.path order in > your development environment is different from server environment. > > Could you rename your app to another name and

[google-appengine] Download Hide My Ip 2009 And Key

2009-10-16 Thread Hide
Hide My Ip 2009   Download    Hide My Ip 2009     --~--~-~--~~~---~--~~ 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.com To unsubscribe

[google-appengine] Re: Passing values from a URL

2009-10-16 Thread Andrew Evans
Sorry to bother the list I figured it out however On Fri, Oct 16, 2009 at 4:19 PM, mabo wrote: > How can I pass the values from a URL > > currently I have in my templates file: > > {{ forum.fname }} > > and my function > > def get(self): >##fname_id = self.request.get('fname_id') attempt 1 >

[google-appengine] Passing values from a URL

2009-10-16 Thread mabo
How can I pass the values from a URL currently I have in my templates file: {{ forum.fname }} and my function def get(self): ##fname_id = self.request.get('fname_id') attempt 1 que = db.Query(forum_db) topic_list = que.fetch(limit=1).filter('fname =', fname_id) doRender(

[google-appengine] Email send SDK problem

2009-10-16 Thread DocDay
Since I rebuilt my Windows XP installation, sending email from the SDK has not worked for me. I always get this error: File "C:\Documents and Settings\Richard\My Documents\My Websites \HJacksonKnight.com\Site - GAE - Test\public\tst\common\contact.py", line 51, in contact_form_email_send bo