[google-appengine] Null Pointer exception in Transport.send()

2014-03-12 Thread Jai Gupta
ppen if it throws exception in all the retries and does not complete. Also, what can be the reason for this issue ? Note that the message which is being passed in Transport.send() is not null when I debug it. Thank you in advance. Jai -- You received this message because you are subscribed to

[google-appengine] The API call mail.Send() was explicitly cancelled.

2014-03-12 Thread Jai Gupta
rs occur and what if it crosses the number of retries and fail to process. Any answers would be appreciated. Thanks, Jai -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving ema

[google-appengine] Re: Merge-Join Performance?

2009-09-02 Thread Jai
Also does it use the keyword histogram to optimize the set- intersection performance(AND queries) in merge-join? Regards, Jai On Sep 1, 12:07 pm, Devel63 wrote: > I'm seeing very slow times on some merge-join (zig zag) queries, and > just want to confirm that App Engine is smart

[google-appengine] Re: How can I create Indexes using Entities in Google's Data Store

2009-08-28 Thread Jai
index increases the write time, it's the only way of guaranteeing that your entity can be found using a particular attribute. Regards, Jai On Aug 28, 4:52 am, Rahul Kumar wrote: > Hi Tim > > But I am using this through java API. I have the Data & Ported it with & > without i

[google-appengine] Re: How can I create Indexes using Entities in Google's Data Store

2009-08-27 Thread Jai
/queriesandindexes.html#Defining_Indexes_With_Configuration Regards, Jai On Aug 26, 11:30 pm, rahul kumar wrote: > Hello Techies > > I want to create Indexes using Google' Datastore Api so that when I am > saving my entities,I can be able to create & get Indexes also to make > it ea

[google-appengine] Re: Help with storage quota reading

2009-08-24 Thread Jai
-billing account can never have more than 1GB of datastore data. Please confirm if that's true. Regards, Jai On Aug 24, 9:40 am, "Nick Johnson (Google)" wrote: > Hi Jal, Jesse, > A correction: The storage quota is not a daily quota. The storage reported > is the total data yo

[google-appengine] Re: Help with storage quota reading

2009-08-24 Thread Jai
Hi Jesse, Mine is a non-billing account, but if the semantics is the same for both the accounts then YES it means you have stored .07 GBs since the last quota reset, which happens every 24 hrs, so i'ts the amount of data stored today. Regards, Jai On Aug 23, 7:01 am, Jesse Grosjean

[google-appengine] Re: Is there a way to have /blog url in GAE display wordpress blog

2009-08-04 Thread Jai
Hi Natalie, On the lines of solution offered by Adam, you can also write an xmlrpc client which can use the wordpress metaweblog API http://codex.wordpress.org/XML-RPC_Support. It is much more work but you can create a UI of your own. You can compose, edit and delete any blog using the API. The

[google-appengine] Re: Indexes on lists of 'tags' & queries

2009-07-28 Thread Jai
Is the reason that, there is indeed no efficient way of doing it without pre-computing views for different ranking levels, the google.appengine.ext.fulltext search does not support ordering or ranking? Thanks for your time. On Jul 27, 3:42 pm, "Nick Johnson (Google)" wrote: > On Mon,

[google-appengine] Re: Indexes on lists of 'tags' & queries

2009-07-27 Thread Jai
kind: Foo property: - tags - bar1 direction:desc Or will this not work for the query in question? Thanks for bearing with me. On Jul 27, 12:56 pm, "Nick Johnson (Google)" wrote: > Hi Jai, > > Both your example and my original example are

[google-appengine] Re: Indexes on lists of 'tags' & queries

2009-07-27 Thread Jai
number of distinct values in the indexes. For your case it is ok because, there will be a single index 'tags' with an entity being referenced by the DIFFERENT tag values in the SAME index. So the references might be multiple, number of rows will still be linear. Hope it helps. Regards,

[google-appengine] Re: Limit on number of entities per transaction

2009-01-11 Thread Jai H
Thanks for the prompt response. I meant the datastore transaction as I was looking to see how many put calls should I have to guarantee that I hit no limits. On Sun, Jan 11, 2009 at 9:05 PM, ryan > wrote: > > if you mean in a single db.put() or db.delete() call, yes, the limit > is 500. if you m

[google-appengine] Re: Cant able to Upload my app

2008-12-30 Thread jai kumar
Thanks marzia , Problem occur in my PC ,and thanks for replay me On Tue, Dec 30, 2008 at 11:29 PM, Marzia Niccolai wrote: > Hi, > > What is the error you are getting? Is it one that indicates you are using > an incorrect password? You will need to use the same password t

[google-appengine] Re: SEO

2008-12-12 Thread jai kumar
Thank u all, By adding my site http://www.thangamagencies.com in http://appgallery.appspot.com/submit it started working Thanks Regards jaikumar.cn --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

[google-appengine] Re: SEO

2008-12-12 Thread jai kumar
Thanks for sending me the link ,I register my site named as www.thangamagencies.com but its redirect one ,if i gave www.thangamagencies.com it will redirect to http://thangam.thangamagencies.com/ ,if i register www.thangamagencies.comit displays but it won't work ,it says as 404 error But i c

[google-appengine] Re: SEO

2008-12-11 Thread jai kumar
yep, i know about webmasters ,but i want to put my application in app gallery which showing in http://code.google.com/appengine/ for that what step i want to do? On Thu, Dec 11, 2008 at 10:36 PM, Marzia Niccolai wrote: > Hi, > > The index.yaml file specifies indexes for an application's datastor

[google-appengine] Re: mail sending

2008-12-08 Thread jai kumar
Thanks a lot Now its working --~--~-~--~~~---~--~~ 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 email

[google-appengine] Re: doubt in users

2008-11-12 Thread jai kumar
whether www.muspy.com is running through Google App Engine --~--~-~--~~~---~--~~ 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 unsubscri

[google-appengine] Re: User login

2008-11-06 Thread jai kumar
*from google.appengine.api import** users here users is instance following some methods like * users.get_current_user() users.is_current_user_admin() * * and if my users login they need to be gmail users am i

[google-appengine] Re: User login

2008-11-03 Thread jai kumar
Ya i just follwed the codings in http://code.google.com/appengine/docs/gettingstarted/usingusers.html by using the above code i just weaving the google default users login , behave of that i need my own login page i develope

[google-appengine] Re: domain

2008-09-18 Thread jai kumar
Thanks for ur information --~--~-~--~~~---~--~~ 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 email to

[google-appengine] Re: Warning message

2008-09-05 Thread jai kumar
Thank u for ur information --~--~-~--~~~---~--~~ 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 email t

[google-appengine] Re: help me in coding

2008-09-05 Thread jai kumar
could u please tell me in which line i want to insert the command is_current_user_admin() and please inform me whether i want to insert any import file in the top and any handlers in app.yaml --~--~-~--~~~---~--~~ You received this message because you are subscribed