Re: [google-appengine] Re: BindingProviderProperties and JAXWSProperties not supported on GAE

2011-10-28 Thread Deepak Singh
Nope. I dont have any workaround and am surprised that even no one from google has replied over this issue to let us know any workaround. On Fri, Oct 28, 2011 at 4:41 PM, Michel Jonker wrote: > +1 > > If you have a workaround, please let me know. > > On Oct 17, 5:10 pm, Deepak Singh wrote: > >

[google-appengine] API for data in app engine admin console

2011-10-28 Thread Mark Jen
Hi, Is there an API to grab the stats/data that are displayed in an application's admin console? Specifically, I'd like to get access to the stats about my various task queues (# of tasks in a queue). Generally, I'd like to be able to access any of the stats for monitoring/etc. Thanks, Mark

[google-appengine] Re: Appengine and python error

2011-10-28 Thread Ernesto Oltra
I don't know if it's the problem or not, but you should use Python2.5, not v2.6. -- 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-appengine/-/x96BQXWYQBUJ. To

Re: [google-appengine] Deploy drops data

2011-10-28 Thread Phil McDonnell
Hi guys, Apologies for using unclear terminology on this. I understand the details of how the data is stored on BT. This is not local - this is on the production instance. This idea of something happening that makes the data inaccessible sounds possible. I'm running on version 2 of my app. Coul

[google-appengine] Re: Extremely slow db.get([keys])

2011-10-28 Thread Zygimantas Berziunas
Appstats shows: datastore_v3.RunQuery9ms (29ms api) datastore_v3.Next32ms (16ms api) datastore_v3.Next11ms (16ms api) datastore_v3.Next16ms (16ms api) datastore_v3.Next86ms (16ms api) datastore_v3.Next8ms (16ms api) datastore_v3.Next84ms (16ms api) datastore_v3.Next

[google-appengine] [Python] Directory structure best practices

2011-10-28 Thread Walter Antolini
Hi all, I know this topic has already been treated several times, but I must ask again help to understand how to structure my application: My application involves: 1) frontend 2) backend 3) JSON Web API Also in the future I will also implement: 1) mobile web (for all other mobile phones) 2) An

Re: [google-appengine] Deploy drops data

2011-10-28 Thread Ikai Lan (Google)
Thanks for the explanation Barry. Phil, it sounds like you are talking about the local datastore. Can you clarify? -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Fri, Oct 28, 2011 at 3:29 AM, Barry Hunter wrote: > That doesn't even make sense

Re: [google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Ikai Lan (Google)
Thanks for getting to the bottom of this, Jason. You're right: the cron jobs should not run on a disabled app. We'll fix this. -- Ikai Lan Developer Programs Engineer, Google App Engine plus.ikailan.com | twitter.com/ikai On Fri, Oct 28, 2011 at 9:13 AM, Jason Collins wrote: > Wow. So it _does

[google-appengine] Cyrillic application title

2011-10-28 Thread vpa...@yandex.ru
I go to my application dashboard, click 'Application Settings' and then change the application title to cyrillic title. I get the error message: "Application Title must be between 4 and 30 characters. Letters, digits, quotes, hyphen, period, and exclamation point are acceptable characters." Can I

[google-appengine] Extremely slow db.get([keys])

2011-10-28 Thread Zygimantas Berziunas
I am using db.get([keys]) and experiencing extremely slow reads. It takes at least "9008cpu_ms 2125api_cpu_ms" for simple test. Keys array length is ~200. Is it normal? Entities are small: p1 = db.StringProperty(indexed=False) - ~20 characters p2 = db.StringProperty(indexed=False, required=Tru

[google-appengine] [Python] Directory structure best practice

2011-10-28 Thread Walter Antolini
Hi all, I know this topic has already been treated several times, but I must ask again help to understand how to structure my application: My application involves: 1) frontend 2) backend 3) JSON Web API Also in the future I will also implement: 1) mobile web (for all other mobile phones) 2) An

[google-appengine] HTTPS with get_serving_url

2011-10-28 Thread Greg Jones
I'd like to be able to serve my image-blobs over https, and it seems that swapping 'http' for 'https' in the string returned from get_serving_url does result in the image loading, but I wouldn't mind some reassurance that this is actually supported? (Or clarification if it isn't...). There's an

[google-appengine] Appengine and python error

2011-10-28 Thread Calado
I'm following this tutorial: http://code.google.com/intl/pt-PT/appengine/articles/python/getting_started_with_tasks_api.html On task 3 when I do everything and when I go to http://localhost:8080 it gives me this a full page of errors: http://imageshare.web.id/images/jb0fby55brbxmi9q6bd.png I als

[google-appengine] What is mean this error?

2011-10-28 Thread Clone89
Hello, i have this error message in logs: -- 2011-10-28 15:21:04.002 /command? authKey=e163843c37737395c09e8367d8169be3&user_level=4&how_much_money=7577&is_real_money_replicate=0×tamp=1319800859650&time=13198008

[google-appengine] Problem inviting hotmail account

2011-10-28 Thread Sinan Yüce
Hi there, When I try to invite a new Google Account user with hotmail.com e-mail address, the link provided in the mail gets you to "401 error": Unauthorized You are not authorized to access this application. Does GAE think thank any mail address other than gmail.com domain is google apps accoun

[google-appengine] how to face DDoS Attack (and wishlist)

2011-10-28 Thread Francesco Sana
Not a new subject but I found no clear answer nad it would be nice to get answer from experts: I have problems with DDoS attack and quotas. I considered to develop a google app accessed by many client applications, but I decided to give up because I think there is not enough protection against

[google-appengine] Re: BindingProviderProperties and JAXWSProperties not supported on GAE

2011-10-28 Thread Michel Jonker
+1 If you have a workaround, please let me know. On Oct 17, 5:10 pm, Deepak Singh wrote: > Hi, > > I have JAXWS-2.1.6 client running on GAE 1.5.5 > I need to increase the timeout to 60 sec as follows > > import com.sun.xml.internal.ws.client.BindingProviderProperties; > import com.sun.xml.intern

[google-appengine] Non alphanumerical characters in datastore key_name

2011-10-28 Thread Zygimantas Berziunas
Are there any reasons not to use special characters in key_name except documented __*__ form (http://code.google.com/appengine/docs/python/datastore/modelclass.html)? I have a situation where latitude and longitude pair, used in key_name should fit the best. -- You received this message becau

Re: [google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-10-28 Thread Jeff Schnitzer
It was part of a survey question when you filled out the trusted tester application. Would you be wiling to pay $100 for VIP? Jeff On Fri, Oct 28, 2011 at 4:30 AM, Richard Watson wrote: > @Jesse - did you make up the $100, or did you see that a guestimate > somewhere? > > -- > You received this

[google-appengine] wildcard host mappings to ghs.google.com

2011-10-28 Thread Jason Collins
When you map a custom domain to App Engine, you use a CNAME entry that points to some-host.your-domain.com. Our products often use a dynamic, programmatic hostname, e.g., [dynamic-host].our-domain.com. Google Apps supports a wildcard host mapping, which is great. However, our domain registrar (G

[google-appengine] Re: Discounted instance-hours commitment question

2011-10-28 Thread Jason Collins
That works just fine for me! Thanks! j On Oct 28, 10:28 am, "Gregory D'alesandre" wrote: > You can set it now and it will go into effect once the new pricing has > launched.  The discounted instance hours will actually also get the 50% > discount so will be $0.025 until we remove the 50% discount

Re: [google-appengine] Re: Discounted instance-hours commitment question

2011-10-28 Thread Gregory D'alesandre
You can set it now and it will go into effect once the new pricing has launched. The discounted instance hours will actually also get the 50% discount so will be $0.025 until we remove the 50% discount. Hope that works for you :) Greg On Fri, Oct 28, 2011 at 8:51 AM, Jason Collins wrote: > Tha

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Max Ross (Google)
Cron jobs should not be running on a disabled app. We'll fix it. Please do let us know if your datastore writes return to their original levels. Thanks, Max -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the w

[google-appengine] Getting info on current front-end instance

2011-10-28 Thread Santiago Lema
I cannot find references to this anywhere so I don't know if it's possible. Is there a way to get basic info on the running instance? Typically: - the instance age - some sort of identifier -- You received this message because you are subscribed to the Google Groups "Google App Engine" group.

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Jason Collins
Wow. So it _does_ look like the old crons were running even though the application was DISABLED. This will likely bite other users of the automated migration tool. You might want to address this. Note that Ikai suggested this long ago, and I just assumed that a disabled app would not be running cro

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Jason Collins
The old app is disabled. Would the crons still be running? On Oct 28, 1:29 am, "Max Ross (Google)" wrote: > Different theory: > > It looks like your cron jobs are still running in your old app. Could you > please try redeploying an empty cron config for your old app and let me > know when you've

[google-appengine] Re: Discounted instance-hours commitment question

2011-10-28 Thread Jason Collins
Thanks Greg. Can I go ahead and set this today knowing that it won't come into effect until it actually needs to (i.e., new pricing model has launched AND Python front-end instances are no longer discounted)? Or should I wait? j On Oct 27, 5:24 pm, "Gregory D'alesandre" wrote: > Hi Jason, they

[google-appengine] Users Service and 2-step verification

2011-10-28 Thread Lucian Baciu
Does the Users Service(configured as "Federated Login" under Application options) works if the Google Account used to login is configured to use 2-step verification? http://www.google.com/support/accounts/bin/static.py?page=guide.cs&guide=1056283&topic=1056284 Thank you, Lucian -- You receive

[google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-10-28 Thread Richard Watson
@Jesse - did you make up the $100, or did you see that a guestimate somewhere? -- 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-appengine/-/UWYYy2efHMwJ. To po

[google-appengine] Re: Deploy drops data

2011-10-28 Thread Ronoaldo José de Lana Pereira
Hi. We have a live app and deploy new versions very often. This never happened. Some thoughts: Since your are talking in terms of tables, are your using the fresh new Google Cloud SQL stuff? If so, you may be interested on checkout on the SQL Discuss group here

Re: [google-appengine] Deploy drops data

2011-10-28 Thread Barry Hunter
That doesn't even make sense The Datastore has no concept of 'table'. All Entities - regardless of their kind- are stored in one 'bigtable' - they are all intermingled. In fact all Entities from everyone's apps are stored in the same bigtable. So to delete a 'table' - which is really just all en

[google-appengine] Billing History Stuck (Again)

2011-10-28 Thread Alex Popescu
With just a few days before the new pricing comes into force, the billing history is once lagging behind 4-5 days. I've been working around the clock to change my apps to the new pricing model--except those I have to kill--but because of billing lagging behind the feedback I can get form my changes

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Max Ross (Google)
Different theory: It looks like your cron jobs are still running in your old app. Could you please try redeploying an empty cron config for your old app and let me know when you've done that? Thanks, Max -- You received this message because you are subscribed to the Google Groups "Google App

[google-appengine] Re: HRD uses more datastore writes?

2011-10-28 Thread Max Ross (Google)
Jason, You said that you deployed the same code to the HRD instance of your app that was running on the Master/Slave instance. Is there any part of your application that might behave differently in the face of HRD's slightly different read consistency guarantees? Are you ever writing data and t

Re: [google-appengine] Re: URGENT: memcache errors out on write, the entire site is down

2011-10-28 Thread Johan Euphrosine
After taking a look at the documentation it is explicit that put will throw an exception in case of an RPC error. See: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/memcache/MemcacheService.html#put(java.lang.Object, java.lang.Object, com.google.appengine.api.memcache