[google-appengine] Re: quota of number of indexes for billing-enabled app. still 200?

2010-08-16 Thread Eric Ka Ka Ng
Sorry to re-iterate this email. Please kindly to see if someone from Google can answer. Thanks in advanced Best Regards, Eric Ng On 13 August 2010 14:33, Eric Ka Ka Ng wrote: > Hi, > > It was known that the original quota of number of indexes, 100 for > billing-disabled app, and 200 for billing

[google-appengine] Re: Fill a Form on the same page with different classes - write to DB and display values

2010-08-16 Thread xerife
I apologize if I was not specific. My program will help teachers meet their curriculum vitae. The sheet will be printed in pdf format. This single sheet has several forms that are of different classes. So far only seen examples of forms with only one class and I'm having trouble getting the form wi

Re: [google-appengine] Re: Fill a Form on the same page with different classes - write to DB and display values

2010-08-16 Thread djidjadji
You have to use the newforms.Form class yourself and construct the needed Fields. from django import newforms as forms class FiveClassForm(forms.Form): someNr = forms.IntegerField(min_value=1) someStr = forms.CharField(max_length=40,widget=forms.TextInput(attrs={'size':'40'})) When pr

[google-appengine] Re: Fill a Form on the same page with different classes - write to DB and display values

2010-08-16 Thread xerife
Sorry, but I did not understand. I got the forms (db.Model), in the example i´ve included only the class Teacher and the respective form. But i have 5 more models/classes/forms My code is fine with just one model/form. My question is how to integrate into my main, forms of different classes. Do I h

[google-appengine] Google App Engine

2010-08-16 Thread roshini begum
www.127760.blogspot.com -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. Fo

[google-appengine] again "Request was aborted after waiting too long..."

2010-08-16 Thread Dmitry
Hi app team! "Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message frequently, please contact the App Engine team." What may cause this err

[google-appengine] Re: Template {% cycle %} state is stored between requests

2010-08-16 Thread Jure Vrscaj
This bug was one of the reasons I tried Jinja2 templating engine for my new application. I didn't know that, but it seems Django templates are quite a mess: http://lucumr.pocoo.org/2008/9/16/why-jinja-is-not-django-and-why-django-should-have-a-look-at-it Jure On Aug 14, 12:13 am, djidjadji wrot

[google-appengine] java.lang.verifyerror

2010-08-16 Thread virat
Hi, I am going to create Online Examination system on google app engine. My application is woking fine in local system and until now on Google also it was working fine but now its giving me error for java.lang.verifyerror this is the erro message which i got my google account log. 08-15 11:50PM 1

[google-appengine] Total Data Stored number on Dashboard is fluctuating inexplicably

2010-08-16 Thread dcmorton
I've got about 3GB of data stored in my app (tacitodirectmarketing). Last night the "Total Stored Data" figure on my dashboard was 178GB. We're happy to pay Google's rates for Processing/Bandwidth/Data Storage, but there's absolutely no plausible explanation for why the number had jumped up by a f

[google-appengine] Email Receiving service retrying constantly

2010-08-16 Thread Ashley Schroder
Hi, I've been using the email receiving service for a email to twitter service (tweetbeeper.com). The basics of it work well but I have hit a bit of a problem that now seems to be recurring constantly as if some built in retry is in effect. I didn't see anything in the docs about this, but thought

[google-appengine] appcfg request_logs - Unable to find webapp directory

2010-08-16 Thread Jeff Hall
Hello, I am having trouble with appcfg, but this is my first time using it so I'm sure to be missing something. Each time I try to request logs, I get the message "Unable to find the webapp directory." Little help please? Here is my command: >appcfg --email=myem...@gmail.com request_logs myappi

Re: [google-appengine] Abridged summary of google-appengine@googlegroups.com - 19 Messages in 11 Topics

2010-08-16 Thread Jure Vrscaj
This bug was one of the reasons I tried Jinja2 templating engine for my new application. I didn't know that, but it seems Django templates are quite a mess: http://lucumr.pocoo.org/2008/9/16/why-jinja-is-not-django-and-why-django-should-have-a-look-at-it Jure On Sat, Aug 14, 2010 at 9:01 PM, wr

[google-appengine] OpenID + SSL give ssl_error_rx_record_too_long

2010-08-16 Thread MLTrim
Hi to all the group I'm developing a small webapp with Gae and i have enabled OpenID to test it as primary login. Has anyone has succesfully use it with SSL enabled? After clicking allow button on google accounts that should redirect user to the calling app, i get this error: Secure Connection Fa

[google-appengine] Multiple AppEngine Apps on Multiple Domains require Multiple Google Apps accounts?

2010-08-16 Thread Jessi
Greetings-- I want to start out by saying I've checked the faq, and did a search on this group and looked at a dozen or so previous postings that looked like they might cover this. I've also been looking for an answer to this question for awhile and read various blog posts, etc, without finding

[google-appengine] Problem Registering New App

2010-08-16 Thread Cameron
Hey Guys, I'm just getting started with App Engine, and I have been having trouble registering a new app. When I go to appspot.com and create a new application, I am able to successfully create a new app, but I am taken back to the main page that shows me the "Create an Application" button. I am

[google-appengine] GAE + Python + Django background in Austin area

2010-08-16 Thread Vamsi Mohun
Hello Everyone, We are an Austin area startup and we have the first version of our product released. Please see http://www.entreave.com/ http://www.facebook.com/Entreave We expect some sort of funding to come through in about 3 months. I can explain details offline. Are you interested in this s

[google-appengine] Re: OpenID + SSL give ssl_error_rx_record_too_long

2010-08-16 Thread Saqib Ali
OpenID is not supported if your app runs in secure mode using HTTPS See: http://code.google.com/appengine/articles/openid.html On Aug 16, 6:15 am, MLTrim wrote: > Hi to all the group > > I'm developing a small webapp with Gae and i have enabled OpenID to > test it as primary login. > Has anyone

Re: [google-appengine] Re: Unable to access the Datastore Viewer

2010-08-16 Thread Ikai L (Google)
That sounds like a different topic. Can you describe which Users are causing the error? On Sat, Aug 14, 2010 at 1:52 PM, Saqib Ali wrote: > seems like if I use Federated Identity for authentication, and store > user objects in the entities, I will invariably cause the Server Error > (500) on the

Re: [google-appengine] again "Request was aborted after waiting too long..."

2010-08-16 Thread Alon Carmel
When you fetch data from another server you use the urlfetch service. url fetch service holds another limit for requests. when you relay on external servers they hold another load which you cannot expect on your end. so if an external service has some latency suddenly and plus fall under a database

Re: [google-appengine] Multiple AppEngine Apps on Multiple Domains require Multiple Google Apps accounts?

2010-08-16 Thread Alon Carmel
You basically want one single app to serve more then one domain? subdomain or naked one? - Cheers, def AlonCarmel(request) import simplejson as json contact = {} contant['email'] = 'a...@aloncarmel.me' contact['twitter'] = '@aloncarmel' contact['web'] = 'http://aloncarmel.

[google-appengine] Re: Buying domain from App Engine

2010-08-16 Thread Darien Caldwell
Strange, when I bought my domain through App Engine, it went to E-Nom, not Godaddy. Maybe they rotate through providers. -- 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-appeng...@googlegroups.com.

[google-appengine] PROBLEM extracting PARAM NAME-PARAM-VAL from google spreadsheets

2010-08-16 Thread Shoubhik
I have a google docs excel file.. containing multiple records... how do i read them into my web app??? Thanks and regards, Shoubhik Bose -- 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-appeng...

[google-appengine] Re: OpenID + SSL give ssl_error_rx_record_too_long

2010-08-16 Thread MLTrim
You are right thanks, i totally missed that point, too close to Java stuff :-). WARNING: at the time of this writing, OpenID is not supported if your app runs in secure mode using HTTPS. Anyway, i switched to https to avoid this Security Warning in firefox: "Although this page is encrypted, the in

[google-appengine] Re: Total Data Stored number on Dashboard is fluctuating inexplicably

2010-08-16 Thread WeatherPhilip
I can believe the 20GB number as you get charged for the amount of space used by indexes. However, Google will not add the space consumed by indexes to the Data Statistics page. Why not, I have no idea -- this issue comes up with monotonous regularity. Philip p.s. As to why it also reported 178GB

[google-appengine] Tracking down soft memory limit errors.

2010-08-16 Thread Dave Peck
I have an app that regularly logs "critical" Soft Memory errors after roughly 1k requests to a given process. I've looked at all the obvious potential causes (global variables, etc.) but see nothing in my code that should lead to a memory leak. All cross-request state ends up either in memcache or

[google-appengine] Re: Fill a Form on the same page with different classes - write to DB and display values

2010-08-16 Thread xerife
Hello everyone. I have this code that works. My class is a db.Model one2many with a teacher, experience, and so on... What I want is to call the class teacher with forms, but also intend to include other classes, like a form from experience class and a form from category. These classes are as fore

Re: [google-appengine] Re: Total Data Stored number on Dashboard is fluctuating inexplicably

2010-08-16 Thread Jeff Schwartz
Are you doing a lot of writes and deletes? On Mon, Aug 16, 2010 at 5:08 PM, WeatherPhilip < philip-goo...@gladstonefamily.net> wrote: > I can believe the 20GB number as you get charged for the amount of > space used by indexes. However, Google will not add the space consumed > by indexes to the D

Re: [google-appengine] Tracking down soft memory limit errors.

2010-08-16 Thread Jeff Schwartz
it would probably help if you provided language, framework etc. On Mon, Aug 16, 2010 at 5:37 PM, Dave Peck wrote: > I have an app that regularly logs "critical" Soft Memory errors after > roughly 1k requests to a given process. > > I've looked at all the obvious potential causes (global variable

[google-appengine] Does ReplyTo email address need to be a developer?

2010-08-16 Thread Jason C
The Java documentation says the following (http://code.google.com/ appengine/docs/java/mail/overview.html): "For security purposes, the sender address of a message must be the email address of an administrator for the application, the Google Account email address of the current user who is signed

[google-appengine] Re: Trying to get Image data

2010-08-16 Thread Yasser
Thanks! Problem solved. I used the blobstore BolbReader(blob_key) to read image data, then used EXIF.py (http://sourceforge.net/projects/exif- py/) to get image EXIF data: blob_reader = blobstore.BlobReader(blob_key) tags = EXIF.process_file(StringIO.StringIO(str(blob_reader.read( Thanks, Yass

[google-appengine] Re: Unable to access the Datastore Viewer

2010-08-16 Thread Saqib Ali
Ikai, Not sure if this is what you are looking for: UserService userService = UserServiceFactory.getUserService(); User user = userService.getCurrentUser(); Now I can take the user and store it in an entity, and the applications works fine. But the Datastore Viewer gives me a 500 error. Saqib

[google-appengine] Re: Tracking down soft memory limit errors.

2010-08-16 Thread Dave Peck
Python. Raw WebApp. On Aug 16, 3:26 pm, Jeff Schwartz wrote: > it would probably help if you provided language, framework etc. > > > > > > On Mon, Aug 16, 2010 at 5:37 PM, Dave Peck wrote: > > I have an app that regularly logs "critical" Soft Memory errors after > > roughly 1k requests to a give

[google-appengine] need help with a python error

2010-08-16 Thread Coding Social
suddenly getting loads of these errors. my app takes a url and unwinds it but seems to have issues with these long ones... 190.206.24.222 - - [16/Aug/2010:17:31:42 -0700] "GET / map.powertwitter/? action=parseLink&version=1.38&format=json&linkNumber=189&url=http%3A// tr.oneriotads.com/EJHnoM2dnoj

Re: [google-appengine] need help with a python error

2010-08-16 Thread Nickolas Daskalou
It looks like you might be trying to store more than 500 bytes into a StringProperty. If you don't need that property indexed, you can change it to a TextProperty instead. It should be safe to do, according to this thread: http://groups.google.com/group/google-appengine/browse_thread/thread/282dc8

[google-appengine] DataNucleus Enhancement Errors

2010-08-16 Thread Casey
I hope someone can help me because I feel like I'm slowly going insane. I've deployed a few GAE projects before and everything has always gone smoothly. However, on my current project the DataNucleus Enhancer is out to get me. I have a JPA Entity class that is giving me fits. Even after a clean, re

[google-appengine] Re: DataNucleus Enhancement Errors

2010-08-16 Thread Casey
I forgot to post my class: @Entity public class User implements IUser, Serializable{ @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; private String username; private String email; private String password; private St

[google-appengine] Re: Problem Registering New App

2010-08-16 Thread Albert
Hi Cameron! Did you create it using a Google Apps user account? If you did, I think you need to access it via another login url. Try this... https://appengine.google.com/a/YOUR_DOMAIN I hope it helps. Albert -- You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Re: Problem Registering New App

2010-08-16 Thread Cameron
Albert, Thanks for the help. I did it with a regular Google Account, however I have a Google Apps account so I will try that if I can find another mobile number to use. Any thoughts why it doesn't work with my Google Account? Cameron On Aug 16, 9:05 pm, Albert wrote: > Hi Cameron! > > Did you