Re: [google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-08-27 Thread Marcel Manz
Will those VM-based backends support all runtimes? So Java, Python and PHP? -- Marcel -- 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] Try Again (503) error

2013-08-27 Thread Marcel Manz
The https://appengine.google.com/ console is currently (12:48 CET) not available and is reporting Try Again (503) error. -- Marcel -- 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

Re: [google-appengine] Wildcard subdomain mapping for custom domains

2013-08-27 Thread Ken Bowen
Yes, my regular domain (foo.com) is installed/registered in our Google Apps account, and browsing to foo.com properly invokes myapp.appspot.com -- sorry, I should have mentioned that. One question before I go forward with your instructions for wildcarding: I really only have a fixed number

[google-appengine] spam version of appengine google groups

2013-08-27 Thread pdknsk
Maybe someone at Google can close it. It's just disgusting spam. I accidentally got there when I manually entered the URL. good - https://groups.google.com/forum/#!forum/google-appengine spam -

[google-appengine] ETA for apps-free domain setup?

2013-08-27 Thread pdknsk
The only time frame we have is within a year, because that's how much credit Google gives for enterprise account. Hopefully it'll not take that long. Can we still expect it this year? Thanks. -- You received this message because you are subscribed to the Google Groups Google App Engine group.

Re: [google-appengine] Wildcard subdomain mapping for custom domains

2013-08-27 Thread Vinny P
On Tuesday, August 27, 2013 8:42:19 AM UTC-5, Ken Bowen wrote: is it possible to install the individual subdomains only? That's fine as well. Just remember that you'll have to add in each subdomain individually and maintain the list yourself, which can get a bit unwieldy if you have a

Re: [google-appengine] Cloud Storage handle missing the backup info.

2013-08-27 Thread Ryan Huebsch
This is a bug in the Datastore Admin and it is expected to be fixed in the release following 1.8.4. This is tracked on our issue tracker here: https://code.google.com/p/googleappengine/issues/detail?id=9808 In the meantime, the metadata file is being written to Google Cloud Storage, however the

[google-appengine] Java Datastore

2013-08-27 Thread Constantin Scheuermann
Hi there, i am new dealing with google app engine and i have a simple question: I would like to group my results by date (Year Month Day): DatastoreService datastore = DatastoreServiceFactory.getDatastoreService(); Query q = new Query(EntityName); q.addProjection(new

Re: [google-appengine] Can't add a domain using my google apps account (paid subscription in the trial period)

2013-08-27 Thread Michael Prentice
Is this still true? This is exactly what I need to do. My company has a primary domain mapped to it like companyname.com. But we are also launching a product on Google App Engine and we need that product to be available via product.com. So far all of the documentation that I have found led me

[google-appengine] hey, i can't upload my apps, with a 404 error.

2013-08-27 Thread Noah Lab
Hey all, i've register an id paper-work and i can see this id in my dashboard, but when i try to upload it through console, a 404 error appears. someone can help with that? and also another 404 error with this link :https://developers.google.com/appengine/docs/appcfg -- You received this

[google-appengine] SSL with VIP is not accessible by Internet Explorer

2013-08-27 Thread IT
Hi, I followed the SSL for a Custom Domainhttps://developers.google.com/appengine/docs/ssl#uploading_and_configuring_certificatesinstructions to enable https support on my application. It works fine for both FireFox and Chrome, but not on Internet Explorer. I intentionally went VIP route to

[google-appengine] Representation for a db query

2013-08-27 Thread Aruna Herath
I use repr(query) to get a nice representation of ndb queries. What can I do to get something similar with db queries as well? Currently I do following (which I picked from stackoverflow) to get some representation of them. 'kind=%s filters=%r' % (query._model_class.__name__,

[google-appengine] Does App Engine support external MSSQL server connections?

2013-08-27 Thread Sercan Altundas
Is that possible to connect to a local server of mine and query from my db? I want to send some of the info form my db to cloud via a an appengine application that I write in Python. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Google App Engine, Library PIL, Image, The _imaging C module is not installed

2013-08-27 Thread Dennis Hafemann
Hi there, I am on project using Google App Engine and third party library *PIL*. Currently I am trying to just create a new image, via *PIL*'s submodule * Image*. So my local installation with *Python 2.7.4* running works just finde with * PIL*: $ python Python 2.7.4 (default, Apr 19 2013,

[google-appengine] Connecting and querying from external MSSQL Server?

2013-08-27 Thread Sercan Altundas
Is that possible to connect an external mssql server and query from db using a app engine application written in python? -- 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

[google-appengine] Copy Static Map to Clipboard

2013-08-27 Thread Bruce Fillmore
I am looking to fire a command to automatically copy a static map (already generated and displayed in browser) to the clipboard, so that I can embed the map as OLE object in another application. This could be a standalone application that I can trigger from my other application. The static

[google-appengine] Re: Hanging on last Backend (or Module) memcache writes

2013-08-27 Thread Julian Kent
Wow. OK, if it was happening to you with only 2 memcache set_multi_async calls, I'm generally doing over 200 in the course of 8 minutes or so, each with ~32 elements. I've added delays between them now, so it is now 300 over 15 minutes each with 20 elements. Vinny, I haven't hit the error

Re: [google-appengine] GAE/J instances not shutting down as expected

2013-08-27 Thread Rafael
same here: http://cl.ly/image/2D1B1O2C060c 5 minutes later with instances that should be dead: http://cl.ly/image/1O0Y3m473m0f after 7 minutes: http://cl.ly/image/042H0p442K1E then many minutes later: http://cl.ly/image/3b1R430i2W1N On Sun, Aug 25, 2013 at 10:51 PM, Vinny P vinny...@gmail.com

[google-appengine] Re: Connecting and querying from external MSSQL Server?

2013-08-27 Thread Jim
If you're truly married to MS SQL you'll need to expose a web service that fronts your MS SQL database and call it from your GAE code. Google also now offers a MySQL-based SQL Cloud service that would be easier to get to through native language libraries in much the same way you can access the

[google-appengine] Google app engine java logs

2013-08-27 Thread opg
Hi, Does anyone knows if there is a way to watch my applications logs running in a terminal style without having to refresh it all the time threw the admin console ? An external service that downloads the diff of the logs every second and then shows it would also be welcomed. @Google app

Re: [google-appengine] Google app engine java logs

2013-08-27 Thread Vinny P
On Tue, Aug 27, 2013 at 3:42 PM, o...@haitov.com wrote: Does anyone knows if there is a way to watch my applications logs running in a terminal style without having to refresh it all the time threw the admin console ? An external service that downloads the diff of the logs every second and

Re: [google-appengine] Can't add a domain using my google apps account (paid subscription in the trial period)

2013-08-27 Thread Jason Galea
++ we are currently in the exact same position and experiencing the same issues.. On Sun, Aug 25, 2013 at 10:30 AM, Michael Prentice splak...@gmail.comwrote: Is this still true? This is exactly what I need to do. My company has a primary domain mapped to it like companyname.com. But we are

Re: [google-appengine] Connecting and querying from external MSSQL Server?

2013-08-27 Thread Vinny P
On Tue, Aug 27, 2013 at 2:52 AM, Sercan Altundas sercan.altun...@gmail.comwrote: Is that possible to connect an external mssql server and query from db using a app engine application written in python? You can't connect to an external MS SQL server on App Engine because the ODBC drivers

Re: [google-appengine] Copy Static Map to Clipboard

2013-08-27 Thread Vinny P
On Tue, Aug 27, 2013 at 10:52 AM, Bruce Fillmore nssnow...@gmail.comwrote: I am looking to fire a command to automatically copy a static map (already generated and displayed in browser) to the clipboard, so that I can embed the map as OLE object in another application. This could be a

Re: [google-appengine] SSL with VIP is not accessible by Internet Explorer

2013-08-27 Thread Vinny P
On Mon, Aug 26, 2013 at 8:46 AM, IT supp...@i-telerad.net wrote: Hi, I followed the SSL for a Custom Domainhttps://developers.google.com/appengine/docs/ssl#uploading_and_configuring_certificatesinstructions to enable https support on my application. It works fine for both FireFox and

Re: [google-appengine] hey, i can't upload my apps, with a 404 error.

2013-08-27 Thread Vinny P
On Mon, Aug 26, 2013 at 6:58 AM, Noah Lab noahlab2...@gmail.com wrote: i've register an id paper-work and i can see this id in my dashboard, but when i try to upload it through console, a 404 error appears. Is there any descriptive text attached to the error? Can you post a screenshot? On

Re: [google-appengine] Google App Engine, Library PIL, Image, The _imaging C module is not installed

2013-08-27 Thread Vinny P
On Mon, Aug 26, 2013 at 11:11 AM, Dennis Hafemann dennis.hafem...@gmail.com wrote: So my local installation with *Python 2.7.4* running works just finde with *PIL*: $ python Python 2.7.4 (default, Apr 19 2013, 18:28:01) [GCC 4.7.3] on linux2 Type help, copyright, credits or license for

Re: [google-appengine] Can't add a domain using my google apps account (paid subscription in the trial period)

2013-08-27 Thread Vinny P
On Sat, Aug 24, 2013 at 7:30 PM, Michael Prentice splak...@gmail.comwrote: So far all of the documentation that I have found led me to registering the secondary domain with my company's Google App's account. But when I try to add a domain in Google App Engine, it asks me to select an account

Re: [google-appengine] GAE/J instances not shutting down as expected

2013-08-27 Thread Damith C Rajapakse
Thanks Vinny for the quick response. Sorry for the delay in replying. I was monitoring the app for a recurrence before replying. One seems to be happening now. Given below is the screen shot. As for billing, ours is a low traffic app which can survive on the free quota of 28 instance hours per

Re: [google-appengine] Re: Hanging on last Backend (or Module) memcache writes

2013-08-27 Thread Vinny P
On Tue, Aug 27, 2013 at 1:14 PM, Julian Kent jkfly...@gmail.com wrote: Vinny, I haven't hit the error again since I changed to batches of 20 per set_multi_async and added 5 seconds delay between each write. Terrific. I love happy endings :-) On Tue, Aug 27, 2013 at 1:14 PM, Julian Kent

Re: [google-appengine] Can't add a domain using my google apps account (paid subscription in the trial period)

2013-08-27 Thread Jason Galea
well, it looks like this has now worked for us, though we've tried the same procedure, and variations of it multiple times before.. We highly recommend doing it in incognito mode. thanks Vinny. On Wed, Aug 28, 2013 at 1:21 PM, Vinny P vinny...@gmail.com wrote: On Sat, Aug 24, 2013 at 7:30

Re: [google-appengine] Re: billing: credit card card declined... for which account?!

2013-08-27 Thread Aswath Satrasala
I have received a similar message about 10 ago. Google, Please provide help or resend the message with more details and which for which services my payment was declined. -Aswath On Thu, Aug 22, 2013 at 2:33 AM, vlad vlad.troyan...@gmail.com wrote: I have the same problem. Google please

Re: [google-appengine] Google App Engine, Library PIL, Image, The _imaging C module is not installed

2013-08-27 Thread Dennis Hafemann
I see you've tested your code using the Python interpreter and the App Engine production environment. But have you tried running your app on the dev appserver in the GAE Python SDK? Try it and see what errors crop up. I did. I developed the whole Application within a local