Re: [google-appengine] A bug in custom domain / HR datastore app management.

2011-08-21 Thread Sergey Schetinin
Yeah, thanks for suggesting the workaround. I understand that there's a lot happening with App Engine, so it's impossible to respond to everything, but reporting problems with GAE is usually a very frustrating experience (and I don't think it's just me). On 22 August 2011 09:50, Gregory D'alesandr

Re: [google-appengine] A bug in custom domain / HR datastore app management.

2011-08-21 Thread Gregory D'alesandre
Hi Sergey, we've definitely noticed and appreciate you reporting the bug to us! The bug notes a workaround now and we are working on more permanent fixes, unfortunately those fixes often take times both to implement and then to deploy. Greg On Thu, Aug 18, 2011 at 8:42 AM, Sergey Schetinin wrot

Re: [google-appengine] Sign up problem

2011-08-21 Thread Robert Kluin
Fill out the SMS issues form: http://code.google.com/appengine/kb/sms.html#error On Sat, Aug 20, 2011 at 17:39, zbg090194 wrote: > Hello, I have a problem with my phone number. > I wanted to create an account to App Engine, and had to write > phone number to receive messages that activation

Re: [google-appengine] Re: Team member Google+ profiles

2011-08-21 Thread Wesley C (Google)
mine is https://plus.google.com/102108625619739868700/posts cheers, -- wesley - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "Core Python Programming", Prentice Hall, (c)2007,2001 "Python Fundamentals", Prentice Hall, (c)2009 http://corepython.com wesley.chun : wesc+api at google.

Re: [google-appengine] DELETE Query

2011-08-21 Thread Robert Kluin
Hi Bruno, GQL is a read-only query language. No inserts, updates, or deletes. There is, however, an included Datastore Admin which will allow you to delete all entities of a given Kind: http://code.google.com/appengine/docs/adminconsole/datastoreadmin.html Robert On Sun, Aug 21,

[google-appengine] Session beans do not work.

2011-08-21 Thread sinkope
I have a serious problem. I am developing an online store with JSF2, and I have to implement a shopping cart, but the GAE's documentation indicates: "JSP session beans are not supported, to enable parsing, add <% @ page isElIgnored =" false "%> to your JSP and <% @ tag isElIgnored =" false "%> to

[google-appengine] Re: SDK Upgrade 1.5.2: --datastore_path ignored?

2011-08-21 Thread dop
Very nice move, Google team, very nice... Keeping developers busy with really exciting stuff (unlike the actual developing), eh? Joking aside, I was able to see the old data with the --default- partition option, but because I run django-nonrel it's a bit tricky to add this option support to every

[google-appengine] Sign up problem

2011-08-21 Thread zbg090194
Hello, I have a problem with my phone number. I wanted to create an account to App Engine, and had to write phone number to receive messages that activation code account. But I got the message and tried to enter the number several times. Now only can create account with this number because I tried

[google-appengine] How to upload an attachment to Google sites.

2011-08-21 Thread project gcourse
Hi. I want to upload an attachment to my Google sites with a Java HttpServlet. The object that I want to upload is an InputStream class object. Google sites API supports a method that receive in input an object of the class File, but in the app engine I can't use the OutputStream in order to gen

[google-appengine] Re: Firewall blocks "new goog.appengine.Channel(token);"

2011-08-21 Thread Mike Wesner
Our customers also generally block talkgadget . It would be best if a channel API endpoint existed on appspot.com, or better yet through our actual appids so that we can give the customer a single domain for which they can allow. They would be able to block everyone else's channel endpoints but a

[google-appengine] Re: Firewall blocks "new goog.appengine.Channel(token);"

2011-08-21 Thread Mike Wesner
Our customers also generally block talkgadget . It would be best if a channel API endpoint existed on appspot.com, or better yet through our actual appids so that we can give the customer a single domain for which they can allow. They would be able to block everyone else's channel endpoints but a

[google-appengine] Search Feature

2011-08-21 Thread mattkrae34
Any word on when the search functionality demoed at the Google IO conference this year will be releasing. I believe they mentioned at least a test release this summer at IO. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this g

Re: [google-appengine] Re: SDK 1.5.3 - deployment fails with the message "Found interface com.google.appengine.tools.admin.Application, but class was expected."

2011-08-21 Thread Martin Dvorak
Thanks! :) -- 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/-/_7jQ8A4UuWcJ. To post to this group, send email to google-appengine@googlegroups.com. To

[google-appengine] Re: Upload errors

2011-08-21 Thread Andrew
I'm getting the same error. 500 Server Error Error: Server Error The server encountered an error and could not complete your request.If the problem persists, please http://code.google.com/appengine/community.html";>report your problem and mention this error message and the query that caused

[google-appengine] DELETE Query

2011-08-21 Thread Bruno Sandivilli
Hi, how can i delete all entities in datastore using the data viewer? If i cant, how can i achieve this? Thanks -- 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 unsub

Re: [google-appengine] Should Google deprecate Master/Slave data store option?

2011-08-21 Thread Mike Lawrence
For the one week off of Master/Slave and on HR: - up-time has been 100% - max response time has improved... down from 22+ seconds to about 2-6 seconds. - Average response time is still sub-second for the week.

RE: [google-appengine] Re: full text search and/or external search services

2011-08-21 Thread Brandon Wirtz
Google Custom Search on a Paid Plan = Awesome. Google Search Engine Appliance either using their hardware or the software version on your own, both work well. From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Adam Sah Sent: Sunday, August 21, 20

[google-appengine] Re: SMS verification issues

2011-08-21 Thread Michael
Until now nobody replied. On the other side I now successfully created an app using a friends mobile phone number. Playing around with it... But I doubt I will follow this path much further. I am really surprised how Google handles this (or better - doesn't). What use does such a hosting option ha

Re: [google-appengine] Re: GAE data store benchmark

2011-08-21 Thread Robert Kluin
Hey Bruce, I don't really know of or have any general examples. One solution I've used in the past is to manually generate a user's worth of realistic data by using an app. I then wrote a simple process to analize that data then randomly generate data with similar patterns -- relationships, ran

[google-appengine] Re: full text search and/or external search services

2011-08-21 Thread Adam Sah
we use SOLR on linode, and it's worked well for us (fast, cheap, scalable, ...) and avoids vendor downtime and lockin, while giving you complete control/flexibility over indexing. that said, if I were starting over, I'd probably try indextank and then "graduate" to self-hosted SOLR when I neede

Re: [google-appengine] Pending queue in the scheduler.

2011-08-21 Thread Wendel
The website has always at least one instance up because of the regular visitors. The problem is a design issue in the scheduler, a request that causes a new process to be started, is placed on hold till the new instance becomes available. This can take up to 8 seconds or more, although, based

Re: [google-appengine] High-performance, high-precision sharded counters in the HRD

2011-08-21 Thread Stephen
On Sun, Aug 21, 2011 at 12:49 AM, Jeff Schnitzer wrote: > > Just to add a few bits of complexity that I didn't mention the first time: > >  * The UI must display the # of units left If you're selling up to 1000/s is this a meaningful number? By the time the user has read the message it will be wr

[google-appengine] Re: GAE data store benchmark

2011-08-21 Thread Bruce Aloe
Hey Robert, Thanks for your reply! My system can basically query the data from a model stored in GAE and do join among the models in GAE as well. I want to increase the amount of data up to different levels (e.g 1k, 10k, 100k, 1m, etc) stored in the models and see how my system performance will b