[google-appengine] Re: AppEngine Standard - Connection reset by peer

2021-06-19 Thread Andrey Hudyakov
Update: I see that this problem has started appear since June 1 2021 when accessing to my app on different Google Projects. пятница, 18 июня 2021 г. в 21:46:34 UTC+5, Andrey Hudyakov: > Hello all, > > I have a spring web java application on Google App Enginge Standard > (Ja

[google-appengine] AppEngine Standard - Connection reset by peer

2021-06-18 Thread Andrey Hudyakov
est what I can look at to find the root cause? I'll be glad to hear any idea :) Thanks, Andrey. -- 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 it, send an email

[google-appengine] Unstable latency inside of the Google infrasturcture during execution requests to Google AppEngine Standard

2021-04-28 Thread Andrey Hudyakov
Hello, I faced strange latencies during execution HTTP requests to a Java (Spring Web) application which is deployed on Google AppEngine Standard. For testing purposes, I've used - VM in GCP and located in *us-central1* region to make client requests - Java Web App in Google AppEngine Standard

[google-appengine] Re: GAE local debugging of Spring application

2018-03-05 Thread Andrey Hudyakov
Updating Maven and Java 8 to the latest versions didn't help also. Still getting the same error. четверг, 1 марта 2018 г., 21:16:41 UTC+5 пользователь Yannick (Cloud Platform Support) написал: > > Hello Andrey, to clarify I meant that Maven itself should be updated. > > On Thurs

[google-appengine] Re: GAE local debugging of Spring application

2018-03-01 Thread Andrey Hudyakov
> others. > > On Tuesday, February 27, 2018 at 9:02:02 AM UTC-5, Andrey Hudyakov wrote: >> >> >> Hi everyone, >> >> I've developed a web application based on Spring Framework 4 and local >> debugging had worked fine on Java 7 but after migrated to Java 8 I've

[google-appengine] GAE local debugging of Spring application

2018-02-27 Thread Andrey Hudyakov
Hi everyone, I've developed a web application based on Spring Framework 4 and local debugging had worked fine on Java 7 but after migrated to Java 8 I've got an exception on startup SEVERE: Context initialization failed java.lang.NoClassDefFoundError: java.lang.reflect.Parameter is a

[google-appengine] Caching a Cloud Endpoint response

2017-06-15 Thread Andrey Rychkov
Hi, Could you give me any signs if there is any methods to set caching time of endpoints responses? I have several endpoints that return a huge list of objects (~1MB) and I need to cache them someway. I tried to cache data in memcache, but it didn't help much. Am I right that the only method

[google-appengine] Re: App Engine Cloud Endpoints enable CORS

2014-10-23 Thread Andrey Rychkov
Hi, How can i enable CORS for google endpoints (/_ah/api) ? I made a filter, it adds Access-Control-* headers. The filter works for all requests except google endpoints urls. It seems there are some setting to enable CORS, but I can't find this. -- You received this message because you

[google-appengine] Permissions for taskqueue patch/update REST queries

2014-07-08 Thread Andrey Kuznetsov
Hi, When looking for a way to extend task lease (or return task before lease expiry) from pull-queue using REST queries outside of GAE app, I found that `update` and `patch` requests needs some additional privileges besides those that are described at documentation. Short descriptions at

Re: [google-appengine] Endpoints always return an object

2014-01-27 Thread Andrey Rychkov
17, 2014 at 9:23 AM, Andrey Rychkov whole...@gmail.comjavascript: wrote: Why does my code return an object? public ListString test() { return Arrays.asList(one, two, three); } { items: [ One, Two, Three ] } I expect to receive the array [one, two, three]. Is it possible

[google-appengine] Endpoints always return an object

2014-01-24 Thread Andrey Rychkov
Hi, Why does my code return an object? public ListString test() { return Arrays.asList(one, two, three); } { items: [ One, Two, Three ] } I expect to receive the array [one, two, three]. Is it possible? -- You received this message because you are subscribed to the Google Groups

[google-appengine] endpoints always return an object

2014-01-24 Thread Andrey Rychkov
Hi, I expected to receive the json array [One, Two, Three], but the endpoint returns the object { items: [One, Two, Three] } public ListString test() { return Arrays.asList(One, Two, Three); } Is it possible to generate an array (or a collection) ? -- You received this message because

[google-appengine] Datastore Indexes still in building state

2011-07-01 Thread Andrey Nikitin
i created an app acftws. datastore indexes are still in building state but datastore is empty. can it be a little faster or should i vacuum them and deploy one more time? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group,

[appengine-java] Uploading New Data into App Engine Java App

2011-04-01 Thread Andrey
We need to periodically upload the new data into our Java App running on the App Engine. We are going to perform some calculations on our own server, after which the results of this calculation need to be uploaded into the App Engine app. The results are just a text file (each line is a

[google-appengine] Storing data from Excel files to db

2010-12-14 Thread Andrey
Hi all! I have MS Excel file with data and I want to store data from this file to db. Is there any easy way to do this? Andrey -- 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

[appengine-java] criteria for YAML parser

2010-11-26 Thread Andrey Somov
free to ask support from the SnakeYAML community if AppEngine decides to migrate :) - Andrey -- 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-j...@googlegroups.com. To unsubscribe

[google-appengine] GAE tools poll

2009-12-17 Thread Andrey Tarantsov
interesting features. If enough people reply, we'll sum up and post the results here after a while. Andrey. -- 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

[google-appengine] Re: AppWrench 1.0 released: App Engine Profiler, Data Store Viewer and more

2009-12-16 Thread Andrey Tarantsov
tries AppWrench, posts his/her experience on a blog (in any language) and sends a link to andrey...@onpositive.com. Regarding the coolness, AppWrench represents a few months of hard work, but might lack some UI polish at the moment; we felt that gathering feedback from real users earlier was more

[appengine-java] Re: Web Service deployment using Axis in Google app engine for java

2009-11-28 Thread Andrey
It's interesting for me too. This is not the answer but may be useful: http://blog.cloudwhiz.com/2009/09/exposing-soap-service-on-gae-part-1.html -Andrey -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send

[appengine-java] A web service with security (java)

2009-11-21 Thread Andrey
Hello, What java lib or project would you recommend for development a web service with security (to give the users the data only according there role or userName). Thanks, -Andrey -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group

[google-appengine] Re: Custom domain for incoming email

2009-11-09 Thread Andrey Petrov
Forward all emails to one address (catchall), and in appengine just read the TO field, which will have the correct address it was sent to (even though it was redirected to a different address initially). On Nov 9, 1:37 pm, Devon devongov...@gmail.com wrote: I need to be able to receive any

[google-appengine] Incoming mail for custom domain?

2009-10-22 Thread Andrey Petrov
? It seems when I do that, emails just disappear into oblivion. Neither bounced nor handled by the app. Thanks in advance, Andrey --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To post

[google-appengine] Re: Incoming mail for custom domain?

2009-10-22 Thread Andrey Petrov
, though it is not ideal. I hope this gets fixed someday (though preferably not before the naked domain issue). Thanks! - Andrey On Oct 22, 10:40 am, Wooble geoffsp...@gmail.com wrote: I'm pretty sure this is unsupported. The workaround would be to use set up the account in Google Apps, log

[google-appengine] How to pull out my files back from the server?

2009-08-17 Thread Andrey
Hello. I uploaded my app's files to the server and want to change the latest version from another computer. Can I get them back from the server or should I deliver them to another computer different way? I didn't find such option in the administrator's console? Thanks, Andrey

[google-appengine] Re: zipimport and no-end-of-line character at the end of python module

2008-12-17 Thread Andrey Lebedev
On Wed, Dec 17, 2008 at 11:12 PM, Andrey Lebedev andrey.lebe...@gmail.com wrote: I have found a difference in compiling python files inside zip archive between regular python' zipimport and GAE version: GAE zipimport feature fails to compile python module if it has no end-of-line (0x0A

[google-appengine] zipimport and no-end-of-line character at the end of python module

2008-12-17 Thread Andrey Lebedev
file as well. This behaviour makes impossible to bundle app with .egg versions of some modules (like mako for example): they work well locally, but stops working when deployed on GAE. -- Andrey Lebedev Software engineer --~--~-~--~~~---~--~~ You received this message