[google-appengine] Any tips for running ProGuard on a GAE app?

2013-05-20 Thread Nick
Using ProGuard was mentioned, to decrease startup time, at Google IO. Does anyone have tips for getting started? -- 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 emai

Re: [google-appengine] Deployment with java

2013-05-20 Thread Google Tasks Backup Moderator
You may find some useful information at https://developers.google.com/appengine/docs/java/gettingstarted/ On 21 May 2013 03:17, Vincenzo Chindemi wrote: > Hi, i would develope an app for App Engine with an internet > page(index.html) to need the deployment of my own app server to my own > serv

[google-appengine] Re: Attention Java MapReduce users

2013-05-20 Thread Tom Kaitchuck
This is a bug I am working on. It occurs when the last record to be written encounters a keyOrderingException (Meaning it was already written but an ACK was not received so it was retried.) So it should be rare and the retry of the shuffle that was added should cause it to be harmless. If you are

Re: [google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-20 Thread Matt Stephenson
* First of all, thanks for attending the Google I/O talk, we got great feedback, both positive and constructive. It was a great I/O and very nice to hang out with many of the developers at the event. This talk is based on my previous experience where I have worked with and promoted the use of

Re: [google-appengine] Re: Can't restore backups of objects that contain blobfields with compress=True

2013-05-20 Thread Jose Montes de Oca
Emlyn, Thanks for your message. We have triage the issue and will follow up on the external issue tracker at https://code.google.com/p/googleappengine/issues/detail?id=8599 On Friday, May 17, 2013 1:56:32 AM UTC-7, Emlyn wrote: > > I agree, that's totally a problem. I can cope with that though

Re: [google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-20 Thread Marcel Manz
Gooogle really never should have used the term 'resident' instances. It leads to a lots of confusion, making many developers believe that these would be the primary instances requests get routed to. But that's not how GAE works. These are instances that should have been named something like 'sc

Re: [google-appengine] Appspot domain accidentally deleted

2013-05-20 Thread Takashi Matsuo
Hi Alessandro, Unfortunately it's not possible. Considering that the subdomain part 'go-tour-it' is not totally descriptive, how about to have another one like 'italian-go-tour' or something which has a clearer meaning? Also, you may want to consider signing up to a google apps domain and use your

[google-appengine] Re: New Cloud Backends - app authentication

2013-05-20 Thread Tom
Thanks for the response (for some reason I just got the e-mail notification of it now). I'm already using Cloud Endpoints (with multiple client apps). The Cloud Backends I was referring to were introduced at IO13. They are unrelated to GAE Backends though they run on GAE. Using Cloud Endpoin

Re: [google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-20 Thread Rafael
It seems that GAE doesn't route requests to resident instances and wait for a new instance to come up. In theory it shouldn't work this way, is it just my impression? The worst comes when you use backends, where they don't even have the resident instances configuration. On Mon, May 20, 2013 at 3

Re: [google-appengine] sending mail with google apps account from GAE application ends up in hotmail spam folder

2013-05-20 Thread Joshua Smith
The headers when you send from GAE are completely different. In fact, in some email readers, some of the headers are shown that really make GAE emails look like spam to humans, as well. I haven't tried it, but I've heard that if you want reliable, non-spammy emails, you really cannot just use G

[google-appengine] sending mail with google apps account from GAE application ends up in hotmail spam folder

2013-05-20 Thread Tim van der Heijden
I deployed a google app engine application that send emails on behalf of a google apps account that is set up for my (non google) domain. Everything is configured in the right way; I successfully coupled google apps to my domain (added google mx records to dns), set up dkim and verified this and

Re: [google-appengine] Google datastore

2013-05-20 Thread Jeffery Fernandez
You can do this pretty easily once you setup Google cloud SQL command line tool https://developers.google.com/cloud-sql/docs/commandline Before that setup you may also need to setup gsutil https://developers.google.com/storage/docs/gsutil and configure your authentication using "gsutil config" S

[google-appengine] GAE <-> Amazon DynamoDB

2013-05-20 Thread Francis Kurupacheril
I have a ton of data on the DynamoDB system and a scanrequest to the table returns access errors : java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "modifyThreadGroup") at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.Acce

[google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-20 Thread Moshe Shaham
I wonder, why is it hard to accept the fact that DI, AOP are not easily scalable, the same way you accept the fact the relational databases are? for a long time, if you wanted relational databases - that's fine but not on GAE you want the magic of spring or guice? great, but GAE will not provide

[google-appengine] Re: New Cloud Backends - app authentication

2013-05-20 Thread Tzachi Ben-Ayoun
Hi Tom, I assume that by Cloud Backends you actually mean Cloud Endpoints ? The link above would get you to the documents/sample-apps/examples we currently have. Yes, you can have multiple Android Apps gaining access to the same BE

[google-appengine] Re: Google App Engine SDK 1.8.0 is now available!

2013-05-20 Thread Vishwanath Arondekar
I observed that this error comes If you are using old version of appcfg with 1.8 version of jar. Run appcfg from 1.8 SDK bin and it should work. On Saturday, 11 May 2013 03:02:32 UTC+5:30, Matt Staten wrote: > > I'm getting errors regarding the size of the API jar: > "appengine-api-1.0-sdk-1.8.0

[google-appengine] Application is not working properly

2013-05-20 Thread testmomaapp
Dear All, We have using app engine for last 2yrs. But suddenly for last couple of weeks we are having issues. We really don't know whether it is a server issue or app engine issue or DB issue. Some times we are able to use the application and some time we are not able to use the app. We are us

[google-appengine] Appspot domain accidentally deleted

2013-05-20 Thread Alessandro Facciorusso
I'm actually working into translation of go-tour in Italian language ( http://code.google.com/p/go-tour-it/), but the previous project maintainer has accidentally deleted the appspot domain, that is http://go-tour-it.appspot.com. Can you gently restore it and connect with the code? Thank you! -

[google-appengine] Deployment with java

2013-05-20 Thread Vincenzo Chindemi
Hi, i would develope an app for App Engine with an internet page(index.html) to need the deployment of my own app server to my own servers. I've studied GAE's deploy, I read that it uses a script (cmd or bash) for start a java class AppCfg (into a package .jar of sdk) to use for deploying but I

[google-appengine] Backend instance receiving "/_ah/stop" quickly

2013-05-20 Thread stephanos
Hi, I just deployed my first backend (dynamic, private, B2). When I invoke a URL it calls "/_ah/start" and then does its (small) job. But less than 1 minute later there is a call to "/_ah/stop" in the logs: the instance disappears from the admin UI - yet the button "Stop" is still there, imply

[google-appengine] Re: Bad news for GAE/Java from Google I/O

2013-05-20 Thread Marcel Overdijk
I think the "don't route requests to instances until they are ready" is indeed the only solution there is. Statements like don't use DI, AOP etc. are non-arguments. I just experimented with the AppEngine Endpoints and a simple endpoint returning a hardcoded list needed 12s cold startup time...