Re: [google-appengine] Wordpress installed to Google App Engine has infinite redirect loop on admin cp access

2014-05-07 Thread 吉積礼敏
I have got the same problem with no modification... Is there any solution? 2014年4月23日水曜日 15時35分52秒 UTC+9 Vinny P: > > On Mon, Apr 7, 2014 at 4:28 AM, > wrote: > >> I have installed Wordpress using the starter repository, with some >> modifications for unrelated static content. Now when I attempt

[google-appengine] Re: Adding search documents in a transaction

2014-05-07 Thread yngling
Bump :) Den måndagen den 5:e maj 2014 kl. 18:43:55 UTC+2 skrev yngling: > > I want to add an entity to the datastore, and at the same time add a > search document (the document is just a geolocation and a timestamp, with > an id to locate the real entity). If the transaction fails and the entity

[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 .

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

2014-05-07 Thread Gilberto Torrezan Filho
Hi Pravanjan, Can you post the compiler error message? By the way, this kind of question is perfect to ask at StackOverflow ;-) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from

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

2014-05-07 Thread Pravanjan Niranjan
This error message The method of(String, Input, Mapper, Marshaller, Marshaller, Reducer, Output) in the type MapReduceSpecification is not applicable for the arguments (String, DatastoreInput, AccountCounterMapper, Marshaller, Marshaller, AccountCounterReducer, GoogleCloudStorageFileOutput) On W

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

2014-05-07 Thread Pravanjan Niranjan
Sorry completer error message looks like this. Multiple markers at this line - The method of(String, Input, Mapper, Marshaller, Marshaller, Reducer, Output) in the type MapReduceSpecification is not applicable for the arguments (String, DatastoreInput, AccountCounterMapper, Marshaller, Marshall

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 messa

[google-appengine] Re: App Engine 1.9.4 Released

2014-05-07 Thread Eric Han
thanks - the link worked just now for me. Let me know if you're still having troubles. The blog link is to the 1.9.3 release, hence my comment "on this [1.9.4] and the past [1.9.3] release, please see our blog post [from 1.9.3 where it talks about the immediate next releases]". apologies if tha

[google-appengine] SAMPLE for GCS json client with appengine

2014-05-07 Thread husayt
Is there any sample code for newle released GCS Json client library https://developers.google.com/storage/docs/json_api/v1/ There is one here https://developers.google.com/storage/docs/json_api/v1/json-api-java-samples, but I am looking at sample connecting from appengine. Thanks -- You rece

Re: [google-appengine] Re: Error deploying application: loop at 87% on sending batch files

2014-05-07 Thread Gilberto Torrezan Filho
Confirmed: "appcfg.sh update" on 1.9.3 works as intended. I hope it gets fixed on next update. On Monday, May 5, 2014 8:48:50 PM UTC-3, Gilberto Torrezan Filho wrote: > > Hi Fernando, > > Thanks for your message (I was feeling lonely here =P). I'll check it out. > > Gilberto > -- You received t