Re: [google-appengine] Re: Any sample program for DeferredTask ?

2011-07-28 Thread suersh babu
Thanks for the reply, I am interested in java not python. On Thu, Jul 28, 2011 at 6:24 AM, Tim Hoffman zutes...@gmail.com wrote: And of course http://code.google.com/appengine/articles/deferred.html -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Any sample program for DeferredTask ?

2011-07-27 Thread suersh babu
Hi, I am searching for sample program for DeferredTask, also document for DeferredTask is not very descriptive. Any sample program would be really appreciated. Regards Suresh Babu G http://www.accountingguru.in/ -- You received this message because you are subscribed to the Google Groups

[google-appengine] How to insert image into pdf ?

2011-05-04 Thread suersh babu
Hi, I am using pdfjet, when I try to insert image I am getting this Error: [ERROR] java.io.IOException: Stream closed [ERROR] java.io.IOException: Stream closed And this is my servlet code: /** * */ package com.veersoft.accounting.servlet; import java.io.BufferedInputStream; import

Re: [appengine-java] Re: What is maximum number of entities I can update within the 30 sec time limit of App engine ?

2011-03-08 Thread suersh babu
We have gwt module, In this module I can use rpc to wait for the task queue to complete after adding task job, but my concern is when does the task queue start executing after adding into task queue, whether immediately or later some time with any delay like that ? Any help would be greatly

Re: [appengine-java] Re: What is maximum number of entities I can update within the 30 sec time limit of App engine ?

2011-03-07 Thread suersh babu
, you can go with several tasks in parallel and get extremely fast (provided that the tasks don't conflict with other on updates: your data architecture has to allow for it) regards didier On Mar 7, 6:40 am, suersh babu sureshgbab...@gmail.com wrote: Hi, I like to known what

[appengine-java] What is maximum number of entities I can update within the 30 sec time limit of App engine ?

2011-03-06 Thread suersh babu
Hi, I like to known what is the maximum number of entities I can update within the 30 sec time limit of App engine. Let say If I have a kind called Employee which has 2000 entities and each of this entity have 10 Properties, so if I need to update all of this 2000 entities of Employee, what

[google-appengine] In development mode why my local data is deleted sporadically ?

2010-12-10 Thread suersh babu
Hi, I have experienced that my local data is deleted sporadically in my development mode. Is some one experience this issue before, and figured it why this is happening Any suggestion about this is much appreciated. I am using Eclipse IDE 3.6, App Engine SDK 1.3.8, objectify, and gwt

Re: [google-appengine] Log is missing in console ? when I changed from App engine 1.3.5 to 1.3.8

2010-11-26 Thread suersh babu
Hi, The log display only warning and severe but not info, My logging.properties file contains following # Set the default logging level for all loggers to WARNING *.level = INFO* # Set the default logging level for ORM, specifically, to WARNING DataNucleus.JDO.level=WARNING

Re: [google-appengine] Log is missing in console ? when I changed from App engine 1.3.5 to 1.3.8

2010-11-22 Thread suersh babu
I didn't change any of logging.properties. *Regards Suresh Babu G* -- 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 unsubscribe from this group, send email to

[google-appengine] Log is missing in console ? when I changed from App engine 1.3.5 to 1.3.8

2010-11-16 Thread suersh babu
Hi, I am using Eclipse 3.6, with gwt 2.1 Also I have changed the google app engine version 1.3.5 to 1.3.8. Ever think works fine except the log is missing when server side logged. I am getting in console like this ... Initializing AppEngine server 2010-11-16 12:14:23.609:INFO::Logging to

[appengine-java] Mapreduce gives error when I execute job on appengine cloud?

2010-10-22 Thread suersh babu
Hi, I am using mapreduce to run the job but when I try to run the job in mapreduce by clicking run button I am getting error like this : Error -- java.lang.RuntimeException: Full stack trace is available in the server logs. Message: Got an IOException while trying to make splits In my local

[appengine-java] Required jars in war/web-inf/lib folder for uploading to appengine cloud?

2010-10-22 Thread suersh babu
Hi, I am using eclipse IDE. My environment is App engine sdk 1.3.8, Servlet and JSP Objectify So what is the basic jars need to be added to war/web-inf/lib folder. -- Regards Suresh Babu G -- You received this message because you are subscribed to the Google Groups Google App Engine for

[google-appengine] Mapreduce gives error when I execute job on appengine cloud?

2010-10-22 Thread suersh babu
Hi, I am using mapreduce to run the job but when I try to run the job in mapreduce by clicking run button I am getting error like this : Error -- java.lang.RuntimeException: Full stack trace is available in the server logs. Message: Got an IOException while trying to make splits In my local