[google-appengine] Re: Appengine Python seems to be slow after the general release of 1.9

2014-02-27 Thread timh
Things seem to have settled back down to more normal response times and scheduler behaviour. T On Thursday, February 27, 2014 9:10:24 AM UTC+8, timh wrote: Scheduler behavior seems to be all over the shop as well. Hopefully this will settle down soon :-) T On Thursday, February 27, 2014

Re: [google-appengine] How to filter a Query by Date

2014-02-27 Thread Ben Liet
As you noted, the datastore only supports one inequality filter. In general, most people get around it by querying on one inequality, collecting all the matching results, and filtering on the other inequality within the application. Another way is to use IN queries: see this example SO

[google-appengine] golang Appengine edge cache not work

2014-02-27 Thread poke
My go app (paid) converted from java app . Using same header , but only go app edge cache not work Here are the header root@Server:~# curl -I http://www.showsites.us/sites/imow.org HTTP/1.1 200 OK Content-Type: text/html; charset=utf-8 Cache-Control: public, max-age=172800 Pragma: public

[google-appengine] Deplyement issue for Java 6

2014-02-27 Thread Deepak Singh
I have started facing deployment issue for my Java 6 app suddenly, asking to update for Java 7 and would not allow Java 6 app any more. Anyone else facing the same. -- Deepak Singh -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: Best way to update 400,000 entities at once?

2014-02-27 Thread de Witte
Use a backend instance and keep it running until done. Or Use two tasks. One for retrieving 1000 keys at the time and a second one to update the entities in a batch of 1000. Done it for 300.000 entities in less than a 20 mins. ~300 tasks Op vrijdag 7 februari 2014 22:43:33 UTC+1 schreef Keith

Re: [google-appengine] Deplyement issue for Java 6

2014-02-27 Thread Shilendra Sharma
Yes!! Google Team already update you for this !. It's not big issue you change your java version for this !!! It will solve automatic. On Thu, Feb 27, 2014 at 5:05 PM, Deepak Singh deepaksingh...@gmail.comwrote: I have started facing deployment issue for my Java 6 app suddenly, asking to

[google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-02-27 Thread Amit Rai
Hi Here I am doing google directory search that will search all the people in same directory using java. Below is the block of code public class DirectorySampleServlet extends AbstractAppEngineAuthorizationCodeServlet { /** * Be sure to specify the name of your application. If the

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-27 Thread de Witte
We don't use modules, why should you? Do you have a requirement which cannot be done without them? Op donderdag 27 februari 2014 02:58:56 UTC+1 schreef Rafael Sanches: De Witte, Do you have a multi module project? How do you handle that without module? The eclipse plugin doesn't work

Re: [google-appengine] Deplyement issue for Java 6

2014-02-27 Thread Vinny P
On Thu, Feb 27, 2014 at 5:35 AM, Deepak Singh deepaksingh...@gmail.com wrote: I have started facing deployment issue for my Java 6 app suddenly, asking to update for Java 7 and would not allow Java 6 app any more. This was listed in the patch notes for 1.9.0 (scroll down to the Java

Re: [google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2014-02-27 Thread Andrew Jessup
Hi Folks, I don't have a more concrete update to share at this time, since we don't like talking about features that haven't been released yet. But we completely aware this is a huge pain point, and engineers *are* actively working on it right now. On Wed, Feb 26, 2014 at 4:07 AM, Max Völkel

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-27 Thread Tapir
How long is the warmup time of your app? Can you show the configuration file of your app? (appengine-web.xml) On Friday, February 28, 2014 1:02:28 AM UTC+8, de Witte wrote: We don't use modules, why should you? Do you have a requirement which cannot be done without them? Op donderdag 27

Re: [google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2014-02-27 Thread Laurent Raufaste
Well that's good to know, thanks for the update. On Thursday, February 27, 2014 8:23:32 PM UTC-5, Andrew Jessup wrote: Hi Folks, I don't have a more concrete update to share at this time, since we don't like talking about features that haven't been released yet. But we completely aware

Re: [google-appengine] Publishing Google App Engine applications using UserService rejected on Google Apps Marketplace

2014-02-27 Thread Vinny P
On Tue, Feb 25, 2014 at 5:32 AM, Daniel Florey daniel.flo...@gmail.com wrote: My apps have been rejected as the Google Apps Marketplace allows only Oauth2 / OpenID connect for logging in. How can I use the UserService with the new Google Apps Marketplace? Is the UserService sill officially

Re: [google-appengine] java.lang.NoClassDefFoundError: com/google/api/client/extensions/appengine/auth/oauth2/AbstractAppEngineAuthorizationCodeServlet

2014-02-27 Thread Vinny P
On Thu, Feb 27, 2014 at 8:49 AM, Amit Rai amit@sial.com wrote: I have included all the dependency jar file and build path also.And this code is compiled successfully but while running in localhost its giving following error. org.mortbay.util.MultiException[java.lang.NoClassDefFoundError:

Re: [google-appengine] golang Appengine edge cache not work

2014-02-27 Thread Vinny P
On Thu, Feb 27, 2014 at 3:41 AM, poke buidinhngoc.a...@gmail.com wrote: My go app (paid) converted from java app . Using same header , but only go app edge cache not work Here are the header root@Server:~# curl -I http://www.showsites.us/sites/imow.org HTTP/1.1 200 OK Content-Type:

Re: [google-appengine] filter logs by user?

2014-02-27 Thread Vinny P
On Wed, Feb 26, 2014 at 8:35 AM, stephanos stephan.beh...@gmail.com wrote: we would like to filter our logs by user as well as by company. The dashboard provides filtering by Labels and explains that these are regular expressions for filtering Apache Combined logs. It also lists a few valid