Re: [google-appengine] Re: A Specific Unavailable App Identifier

2010-08-05 Thread Rajkumar Radhakrishnan
This should help answer your query.. Gmail doesn't recognize dots as characters within usernames, you can add or remove the dots from a Gmail address without changing the actual destination address; they'll all go to your inbox, and only yours. In short: homerjsimp...@gmail.com = hom.er.j.sim.ps.

Re: [google-appengine] Re: GAE vs. Google Wave Discontinue

2010-08-05 Thread Jaroslav Záruba
I'm sorry, I know this is not the proper place for discussions about Wave, but I can't resists to express my frustration about *Google* here. How possibly could Wave have had any decent number of users when no one knew about it? :( That's all, I'm sorry. On Thu, Aug 5, 2010 at 9:12 PM, Robin wrot

[google-appengine] The phone number has been sent too many messages or has already been used to confirm an account.

2010-08-05 Thread NealWalters
I registered "olexeprod" under olexe.com last week, and now today we need a test site, so tried to register "olexetest", and getting the SMS verification issue in the subject above. This really delays development when this happens. Last time Nick or somebody approved it, can you do that again?

[google-appengine] Re: A Specific Unavailable App Identifier

2010-08-05 Thread b4l4nc3r
Thanks so far. Could you or someone else perhaps answer my next relevant question? In that case, how are illegal characters (for app identifiers) in the e-mailbox's public identifiers (characters preceding the @) are handled when it's automatically used as an appengine app identifier? For example

[google-appengine] Re: A Specific Unavailable App Identifier

2010-08-05 Thread b4l4nc3r
Could you please be more specific what you're referring to within this context with that well known abbreviation? On Aug 5, 10:35 pm, Harshal wrote: > WTF? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

Re: [google-appengine] logging format string

2010-08-05 Thread Wesley C (Google)
yes, it is definitely possible to change much of the logging format. there are a couple of things you need to know: 1) the logging.basicConfig() call only works when no root logging handler has been created. by the time your code has executed, it has already been created (by the dev server), so yo

[google-appengine] Re: Statistics are not getting updated since 15 days

2010-08-05 Thread dflorey
Ah, cool. Makes sense. Thanks, Daniel On Aug 5, 7:48 pm, Stephen Johnson wrote: > Hi Daniel, > If you have a lot of entities and properties, perhaps you've run in to > the 1MB limit for statistics. Here's from the docs: > > The statistics data is stored in your app's datastore. To make sure > th

Re: [google-appengine] A Specific Unavailable App Identifier

2010-08-05 Thread Harshal
WTF? On Thu, Aug 5, 2010 at 11:07 PM, Barry Hunter wrote: > All gmail addresses are reserved as app engine ids. Possbly someone > has it in gmail? > > Try emailing b4l4n...@gmail.com and see if they want to let you use it? > > On 5 August 2010 01:13, b4l4nc3r wrote: > > I tried registering b4l4n

Re: [google-appengine] more one domain for one app

2010-08-05 Thread Ross M Karchner
Way ahead of you ;) http://code.google.com/p/googleappengine/issues/detail?id=2649 On Thu, Aug 5, 2010 at 4:09 PM, Christoffer Viken wrote: > On Thu, Aug 5, 2010 at 9:26 PM, Ross M Karchner wrote: > >> >> It would be such a huge improvement if they did away with the Google Apps >> requirement, an

Re: [google-appengine] more one domain for one app

2010-08-05 Thread Christoffer Viken
On Thu, Aug 5, 2010 at 9:26 PM, Ross M Karchner wrote: > > It would be such a huge improvement if they did away with the Google Apps > requirement, and maybe built a domain manager into appengine (or supported > plain old CNAMES to whatever.appspot.com) > Feature request anyone? -- You received

[google-appengine] Re: GWT + GAE Crawlable WebSite

2010-08-05 Thread Matt H
As far as I know, that doesn't work on GAE because HtmlUnit doesn't work. On Aug 5, 5:53 pm, Carlos Toro wrote: > Hi everybody i'm trying to make a website with GWT and GAE, but i'm in > a trouble, i need that my website could be crawlable for search > engines. I'm following the guide in:http://c

Re: [google-appengine] more one domain for one app

2010-08-05 Thread Ross M Karchner
Yeah-- It's a pain in the ass, though, you'll need to (separately) add both domains to Google Apps Standard Edition, then (again, one at a time) associate them with your app via the "Application Settings" console on https://appengine.google.com/. It would be such a huge improvement if they did a

[google-appengine] Re: GAE vs. Google Wave Discontinue

2010-08-05 Thread Robin
There's some mention of a three year notice period in their Terms of service. See 10.2 on this page: http://code.google.com/appengine/terms.html But it doesn't sound like an absoluite requirement. On Aug 5, 8:32 pm, Harshal wrote: > Should that happen, I am doomed for sure. But frankly speaking

[google-appengine] more one domain for one app

2010-08-05 Thread Gleidson G Moura
Can more than one domain pointing to an application www.exemplo1.com points to myapplication.appspot.com www.exemplo2.com points to myapplication.appspot.com it 's possible? -- Gleidson Guimarães Moura Analista Desenvolvedor JAVA http://www.algartecnologia.com.br/ http://www.google.com/profile

[google-appengine] Re: Verisign's PIP OpenID and the Federated Logon in GAE

2010-08-05 Thread Saqib Ali
any thoughts on this On Aug 3, 11:03 am, Saqib Ali wrote: > Hello All, > > I am trying to make the Verisign's PIP OpenID work with the Federated > Logon in GAE, but to no avail. Anyone else running into the same > issue? Other OpenID providers work fine for the app. > > You can try it out at:

[google-appengine] Re: Statistics are not getting updated since 15 days

2010-08-05 Thread Stephen Johnson
Hi Daniel, If you have a lot of entities and properties, perhaps you've run in to the 1MB limit for statistics. Here's from the docs: The statistics data is stored in your app's datastore. To make sure there's room for your app's data, Google App Engine will only store statistics if they consume l

Re: [google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-05 Thread Ikai L (Google)
Hi George, here's a sample app that uses namespaces: http://code.google.com/p/google-app-engine-samples/source/browse/#svn/trunk/gwtguestbook-namespaces/src/com/google/gwt/sample/gwtguestbook/server On Thu, Aug 5, 2010 at 8:06 AM, George Moschovitis < george.moschovi...@gmail.com> wrote: > > -

Re: [google-appengine] A Specific Unavailable App Identifier

2010-08-05 Thread Barry Hunter
All gmail addresses are reserved as app engine ids. Possbly someone has it in gmail? Try emailing b4l4n...@gmail.com and see if they want to let you use it? On 5 August 2010 01:13, b4l4nc3r wrote: > I tried registering b4l4nc3r.appspot.com, but the "Check Availability" > feature reported that b4

Re: [google-appengine] GAE vs. Google Wave Discontinue

2010-08-05 Thread Harshal
Should that happen, I am doomed for sure. But frankly speaking, I don't see a reason Google doing this. On Thu, Aug 5, 2010 at 1:37 PM, rapher wrote: > Hi folks, > > can it happen that Google suddenly will discontinue the Google App > Engine, like they announced for Google Wave yesterday? > > Gr

[google-appengine] How to build a GAE application with Google Map Api?

2010-08-05 Thread 昆宏 陳
Hello,I'm Taiwanese.My english is not very good.If I write not well,don't bother me.Thank you. First,I have a question that I want to build an application that has function of search.And I want to build it with google map , so that I can "click" a location on the map, then it will show an picture

[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-05 Thread Pims
Great and thanks :) On Aug 2, 7:40 pm, "Ikai L (Google)" wrote: > Hey everybody, > > Just wanted to let everyone know that the prerelease SDK for 1.3.6 is out. > If you're interested in downloading the SDKs, you can find them here: > > http://code.google.com/p/googleappengine/downloads/list > > N

[google-appengine] GWT + GAE Crawlable WebSite

2010-08-05 Thread Carlos Toro
Hi everybody i'm trying to make a website with GWT and GAE, but i'm in a trouble, i need that my website could be crawlable for search engines. I'm following the guide in: http://code.google.com/web/ajaxcrawling/ but i do not understand how to achieve this. Could anybody give me a light in this is

[google-appengine] AttributeError: 'module' object has no attribute 'HTTPSHandler'

2010-08-05 Thread Peter M Abraham
Greetings: I just installed the Google App Engine SDK 1.3.5 this evening along with ActivePython 2.5.5.7 (64-bit Windows) on Windows 7 64-bit. When I run an example application, I get the following error: File "C:\Program Files (x86)\Google\google_appengine\google\appengine \tools\appengine_r

[google-appengine] Re: Crob Job not getting started

2010-08-05 Thread Satish Kumar Kashi
Check whether any filters are written in your application. make sure that the cron url not been fall under your filter or it should exclude this url. then it works fine. Thanks, Satish. On Jul 29, 11:15 pm, Suman wrote: > I have configuredcronjobfor my application[Java] as specified in > the fol

[google-appengine] UploadBlobServlet NullPointerException

2010-08-05 Thread kgena
Hi, I am trying to use BlobstoreService to upload an image file, my code is based on the following example: http://code.google.com/appengine/docs/java/blobstore/overview.html#Complete_Sample_App Unfortunately I'm getting the NullPointerException exception in UploadBlobServlet. I searched the web

[google-appengine] more than 10 apps?

2010-08-05 Thread magnum
Guys, How do I deploy more than 10 apps. I've read, someone (Jeff?) can increase the limit for me. Also, what happens to the appID if delete an app, will it get ever "released" for reuse? thanks P. -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] GAE vs. Google Wave Discontinue

2010-08-05 Thread rapher
Hi folks, can it happen that Google suddenly will discontinue the Google App Engine, like they announced for Google Wave yesterday? Greets rapher -- 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-

[google-appengine] Create App / Sign In weirdness...

2010-08-05 Thread Rob
Hi, When I go here https://appengine.google.com/ and sign in it brings me here: https://appengine.google.com/start and it says I have no apps. If I go here: https://appengine.google.com/a/rmdashr.com and sign in, I can see the 3 apps that I created but it says: "You have 10 applications remaining

[google-appengine] A Specific Unavailable App Identifier

2010-08-05 Thread b4l4nc3r
I tried registering b4l4nc3r.appspot.com, but the "Check Availability" feature reported that b4l4nc3r is unavailable. So I tried checking out the domain, but I get a 404, which indicated to me that the user either haven't uploaded an app for it, or something is wrong. It's not a big deal in this c

[google-appengine] Re: Prerelease SDK 1.3.6 is out!

2010-08-05 Thread George Moschovitis
>  - Multitenancy is now supported in the datastore, allowing better >    compartmentalization of user data. Amazing! any info about how this might work? -g. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send emai

[google-appengine] Statistics are not getting updated since 15 days

2010-08-05 Thread dflorey
Hi, on my app "universalcontactmanager" the statistics are not getting update since ~15 days. Any ideas? Daniel -- 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 uns