[google-appengine] Deployment of Java app from Eclipse succeeds, but the new version times out on every request.
I just deployed my Java app from Eclipse (Eclipse Kepler, GAE SDK 1.8.5). The deployment succeeds, but the new version times out on every request. When I deploy from a different machine that's still running Eclipse Juno and GAE SDK 1.7.5, all is well. Two things are conspicuous: 1) The new version is about 3 times the size of what it is when deployed with GAE SDK 1.7.5 2) When deployment is complete, my default browser comes up trying to connect to the new version. That fails because the URL uses the old dot convention, as in 42.myapp... as opposed to the new 42-dot-myapp... -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
[google-appengine] gcs issues, gcs issues and gcs issues :)
My brain is about to blow from gcs issues, just deleted a bucket because it included "_" in the name (zencoder apparently has a bug in their gcs integration that messes with the "_") After thinking everything was ok now, I've came across a new issue: permissions I've compared the permissions that appengine generated files have and the file zencoder put to my gcs bucket, and 2 group owner's are missing I've added one missing ID manually and things started working If the permission is missing, you get a 500 error while trying to serve the file with self.send_blob(blob_key) -- and as all gcs 500 errors, it's invisible from appengine logs Regardless of what happens (you might say that zencoder is the cause of the issues, don't think so), I think the system should ensure that each file in a google appengine app's bucket's should have the appengine's permission (group or whatever) no matter what Would be great if this problem was solved quickly, however as it's weekend, I don't have much hope, yet it's really blocking me on a personal level -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
[google-appengine] Re: Memcache not Working?
Console is back, but now I've got: com.google.apphosting.api.ApiProxy$UnknownException: An error occurred for the API request datastore_v3.Next(). causing failures. I understand the application should gracefully handle service gaps, but if( mydatabase == null ) is sort of a major gap. E On Friday, September 27, 2013 7:20:35 AM UTC-4, Evan Ruff wrote: > > Now getting 503s trying to access my Admin Console... > > E > > On Friday, September 27, 2013 7:15:29 AM UTC-4, Evan Ruff wrote: >> >> I'm suddenly getting a ton of DeadlineExceededExceptions. They all are >> occurring when accessing or writing to Memcache. Is anyone else >> experiencing these problems? Looks like it started around 11PM EST >> yesterday. >> >> Guys? >> >> E >> >> -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
[google-appengine] Re: Memcache not Working?
Now getting 503s trying to access my Admin Console... E On Friday, September 27, 2013 7:15:29 AM UTC-4, Evan Ruff wrote: > > I'm suddenly getting a ton of DeadlineExceededExceptions. They all are > occurring when accessing or writing to Memcache. Is anyone else > experiencing these problems? Looks like it started around 11PM EST > yesterday. > > Guys? > > E > > -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
[google-appengine] Memcache not Working?
I'm suddenly getting a ton of DeadlineExceededExceptions. They all are occurring when accessing or writing to Memcache. Is anyone else experiencing these problems? Looks like it started around 11PM EST yesterday. Guys? E -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
[google-appengine] BlobstoreService Serve canceled by the user
Hi All, Is there way to know on the server side if the user cancels file download which is delivered by BlobstoreService.Serve method? Thanks -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
Re: [google-appengine] Private module
Created an issue : https://code.google.com/p/googleappengine/issues/detail?id=10026 On Thursday, September 26, 2013 8:44:54 PM UTC+2, Vinny P wrote: > > On Thu, Sep 26, 2013 at 11:13 AM, Francois Masurel > > > wrote: > >> I guess I could use a cryptic version name to be sure no spam bot will >> ever wake up some of my modules (and cost me some $). >> >> > > What I do is map the root module directory to a static page via the > welcome file setting in web.xml ( > https://developers.google.com/appengine/docs/java/config/webxml#The_Welcome_File_List). > That way instances won't respond to a spam bot attempting to index. > Admittedly, you'll have to remap your handlers so they don't use the root > path for requests. > > > > On Thu, Sep 26, 2013 at 11:13 AM, Francois Masurel > > > wrote: > >> It would be better if Google could provide a simple way to make them >> private and hide them from the outside. >> > > > +1. > > - > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- 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 to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.