[google-appengine] Appengine cron 202 error.

2015-05-25 Thread Pravanjan Niranjan
Hi ,

[google-appengine] unable to compile MapReduceSpecification.of

2014-05-07 Thread Pravanjan Niranjan
Hi All, I am unable to compile MapReduceSpecification.of .It does work when i select //new DatastoreOutput(1)), but incase of new GoogleCloudStorageFileOutput( images.sb.a-cti.com/staging/test, result.txt, text/plain, 1)), . This show compile error not sure if i am missing something . I

Re: [google-appengine] Re: unable to compile MapReduceSpecification.of

2014-05-07 Thread Pravanjan Niranjan
This error message The method of(String, InputI, MapperI,K,V, MarshallerK, MarshallerV, ReducerK,V,O, OutputO,R) in the type MapReduceSpecification is not applicable for the arguments (String, DatastoreInput, AccountCounterMapper, MarshallerString, MarshallerLong, AccountCounterReducer,

Re: [google-appengine] Re: unable to compile MapReduceSpecification.of

2014-05-07 Thread Pravanjan Niranjan
, AccountCounterMapper, MarshallerString, MarshallerLong, AccountCounterReducer, GoogleCloudStorageFileOutput) Thanks, Pravanjan On Wed, May 7, 2014 at 8:44 PM, Pravanjan Niranjan pravanjan.niran...@a-cti.com wrote: This error message The method of(String, InputI, MapperI,K,V, MarshallerK

Re: [google-appengine] Re: unable to compile MapReduceSpecification.of

2014-05-07 Thread Pravanjan Niranjan
I have added the same in stackoverflow . http://stackoverflow.com/questions/23522523/app-engine-map-reduce-java-could-not-compile-mapreducespecification-of Thanks, Pravanjan On Wed, May 7, 2014 at 8:48 PM, Pravanjan Niranjan pravanjan.niran...@a-cti.com wrote: Sorry completer error message

[google-appengine] Google app engine Spring default-lazy-init=true does not work.

2014-02-28 Thread Pravanjan Niranjan
Hi All, I have tried placing the lazy-init=true in bean and default-lazy-init=true beans level but does not stop spanning for the controller mapping. Not sure i am doing something wrong looks like a easy but could not make it work. spring.xml file. beans

Re: [google-appengine] Re initializing Spring root WebApplicationContext

2014-02-25 Thread Pravanjan Niranjan
did already? On Mon, Feb 24, 2014 at 12:48 AM, Pravanjan Niranjan pravanjan.niran...@a-cti.com wrote: Hi All , Though i have already optimized my app with spring simple url handler mapping still can see some request reinitializing the app with all controller mapping. This cause

[google-appengine] Re initializing Spring root WebApplicationContext

2014-02-24 Thread Pravanjan Niranjan
Hi All , Though i have already optimized my app with spring simple url handler mapping still can see some request reinitializing the app with all controller mapping. This cause the request to wait more than expected time and sometime id does get timeout which is bad sing for us and user

[google-appengine] Unable to process batch request for spread sheet.

2014-02-17 Thread Pravanjan Niranjan
Hi all , I am getting error while processing the batch request for spreadsheet . error log : java.lang.RuntimeException: Unable to complete the HTTP request at com.google.apphosting.utils.security.urlfetch.URLFetchServiceStreamHandler$Connection.getHeaderFields(

Re: [google-appengine] Unable to process batch request for spread sheet.

2014-02-17 Thread Pravanjan Niranjan
Thanks Vinny will try with this . On Feb 17, 2014 11:29 PM, Vinny P vinny...@gmail.com wrote: On Mon, Feb 17, 2014 at 10:54 AM, Pravanjan Niranjan pravanjan.niran...@a-cti.com wrote: I am getting error while processing the batch request for spreadsheet . error log : [Part of stack

Re: [google-appengine] App Engine Tutorials For Beginners

2014-02-04 Thread Pravanjan Niranjan
Hi Karen, If you are looking for Google app engine java for server side programs This link will help https://developers.google.com/appengine/docs/java/ Thanks, Pravanjan On Feb 5, 2014 9:29 AM, karan sharma sunrisek...@gmail.com wrote: HI, We want to develop a question answer android

Re: [google-appengine] Datastore to update using getObjctById and updating complete object.

2014-01-31 Thread Pravanjan Niranjan
is the difference between both option . Thanks, Pravanjan On Fri, Jan 31, 2014 at 1:57 AM, Vinny P vinny...@gmail.com wrote: On Wed, Jan 29, 2014 at 11:09 AM, Pravanjan Niranjan pravanjan.niran...@a-cti.com wrote: Fell like doing two step but does work little fast . sometime can't say . My

[google-appengine] Datastore to update using getObjctById and updating complete object.

2014-01-29 Thread Pravanjan Niranjan
Hi , My datastore Update takes time to reflect in datastore. We use two way to persist our updated object in datastore both works for us. Option 1. :- Get the object form the datastore detached the same and send the json as response . We do the changes in json properties in front-end and pass

[google-appengine] How to Insert row values for header with duplicate column name.

2014-01-23 Thread Pravanjan Niranjan
Hi , We have a spreadsheet to header like this SingleLine TextCompany NameDecision IntersectionCityNameAddress 2SingleLine Text Every time i set the key value for SingleLineText it just override one column The key string singlelinetext value pravanjan The key string singlelinetext value

Re: [google-appengine] Re: How to Insert row values for header with duplicate column name.

2014-01-23 Thread Pravanjan Niranjan
doesn't seem to be related to google appengine in anyway. On Thursday, January 23, 2014 6:50:11 PM UTC+8, Pravanjan Niranjan wrote: Hi , We have a spreadsheet to header like this SingleLine Text Company Name Decision Intersection City Name Address 2SingleLine Text Every time i set

[google-appengine] Unable to update file content using with file id.(drive api implementation)

2014-01-12 Thread Pravanjan Niranjan
Hi, Just want to add text content to my earlier created file in drive using api. by using this( https://developers.google.com/drive/v2/reference/files/update ) url i can update the file detail which is pretty cool . But my requirement is to add text date inside file . Eg. I have my

[google-appengine] Unable to insert a file in a particular folder

2014-01-10 Thread Pravanjan Niranjan
We have rest full integration with drive . Every time i try to create a file inside a particular folder this just create in my default drive space. paramMap.put(kind,drive#parentReference); paramMap.put(id,0B0Rxcic23Cs6RlhJc3dCbG1jY1k) Writer strWriter = new

Re: [google-appengine] Re: urlfetch DeadlineExceededError

2013-11-07 Thread Pravanjan Niranjan
Our application also experiencing same problem . https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/aRJ9F1FJv2o On Thu, Nov 7, 2013 at 9:58 PM, Aerodyno sav...@gmail.com wrote: Yes, experiencing this problem right now, has a huge negative affect on our site as we depend

[google-appengine] Could not able to delete entity form my data store viewer

2013-09-23 Thread Pravanjan Niranjan
Hi , Form last three day we could not able to delete entity from data store viewer its keep on running for some time and then throwing 500 error . Could any one form google help on this . -- Thanks, Pravanjan -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] Re: Latency problems

2013-06-28 Thread Pravanjan Niranjan
I had the same problem 2 days back . On Fri, Jun 28, 2013 at 11:44 AM, Aleksei Rovenski aleksei.roven...@gmail.com wrote: We are having now 20-40 instances where normally there are 2-4 for this load, so went up about 10 times. Just look at this pathetic screenshot

Re: [google-appengine] Re: Hard dead line while running cron .

2013-06-12 Thread Pravanjan Niranjan
be throwing exceptions during the initialization of your application. (Error code 104) I am not sure why it is happening is there any way we can avoid this. Any help is really appreciable. On Wed, Jun 12, 2013 at 6:27 PM, Pravanjan Niranjan pravanjan.niran...@a-cti.com wrote: Hi Vinny, Thanks

[google-appengine] Cron not running in 5 minutes interval

2013-04-09 Thread pravanjan . niranjan
Hi All, I am running a cron job which runs every 5 minutes . cron.xml ?xml version=1.0 encoding=UTF-8? cronentries cron target2/target descriptionvalidate batch message schedular/description url/api/CronBatchMessageController/processBatch.req/url scheduleevery 5

Re: [google-appengine] New to GAE

2013-04-09 Thread Pravanjan Niranjan
Hi , You can use com.google.appengine.api.datastore.Text . Thanks, Pravanjan On Sun, Apr 7, 2013 at 9:05 PM, Newbee vallabh.lakade.1...@gmail.comwrote: How long can a String be?Can i store a really big para into it.If not then is there any other solution? -- You received this message