[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.appspot.com. 
Will it continue behaving that way after the sunset of double wildcard SSL 
certificate

El martes, 12 de febrero de 2013 20:49:23 UTC+1, Luis escribió:

 Hi there,

 Does anyone know how the Backend API will be impacted by the sunset 
 of double wildcard SSL certificate?

 So far we simply get the address with:

 String backendUrl = backendsApi.getBackendAddress(backendName);

 Would the Backend API take into consideration whether the request is on 
 SSL?

 Many thanks in advance,

 Luis


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 hands dirty with code.

Thank you very much in advanced.

Regards.

A desperate man.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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, is ExtJS a bad choice for Appengine or do i simple have to upgrade my 
Frontend Class ?
I think the Class F1 should work for testing the Application, because 
nobody is accessing it...

Of course the JS Framework is a big one, but i would love to use it :)

Some hints, would be great...

Thanks in advance

Tim

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 query that caused it.
for the query page.

I didn't get any error in eclipse console, nor warning. And I did exactly 
as 
the https://developers.google.com/appengine/docs/java/datastore/jdo/queries
the page can be fine as long as I do not process the results. What might be 
wrong? Anyone have any suggestions?

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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 this problem? thank so much.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 answer that question and help me get my GAE application 
configured so I can call into my services with a command line program.


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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, how can this be achieved?

I think that the billing aspect of SSL requires that it is associated to 
the App Engine application, and since billing is involved, only an App 
Engine application owner can approve it.

Any thoughts on the least awkward way to achieve this?

Aside: it would be great if the Google Apps owner incurred the SSL costs 
instead of us (the App Engine application owner), but I'm pretty sure this 
is not possible.

Thanks for any advice,
j

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 query that returns a 500 should be tagged as an error, so if 
you filter on that you should see the full log for the failed query.  A 500 
is returned in numerous circumstances; one of the more common cases is a 
null pointer exception in your Java code, just to give you an idea.  But 
the log should tell you what happened in any case.

https://developers.google.com/appengine/docs/adminconsole/index

- Kris

On Monday, February 11, 2013 8:02:01 PM UTC-8, inviteef...@gmail.com wrote:

 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 query that caused it.
 for the query page.

 I didn't get any error in eclipse console, nor warning. And I did exactly 
 as the 
 https://developers.google.com/appengine/docs/java/datastore/jdo/queries
 the page can be fine as long as I do not process the results. What might 
 be wrong? Anyone have any suggestions?

 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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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 wrote:

 Hello Again Everyone!

 We've posted the pre-release SDKs for Python and Java here:
 http://code.google.com/p/googleappengine/downloads/list

 Please see the pre-release notes below.

 Cheers,

 Rich




 App Engine Python SDK - Release Notes

 Version 1.7.5
 ===
 - New instance classes F4_1G and B4_1G are now available.  These 
 instances have
   compute capacity equal to F4/B4 but with a maximum of 1G RAM instead
   of 512MB.
 - The Logs API stub now has sqlite as the default in the dev_appserver.
 - The deprecated classes and functions AddError, AddResult,
   ListIndexesResponse, ListResponse, RemoveError, RemoveResult, and
   list_indexes were removed from the Search API in the SDK.  If your app
   references any of these classes or functions, you must deploy a new 
 version
   without these references before the next release of App Engine. If you 
 do not
   do this, your app may stop working in production.
 - The Conversion API, which was decommissioned last release, has been 
 removed
   from the SDK.  In a future release, the API will be removed from the 
 runtime
   and any attempt to import the library will raise an exception. 
 Applications
   in production that import the library should be fixed as soon as 
 possible.
 - Matplotlib v1.2.0 is now available as an experimental feature.
 - Django 1.4 has been upgraded to 1.4.3. This is an experimental feature.
 - We are including a preview of a new and improved version of our 
 development
   server.  The new version is faster, provides more faithful support for
   complex multi-threaded applications, has better support for Datastore 
 and
   supports more libraries.  Try dev_appserver2.py in the SDK. This is an
   experimental feature. For more information, please visit
   http://code.google.com/p/appengine-devappserver2-experiment/
 - The Channel API now has the ability to send channel messages from any 
 app
   version or backend regardless of where the channel was created.
 http://code.google.com/p/googleappengine/issues/detail?id=5123
 - The URL Fetch service now supports PATCH method requests.
 http://code.google.com/p/googleappengine/issues/detail?id=6316
 - The Mail API can now send mail bounce notifications to the app.  The
   notification will be delivered to /_ah/bounce if mail_bounce inbound
   services are enabled.
 http://code.google.com/p/googleappengine/issues/detail?id=7451
 - The Blobstore service now returns the created filename instead of the 
 blobKey
   when using Cloud Storage
 http://code.google.com/p/googleappengine/issues/detail?id=8337




 App Engine Java SDK - Release Notes

 Version 1.7.5
 =
 - New instance classes F4_1G and B4_1G are now available.  These 
 instances have
   compute capacity equal to F4/B4 but with a maximum of 1G RAM instead
   of 512MB.
 - The DataNucleus plugin has been upgraded to 2.1.2.
 - The deprecated classes AddException, AddResponse, ListException,
   ListIndexesException, ListIndexesRequest, ListIndexesResponse, 
 ListRequest,
   ListResponse, and RemoveException were removed from the Search API in 
 the
   SDK.  If your app references any of these classes, you must deploy a new
   version without these references before the next release of App Engine.
   If you do not do this, your app may stop working in production.
 - The Conversion API, which was decommissioned last release, has been 
 removed
   from the SDK. In a future release, the API will be removed from the
   runtime and applications that attempt to use it may stop working.
   Applications in production that import the library should be fixed as 
 soon as
   possible.
 - We are making Java 7 available as an experimental feature. We strongly
   encourage local and production testing for all existing applications.
   For production testing:
 If any class in WEB-INF/classes of WEB-INF/lib has been compiled with 
 a
 JDK7 javac compiler and a target 7 (default in JDK7), the app will 
 use the
 Java 7 runtime.
 One can manually select the Java 7 runtime at deployment by using the
 --use_java7 flag on the appcfg tool. This is useful if the application
 is still compiled with a JDK6 compiler or is generating Java 6 
 bytecode
 with a JDK7 compiler.
 To keep using the Java 6 runtime, you need to either use JDK 6 to 
 compile
 your application, or configure the JDK7 javac compiler to target a 
 Java 6
 runtime with the -source 6 and -target 6 javac flags.
   For local testing:
 For local SDK, please use JDK7 to run your app.
   Here are some known possible issues upgrading the Java runtime version:
   

[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.blogspot.com/2013/02/app-engine-175-released.html

Release notes for Python:
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

Release notes for Java:
http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

Release notes for Go:
https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

Enjoy!

Richmond Manzana
Technical Program Manager
Google App Engine

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




[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.blogspot.com/2013/02/app-engine-175-released.html

Releae notes for Python:
http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes

Release notes for Java:
http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes

Release notes for Go:
https://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes

Enjoy!

Richmond Manzana
Technical Program Manager
Google App Engine

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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 copy of markupsafe installed
locally or in the application directory?

Sorry for the trouble!

Cheers,
Brian

On Thu, Feb 14, 2013 at 8:24 AM, Thomas Marban tho...@marban.com wrote:
 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 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?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




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.csr

3. generate the unencrypted private key
openssl rsa -in myprivkey.pem -out unmyprivkey.pem


4.  After doing step 2, the comodo, will send 3 cert files in a zip by
email.  Extract them out and concat them using the notepad.

5.  Upload 3 and 4 files in the Google apps domain panel.

Hope this helps.

-Aswath
www.AccountingGuru.in

On Sat, Feb 9, 2013 at 2:59 AM, lillian.kirk...@netvigilance.com wrote:

 I bought a wildcard cert from comodo and created the csr with this command:
 openssl req -out certificate.csr -new -newkey rsa:2048 -nodes -keyout
 certificate.key
 When trying to upload the certificate and private key I get the error

 Both the private key and SSL certificate should be in unencrypted PEM
 format.

 even though as far as I know both files are.
 Does anyone know how to solve this?

  --
 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?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.