Re: [google-appengine] Re: Using @ElementCollection to persist a Collection of Enum

2012-08-30 Thread Eduardo Perrino
Hi Roberto, @ElementCollection annotation have to be used to contain embedded entities, therefore you're have to be sure that PositioningType class is annotated with @Embeddable. The next example works fine for me: //Class Product @ElementCollection(fetch = FetchType.EAGER) public Set rates;

Re: [google-appengine] Re: URLFetch Quota Is Stupid

2012-08-30 Thread Takashi Matsuo
Hi Brandon, Can we discuss this off-list? Please tell me your desired QPS, a purpose of your application, and your usage pattern of the service, etc. -- Takashi -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send e

[google-appengine] hrd migration and mapreduce.

2012-08-30 Thread Hyun-Je Jun
Our app currently uses master/slave datastore and we decided to migrate to HRD. We've used the app as a game server for kind of long time, and it'll take very long time to migrate. The problem is, I read that the hrd migration process will use mapreduce and We're now using mapreduce functions

Re: [google-appengine] Custom expires/cache-control for get_serving_url images

2012-08-30 Thread Peter Ondruška
I opened an issue http://code.google.com/p/googleappengine/issues/detail?id=3842&can=1&q=get_serving_url&colspec=ID%20Type%20Component%20Status%20Stars%20Summary%20Language%20Priority%20Owner%20Logbut was closed as wontfix ;-) On Friday, August 31, 2012, Stuart Langley wrote: > Not possible to ch

Re: [google-appengine] A few entities disappeared for no apparent reason

2012-08-30 Thread Takashi Matsuo
Hi Scott, Are you accessing those entities by getting by keys, or by queries? -- Takashi On Fri, Aug 31, 2012 at 12:08 AM, Scott wrote: > > At 5:31PM PST last Saturday, August 25th, our app, write-way, started > generating a bunch of errors as the system stopped being able to find a > handful

Re: [google-appengine] Billing related inquiry

2012-08-30 Thread Takashi Matsuo
Hi, The quota is removed after the first charge is cleared. Can you fill the form quota bump request ? -- Takashi On Fri, Aug 31, 2012 at 3:51 AM, gdm.mark wrote: > > I have made the ca

Re: [google-appengine] App Engine indexes stuck in building and deleting states

2012-08-30 Thread Takashi Matsuo
especially *if* On Fri, Aug 31, 2012 at 11:58 AM, Takashi Matsuo wrote: > > Hi George, > > I've just checked your app and found the 6 indexes in question are in > 'Serving' status. I think you're good to go now. > > Currently the index building is done by a common batch job in the > background,

Re: [google-appengine] App Engine indexes stuck in building and deleting states

2012-08-30 Thread Takashi Matsuo
Hi George, I've just checked your app and found the 6 indexes in question are in 'Serving' status. I think you're good to go now. Currently the index building is done by a common batch job in the background, not by a dedicated job for a single application, so sometimes it can take longer than you

Re: [google-appengine] Re: Weird Instance Scheduler

2012-08-30 Thread Kristopher Giesing
I posted a great deal of information in the thread here: https://groups.google.com/forum/?fromgroups=#!topic/google-appengine/rjZhjMEAXUI In that thread I posted logs that showed that the very first request after setting min instances to 1 will spawn a new instance (in addition to the instance

[google-appengine] Re: Custom expires/cache-control for get_serving_url images

2012-08-30 Thread Stuart Langley
Not possible to change it, sorry. On Friday, 31 August 2012 08:21:25 UTC+10, Alex Burgel wrote: > > I've noticed that image urls generated by get_serving_url are set to cache > for only 24 hours. > > Is it possible to change this? 24 hours isn't very long, especially > considering that the image

[google-appengine] Python on GAE Live Stream at 7:30 PST

2012-08-30 Thread Drake
www.youtube.com/blackwateropsdotcom will have our live stream From Stremor.com's headquarters about AppEngine and Building Massive Scale in Python Also check out our AppEngine App www.unpartial.com -- You received this message because you are subscribed to the Google Groups "Goog

RE: [google-appengine] Re: URLFetch Quota Is Stupid

2012-08-30 Thread Drake
Will do. Can you take the quota off of me in the mean time J From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Peter McKenzie Sent: Thursday, August 30, 2012 4:50 PM To: google-appengine@googlegroups.com Subject: [google-appengine] Re: URLFetch

Re: [google-appengine] Notice: Google App Engine Conversion API to be decommissioned in November 2012

2012-08-30 Thread James Broberg
This is a bit of a bummer. I was keen to try it out to generate PDF invoices for customers On 28 August 2012 02:07, Christina Ilvento wrote: > Hi All, > > The API will be shut off in November of 2012. When we have an exact date > for the release we'll let you know. > > > Thanks, > Christina

[google-appengine] Re: URLFetch Quota Is Stupid

2012-08-30 Thread Peter McKenzie
Hi Brandon, I agree it may make sense to special case intra-App URLFetches. Please file a bug on the issue tracker. thanks, Peter On Friday, August 31, 2012 4:29:35 AM UTC+10, Brandon Wirtz wrote: > > Ok, so I get that you don’t want me to build a DDoS platform with GAE. > > > > But why the

[google-appengine] Custom expires/cache-control for get_serving_url images

2012-08-30 Thread Alex Burgel
I've noticed that image urls generated by get_serving_url are set to cache for only 24 hours. Is it possible to change this? 24 hours isn't very long, especially considering that the images can't change. The Page Speed proxy service caches for 1 year, thats much more reasonable. -- You receiv

[google-appengine] Billing related inquiry

2012-08-30 Thread gdm.mark
I have made the card acceptable for my google app. Still I am getting the following error after crossing 100 mails today. Exception: com.google.apphosting.api.ApiProxy$OverQuotaException: The API call mail.Send() required more quota than is available. Can anyone tell me what the problem is? -

[google-appengine] 503 Errors uploading multipart/form-data to blobstore handlers on afternoon of 8/29

2012-08-30 Thread Jeff Carollo
Did anyone else see unexpected 503s for their application yesterday? Only 1/2 of my applications were affected. I made no code changes to my site in the last two weeks, saw a 1-3 hour outage yesterday only in multipart/form-data POSTs to one of my blobstore upload handlers. Quota was not an iss

[google-appengine] App Engine indexes stuck in building and deleting states

2012-08-30 Thread George B
Hi, I am having issues with datastore indexes. I introduced a new entity in the latest version of my application and index building for it is stuck in "Building" state for more than 12 hours already even though there were no entities of that kind in the database yet. I tried update_indexes

Re: [google-appengine] python27 helloworld application doesn't work when application id is changed

2012-08-30 Thread dt_da
I checked the logs these are errors: 1. 2012-08-30 12:33:52.119 Traceback (most recent call last): File "/base/python27_runtime/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__ rv = self.handle_exception(request, response, e) File "/ba

RE: [google-appengine] URLFetch Quota Is Stupid

2012-08-30 Thread Drake
And why do backends talking to front ends consume Incoming Bandwidth? From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Drake Sent: Thursday, August 30, 2012 11:29 AM To: google-appengine@googlegroups.com Subject: [google-appengine] URLFetch Q

[google-appengine] URLFetch Quota Is Stupid

2012-08-30 Thread Drake
Ok, so I get that you don't want me to build a DDoS platform with GAE. But why the frak is there a limit on how many times a Backend can hit its own front end? (and Vice Versa) Yes I hit these limits. Yes it makes me sad. Yes it limits my App. We also tried and failed to make ProtoRPC

[google-appengine] Re: Google Places API wrapper for Java GAE

2012-08-30 Thread Rahul Tongia
Hi Richard, Thanks for the reply. I was more looking for a jar which is having all the json to java objects. I was able to build fetch the place results using URL fetch quiet easily, but they have a silly place id to reference conversion, which means additional work. So, for now I am just using

Re: [google-appengine] Is it possible to build a mixed app in Java & Go?

2012-08-30 Thread Barry Hunter
You can deploy different runtimes to different versions of your application. While the non-default versions can have public urls, they use a specific hostname. So in general you would have the default version (possibly in Go), proxy as required to a java application/version. You will of course ne

[google-appengine] Is it possible to build a mixed app in Java & Go?

2012-08-30 Thread Fred Janon
Hi, I would like to start a new app in Go but some of the services are only offered in Java for the moment. I am thinking about writing everything I can in Go and call the other services in Java when not available in Go. Is there a way to have a GAE app with some of the URLs handled by a Go app a

[google-appengine] Re: Using @ElementCollection to persist a Collection of Enum

2012-08-30 Thread roberto_sc
No opinions at all? Does it look like that I'm doing the right thing? I just found out that it also doesn't work for a list of integers, possibly any collection of any simple type: @ElementCollection @Extension(vendorName = "datanucleus", key = "gae.unindexed", value = "true") //private List best

[google-appengine] A few entities disappeared for no apparent reason

2012-08-30 Thread Scott
At 5:31PM PST last Saturday, August 25th, our app, write-way, started generating a bunch of errors as the system stopped being able to find a handful of our most commonly accessed entities. These sorts of entities are never deleted, and I checked through the code (though I can't guarantee ther

[google-appengine] Re: facebook scraping the site and showing 'Test Page: Success'

2012-08-30 Thread Blast Radius
Thanks, i was thinking it was cached! Cheers! On Thursday, August 30, 2012 6:11:32 AM UTC-4, Joakim wrote: > > Looks OK in the Facebook debug tool; > https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fnikeprotraining.sportchek.ca%2F > Make sure to use Facebook's debug tool if

Re: [google-appengine] New instances are starting very often

2012-08-30 Thread Mos
That's a major issue we are facing also for days. Please star and comment this issue: http://code.google.com/p/googleappengine/issues/detail?id=8004 On Thu, Aug 30, 2012 at 3:04 PM, Aswath Satrasala < aswath.satras...@gmail.com> wrote: > Hello, > > My appid is a paid appid. > > I am getting the f

Re: [google-appengine] Re: Algae - Application Template for Google App Engine

2012-08-30 Thread Aswath Satrasala
Is there any similar stuff for Java/GAE -Aswath On Thu, Aug 30, 2012 at 1:56 AM, Christopher Ramírez < blindedbythed...@gmail.com> wrote: > Thanks for your contribution Liya! > > Have all the basics a modern web apps needs, including REST API's. > > > On Tuesday, August 28, 2012 4:06:53 PM UTC-6

[google-appengine] New instances are starting very often

2012-08-30 Thread Aswath Satrasala
Hello, My appid is a paid appid. I am getting the following log message in the last two days often. *"This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU th

[google-appengine] Re: facebook scraping the site and showing 'Test Page: Success'

2012-08-30 Thread Joakim
Looks OK in the Facebook debug tool; https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fnikeprotraining.sportchek.ca%2F Make sure to use Facebook's debug tool if you're having problems, it seems to be the only way to go circumvent their heavy caching and fetch the page again.

Re: [google-appengine] Re: MAX_BLOB_FETCH_SIZE value

2012-08-30 Thread Daniel Hans
Hi Stuart, On Thu, Aug 30, 2012 at 1:07 AM, Stuart Langley wrote: > This is the maximum size that can be fetched in a single call using > BlobReader ( > https://developers.google.com/appengine/docs/python/blobstore/blobreaderclass) > - The blob size that can be uploaded by users is effectively u

Re: [google-appengine] Re: Weird Instance Scheduler

2012-08-30 Thread Mos
Hello Takashi, I can offer you to deploy my Spring MVC application to another app-engine-account for testing purpose (Sure, it shouldn't be public available there.) Then you can test and configure it like you want Or even simpler: My application is for days really unreliable. Many requests