[appengine-java] email in yahoo junk - amazon ses

2011-07-08 Thread pac
Is it possible to use amazon SES to send emails? Emails sent by application are going in yahoo's junk folder. My application hardly send few emails per day. Just looking various posts: http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FazhX_BKiNiE%2Fdiscussion

[appengine-java] Re: email in yahoo junk - amazon ses

2011-07-08 Thread pac
74.125.157.27 On Jul 8, 11:55 pm, pac parvez.chau...@gmail.com wrote: Is it possible to use amazon SES to send emails? Emails sent by application are going in yahoo's junk folder. My application hardly send few emails per day. Just looking various posts:http://code.google.com/appengine/forum

[appengine-java] doGet: null

2011-06-29 Thread pac
In production log I see good few my servlet class doGet: null when a task servlet is executed. Though I have code under try catch and handling Exception and printing whole stack trace if anything is wrong, but nothing. Any thoughts? -- You received this message because you are subscribed to

[appengine-java] billing issue

2011-05-20 Thread pac
I think something wrong in my account for 2011-05-19 09:32:50 It shows CPU time used 62.61 hours and I don't see that much usage. Where can I log/report this issue? Thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to

[appengine-java] Re: warmup requests going crazy (9850 requests in 15 hours)

2011-05-06 Thread pac
Since yesterday, I am also seeing lots fo warm requests and some of them are failing 2011-05-05 11:28:34.515 /_ah/warmup 500 248296ms 1540cpu_ms 0kb 0.1.0.3 - - [05/May/2011:11:28:34 -0700] GET /_ah/warmup HTTP/1.1 500 0 - - 1.350128199943308417.landofproperties.appspot.com ms=248297

[appengine-java] Re: warmup requests going crazy (9850 requests in 15 hours)

2011-05-06 Thread pac
I also saw lots of warm request yesterday and few of them failed with error: EXCEPTION com.google.apphosting.api.DeadlineExceededException: This request (f508b2b459c9812c) started at Today seems to be ok. On May 6, 9:26 am, Aswath Satrasala aswath.satras...@gmail.com wrote: I had this issue

[appengine-java] Re: issue in serving xml file from blobstore

2011-04-28 Thread pac
Thanks for your response Brandon. But in my case, file is served from blobstore i.e. blobstoreService.serve(blobKey, res); So file serving is not an issue but angular brackets get changed which I want to avoid i.e. to lt; to gt; Are you suggesting, I should fetch data from blobstore

[appengine-java] Re: issue in serving xml file from blobstore

2011-04-28 Thread pac
It was changing during transformation. ProcessingInstruction pi = document.createProcessingInstruction(StreamResult.PI_DISABLE_OUTPUT_ESCAPING,yes); rootElement.appendChild(pi); fixed it. On Apr 28, 8:12 am, pac parvez.chau...@gmail.com wrote: Thanks for your response Brandon. But in my

[appengine-java] issue in serving xml file from blobstore

2011-04-27 Thread pac
I am creating xml file in blobstore but after serving from blobstore, when saved through browser then CDATA barckets get changed i.e ![CDATA[ to lt;![CDATA[ and ]] to ]]gt; Thought elements brackets stay fine i.e. id remains as it is. During file creation I use:

[appengine-java] Re: gae gwt - to serve compressed java script

2011-03-26 Thread pac
http://code.google.com/p/googleappengine/issues/detail?id=4788 -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email

[appengine-java] Re: gae gwt - to serve compressed java script

2011-03-25 Thread pac
Will appreciate any suggestions to fix this On Mar 24, 12:02 pm, pac parvez.chau...@gmail.com wrote: Hi Didier, Yes, I have looked into this. It says if request has gzip then app engine will supply compressed contents. So in this case request does have gzip i.e. Accept-Encoding: gzip

[appengine-java] gae gwt - to serve compressed java script

2011-03-24 Thread pac
It looks that app engine is not serving compressed contents. Is there something I need to configure? though it says that it does that automatically http://code.google.com/appengine/kb/general.html#compression I have application written in gwt and java scripts are served uncompressed from app

[appengine-java] Re: gae gwt - to serve compressed java script

2011-03-24 Thread pac
it. Thanks. On Mar 24, 11:56 am, Didier Durand durand.did...@gmail.com wrote: Hi, It's depending on certain values in the header of the request: seehttp://code.google.com/appengine/docs/java/runtime.html#Responses regards didier On Mar 24, 11:46 am, pac parvez.chau...@gmail.com wrote

[appengine-java] Cron job limit 30 sec or 10 minutes?

2011-02-11 Thread pac
It says here http://code.google.com/appengine/docs/java/config/cron.html A cron job will invoke a URL, using an HTTP GET request, at a given time of day. A URL invoked by cron is subject to the same limits and quotas as a normal HTTP request, including the request time limit. But

[appengine-java] Re: data in xml format from data store

2010-12-03 Thread pac
Do you mean - remove extra whitespaces, comments and other unneeded characters without breaking the content structure? On Dec 3, 1:06 pm, jacek.ambroziak jacek.ambroz...@gmail.com wrote: Also minify and/or compress your XML! On Dec 2, 5:06 am, pac parvez.chau...@gmail.com wrote: That’s

[appengine-java] Re: data in xml format from data store

2010-12-02 Thread pac
That’s great then Stephen, appreciated the feedback. Thanks. On Dec 2, 1:44 am, Stephen Johnson onepagewo...@gmail.com wrote: I believe Ikai's statement The 30 second limit is imposed on the time it takes the servlet to finish. is confirming what I said. On Wed, Dec 1, 2010 at 5:52 PM, pac

[appengine-java] Re: data in xml format from data store

2010-12-01 Thread pac
or deny this assumption on my part. On Mon, Nov 29, 2010 at 10:57 AM, pac parvez.chau...@gmail.com wrote: Sorry, did not see your post earlier Stephen. I was not aware of this 10 minute feature to create a file, I will look into. File size will be greater then 10MB, it is an existing

[appengine-java] Re: data in xml format from data store

2010-11-30 Thread pac
on my part. On Mon, Nov 29, 2010 at 10:57 AM, pac parvez.chau...@gmail.com wrote: Sorry, did not see your post earlier Stephen. I was not aware of this 10 minute feature to create a file, I will look into. File size will be greater then 10MB, it is an existing website which I am

[appengine-java] data in xml format from data store

2010-11-29 Thread pac
In a website I need to provide a feature to get data in xml format i.e. some url e.g. http://www.mysite.com../data.xml I think in gae I can not create a file. Any suggestions to create such feature to get data from data store in this way? Data store will have large number of records, so in

[appengine-java] Re: data in xml format from data store

2010-11-29 Thread pac
 pm, pac parvez.chau...@gmail.com wrote: In a website I need to provide a feature to get data in xml format i.e. some url e.g.http://www.mysite.com../data.xml I think in gae I can not create a file. Any suggestions to create such feature to get data from data store in this way? Data

[appengine-java] Re: data in xml format from data store

2010-11-29 Thread pac
download will be an issue and I guess download should also complete in 30 second, is that so? On Nov 29, 5:37 pm, pac parvez.chau...@gmail.com wrote: A client will download a xml file instead of uploading. Records will be created (or updated, deleted) in a table/kind over time and all records from

[appengine-java] Re: naked domain

2010-11-23 Thread pac
I have used namecheap.com On Nov 24, 4:30 am, pman pollk...@gmail.com wrote: found bad review on 1and1.com @http://www.webhostingjury.com/reviews/1and1 On Nov 24, 3:14 am, Jorge Neyra jorge.ne...@gmail.com wrote: I have done it with godaddy.com and 1and1.com On Tue, Nov 23, 2010 at 2:04

[appengine-java] Re: blobstore - map returned empty

2010-10-31 Thread pac
using a tool like Firebug to see if the form is being generated correctly? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger:http://googleappengine.blogspot.com Reddit:http://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Wed, Oct 27, 2010 at 3:51 PM, pac

[appengine-java] Re: blobstore - map returned empty

2010-10-27 Thread pac
: What does your upload page look like? Can you post the full servlet? -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger:http://googleappengine.blogspot.com Reddit:http://www.reddit.com/r/appengine Twitter:http://twitter.com/app_engine On Tue, Oct 26, 2010 at 4:12 PM, pac

[appengine-java] my first application with app engine

2010-08-24 Thread pac
Finally I was able to make one basic application with app engine i.e. http://www.LinesofLife.com Initially, I was thinking to use JDO but after finding all the posts about slow start up, I decided to use Objectify and it is great. Thanks to app engine team for such great platform, though I missed

[appengine-java] Re: next gen queries

2010-07-22 Thread pac
Thanks for getting back Ikai. On Jul 22, 2:09 am, Ikai L (Google) ika...@google.com wrote: We don't have an ETA yet. We'll announce it when it's ready. On Mon, Jul 19, 2010 at 11:08 AM, pac parvez.chau...@gmail.com wrote: In Alfred Fuller's presentation (http://www.youtube.com/watch? v

[appengine-java] number of properties in a composite index

2010-07-22 Thread pac
I think there is limit of 100/200 composite indexes. But is there a limit on number of properties in a composite index ? e.g. I have 4 in following example datastore-index kind=SomeKind ancestor=false source=auto property name=itemsList direction=asc/ property name=itemsList

[appengine-java] next gen queries

2010-07-19 Thread pac
In Alfred Fuller's presentation (http://www.youtube.com/watch? v=ofhEyDBpngMfeature=channel), he mentioned that limit of 5000 list items and need for number of composite indexes for list (i.e. 2 value search from list, 3 value search from list etc) will be removed. As per video, I think he

[appengine-java] Re: how should I design my data model for following scenario

2010-07-12 Thread pac
Another way I can think of divide the kind and do some form of keys only query on ItemIndex and transform them to parent keys (http:// www.youtube.com/watch?v=AgaL6NGpkB8) and then filter in memory as per invoiceDate? But this way I may end fetching lots of invoices which do not meet criteria, any