[google-appengine] memcache.LogAndContinueErrorHandler handleServiceError

2014-09-19 Thread Kona
Hello, I have a code whcih runs on google app engine backends () and it running into the stack trace. I have about 4000 threads running at a time. The version I am using is objectify 3.1. Some times it gets error at dao operations like this one at

[google-appengine] how to run a long processing job on google app engine specifically pushing notification to all the users of the app

2014-09-19 Thread vinvar k
We have developed an social application yet to run on Google App engine.Occasionally we need to push promo notifications to all users of our app. Currently as backends are deprecated we are planning to pick up a basic scaling instance for this pushing promo task. I read from documentation that

[google-appengine] Issues developing with struts2 v2.3.16.3 and Google App Engine v1.9.11

2014-09-19 Thread test . sa . all
Hi, I am trying to create a struts2 application using struts2v2.3.16.3 and Google App Enginev1.9.11. 1. I have tried to develop it using Netbean 8.0.1 and using the respective Google App Engine plugin. I used the tutorial by mkyong at,

[google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread JLm
Hi, I am new to web development and I am working on my unfinished hackathon idea. I would like to build an app that has simple text edit as input for keyword and shows the first few pages of google search result for the keyword but I would like to change to order of the result using my own

Re: [google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread Barry Hunter
You would probably best implementing a client using the Custom Search API https://developers.google.com/custom-search/ basically your app retrieves tehe results via the API, and then outputs them. On 19 September 2014 00:31, JLm scu...@gmail.com wrote: Hi, I am new to web development and I

[google-appengine] 9/19/2014 - Deployment issues?

2014-09-19 Thread Jay
I'm having trouble deploying to one of our App Engine apps. It just keeps trying the Checking if Deployment Succeeded step and over and over (60 sec. wait between). In the admin console | Versions, no version is selected. The app is serving however. Any one else having issues? -- You

[google-appengine] Re: 9/19/2014 - Deployment issues?

2014-09-19 Thread Mihail Russu
Happens quite often to me (once every 1-2 weeks). Usually a rollback (i.e. appcfg.py rollback .) and re-deploying helps. On Friday, September 19, 2014 12:54:00 PM UTC-5, Jay wrote: I'm having trouble deploying to one of our App Engine apps. It just keeps trying the Checking if Deployment

Re: [google-appengine] I would like to implement very simple web search app.

2014-09-19 Thread Anthony Shapley
Think you will struggle doing this, as scraping Google's results violates Webmaster Guidelines: https://support.google.com/webmasters/answer/66357?hl=en, somewhere in the App Engines terms of service (which I'm less familiar with) there is a bit about breaking other Google Terms of Service I

[google-appengine] How can I make App engine stay alive and wait for reading new log files

2014-09-19 Thread Parinya'Pum' Hiranpanthaporn
Hi all, We are implementing App Engine script. The idea is to read log file and load it into BigQuery. Our log files are uploaded from local logstash with cutoff every 250 MB per file. We want the App engine script to stay alive and wait for new log file to process. Any solution for this?

Re: [google-appengine] java.io.IOException: Too many redirects at URL when calling specific URL

2014-09-19 Thread Hélios GILLES
Thx for your answer but i already tried to debug in local with chrome but i only see 1 redirection. Ill try the other way to see if the server i not redirecting only google request ... Thx. Le vendredi 19 septembre 2014 06:30:06 UTC+2, Vinny P a écrit : On Wed, Sep 17, 2014 at 3:11 PM,