Re: [google-appengine] ssl certificate for custom domains

2013-02-13 Thread Aswath Satrasala
Hi, I did this a week ago for my test appid. I don't have the wildcard cert. But for normal case,the steps are. 1. Generate a private key openssl genrsa -out myprivkey.pem 1024 2. generate the csr using the above private key and upload to comodo openssl req -new -key myprivkey.pem -out mykey.c

Re: [google-appengine] markupsafe removed in 1.7.5?

2013-02-13 Thread Brian Quinlan
Hi Thomas, markupsafe was not removed in 1.7.5. Could you file a bug at: https://code.google.com/p/googleappengine/issues Please include your platform and ideally a test application that demonstrates the problem (or at least an app.yaml file [without the handlers section])? Also, do you have a co

[google-appengine] Google App Engine 1.7.5 SDK now available!

2013-02-13 Thread Richmond Manzana
Hi everyone, We're happy to announce that we released the 1.7.5 SDK. This release includes new features such as Experimental Java 7 runtime, High Memory Instances and Mail Bounce Notifications. For more details, please read our blog post and release notes. Announcement: http://googleappengine.

[google-appengine] Google App Engine SDK 1.7.4 is now available

2013-02-13 Thread Richmond Manzana
Hi everyone, We're happy to announce that we released the 1.7.5 SDK. This release includes new features such as Experimental Java 7 runtime, High Memory Instances and Mail Bounce Notifications. For more details, please read our blog post and release notes. Announcement: http://googleappengine.

[google-appengine] Re: 1.7.5 Pre-release SDKs Available

2013-02-13 Thread Jason Collins
Answer is now on the billing page: https://developers.google.com/appengine/docs/billing 6x F1/B1 On Friday, 1 February 2013 13:47:34 UTC-6, Jason Collins wrote: > > Will the price for the F4_1G be (5 x F1), (6 x F1), other? > j > > On Wednesday, 30 January 2013 18:09:28 UTC-6, Richmond Manzana w

[google-appengine] Re: The server encountered an error and could not complete your request.

2013-02-13 Thread Kristopher Giesing
That typically means your app returned a 500 error code to whatever was fetching the document (it's not clear below whether you're running in a browser or making an API call from an app or something else). You should check the admin console for the deployed app and go to the logs section. Any

[google-appengine] Adding SSL cert when Apps and App Engine owners are not the same party

2013-02-13 Thread Jason Collins
We allow our customers to map their custom domains to our App Engine application - meaning they control the Google Apps account, while we control the App Engine application. If they want to add an SSL cert to their custom domain, but they are not an admin/owner of the App Engine application, ho

[google-appengine] markupsafe removed in 1.7.5?

2013-02-13 Thread Thomas Marban
I'm getting an [ImportError: No module named markupsafe] Error after the 1.7.5 upgrade (markupsafe used to be included via app.yaml) -- 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 f

[google-appengine] oAuth 2.0, GAE and RESTEasy

2013-02-13 Thread Jarrod Roberson
I am having a very difficult time finding any clear resource on how to add oAuth 2.0 authentication to my GAE application. I have the following question on StackOverflow. http://stackoverflow.com/questions/14842167/how-do-i-implement-oauth-2-0-in-google-app-engine-with-resteasy Can anyone answe

[google-appengine] I got following exception when I deploy a application to GAE. help me??

2013-02-13 Thread Thiện Vũ
when I deploy a app to GAE, I see : Preparing to deploy: Created staging directory at: 'C:\Users\CONGTH~1\AppData\Local\Temp\appcfg6345253298249086575.tmp' java.lang.RuntimeException: The application contains Java 7 classes, but the --use_java7 flag has not been set. Everybody help me resolved

[google-appengine] The server encountered an error and could not complete your request.

2013-02-13 Thread inviteeforupload
Hi all, I used JDO to implement a query. Everything is fine in my localhost. But when I deployed my code, it shows: Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the

[google-appengine] Appengine perfomance with ExtJS4

2013-02-13 Thread Tim Fiedler
Hi, im new to the Engine... I have developed locally a Application which uses Python and ExtJS, after the deployment i have some performance issues with the setup.. (chrome assign pending to the not loaded dependencies) So it takes ages to load all the needed ExtJS dependencies, my question now

[google-appengine] Internal Server Error

2013-02-13 Thread Julius Muchemi
I'm trying to publish to aggregate an application to an application engine called http://ermiswebapplication.appspot.com/ What do i do to get over this Julius Muchemi -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Migration from gae datastore java API to MySQL

2013-02-13 Thread Cesar Ruiz
I was wondering if it is possible to migrate from gae datastore (Java API) to MySQL... is there exist an bulkdownloader as for python. What is the best approach for doing this maybe using JPA?. please I need some help as it has been 5 days already looking for something before getting my han

[google-appengine] Re: Addressing backends - Impact of the sunset of double wildcard SSL certificate

2013-02-13 Thread Luis
Any ideas? In other words, assuming we pass the name of a public name to the function backendsApi.getBackendAddress(), will it return "publicbackend.appId.appspot.com" or "publicbackend-dot-appId.appspot.com"? The behavior so far (at least with 1.7.4 on Java) is that "publicbackend.appId.app