[google-appengine] Google App Engine and Google Apps domain restriction

2015-10-02 Thread Joakim Dahlström
I've created an GAE app and set it to be restricted to our Google Apps domain. I then deployed it to Appspot (appspot.com subdomain), and see the following error in the log when I visit the page: Authentication for the Google Apps domain x.com can only be performed when requests are

[google-appengine] Re: GAE BILLING IS SERIOUSLY MESSED UP

2013-08-13 Thread Joakim
The ORDER ID field is not marked as mandatory. Even if it was, you could just enter N/A. The only time I've had reason to use that form, my issue was responded to within 2 days, and from that point they were very quick to reply to the following emails. I was not disappointed. On Tuesday,

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

2013-05-17 Thread Joakim
It is disheartening to see so little progress being made in this area, not to mention the lack of communication as to Google's stance. I love GAE but couldn't possibly recommend anyone to run Java here until the instance load times or user-facing cold starts are fixed. I want to say Just

[google-appengine] Re: Charge Failed

2013-05-09 Thread Joakim
Use the Cloud Billing contact form: https://support.google.com/code/bin/request.py?contact_type=cloud_platform_billing I've only had to use it once, but the response time was very acceptable. On Thursday, May 9, 2013 11:26:44 AM UTC+2, José Luis Montesinos González wrote: Hi, we are a spanish

[google-appengine] Re: Any plan to remove inactive app to free app identifier?

2013-03-06 Thread Joakim
I don't think Google will ever release a taken App ID into the wild. And besides that, not only does your App ID have to be unique on AppEngine, it also cannot be the name of a gmail account, for example. The solution is to buy a normal domain and tie that to your app. At that point, the App ID

Re: [google-appengine] Re: Every day around 9.10 AM Brussels time, huge drop in GAE performances

2013-02-19 Thread Joakim
Or perhaps the coming Google I/O is causing crunch time all around, leaving little time to attend to forums. I'm not here to make excuses, but it is unwise to spread negative speculation, Fear, Uncertainty and Doubt. I agree that Google should have responded here a long time ago. Have you

Re: [google-appengine] Re: Every day around 9.10 AM Brussels time, huge drop in GAE performances

2013-02-19 Thread Joakim
UTC+1, gafal wrote: Hi Joakim, Sorry I had to write my previous message to get an answer from Google. At least it has reached its goal. Yes, a critical Production issue has been created 12 days ago without any reaction from Google ( Issue 8788http://code.google.com/p/googleappengine

Re: [google-appengine] Re: Console issues?

2013-01-15 Thread Joakim
This is causing my instances to fail to start within 60 seconds. I currentyl have zero instances, and every attempt to start a new one fails. On Tuesday, January 15, 2013 7:12:30 PM UTC+1, hyperflame wrote: On Tuesday, January 15, 2013 11:58:11 AM UTC-6, Janusz Skonieczny wrote: The issue

[google-appengine] Re: Java unit test: Email body is empty

2012-12-21 Thread Joakim
This is normal: By default, messages are logged at Level.INFO and the body of the message is excluded. https://developers.google.com/appengine/docs/java/tools/localunittesting/javadoc/com/google/appengine/api/mail/dev/LocalMailService On Friday, December 21, 2012 1:31:18 PM UTC+1, Moritz

[google-appengine] Re: Failed to deploy to Google App Engine because --use_java7 flag has not been set

2012-12-17 Thread Joakim
It is probably better to use a JDK 6 install to make sure you're not using any new classes/methods introduced in 7. The source and target switches don't cover that. If you really want to use a JDK 7 install to compile for Java 6, you should compile with -bootclasspath

[google-appengine] How to best detect Google downtime from within GAE app and how to handle it?

2012-10-27 Thread Joakim
You could probably do something like this if you serve through CloudFlare, but it would be much nicer if we could set a page for this in the app config. I'll file a feature request tomorrow, unless someone else wants to or has already done so. Suggestions for specifications would be

[google-appengine] Re: Downloading Source Code

2012-10-24 Thread Joakim
Hi Janika, If the Python appcfg utility works the same as the Java one, the options go before the action, so it should be something like this: appcfg.py -A apageaboutturtles -V 1 download_app C:\Users\*\Desktop Also, I'd suggest learning to work with version control, rather than using

[google-appengine] Re: GAE and social buttons (FB like in particular)

2012-10-17 Thread Joakim
That iframe is not generated by App Engine, it appears to be generated by GoDaddy. You should follow the documentation on how to set up a custom domain: https://developers.google.com/appengine/docs/domain Joakim On Wednesday, October 17, 2012 12:10:20 AM UTC+2, Emmanuel Mayssat wrote: Hello

[google-appengine] Re: Retrieving Source from GAE

2012-09-16 Thread Joakim
This thread is three years old, for current information on how to download your application, see the documentation: https://developers.google.com/appengine/docs/java/tools/uploadinganapp#Downloading_an_Application Also, there is no excuse for not using version control (bitbucket offers free

[google-appengine] Re: Python Conversion API Gone -- Now What ??

2012-09-04 Thread Joakim
Google Docs does have the ability to perform OCR. https://developers.google.com/google-apps/documents-list/#uploading_documents_using_optical_character_recognition_ocr On Monday, September 3, 2012 3:48:55 PM UTC+2, Sarvesh wrote: I was counting on the Conversion API for GAE hosted OCR. Too bad

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

2012-08-31 Thread Joakim
You could do this by serving the blobs from application code (see blobstore api). In fact, this could be even better as there would be fewer domain names to look up. On Friday, August 31, 2012 12:21:25 AM UTC+2, Alex Burgel wrote: I've noticed that image urls generated by get_serving_url are

[google-appengine] Re: Internal Datastore backups

2012-08-31 Thread Joakim
I'm not Google, but at least data in the HRD is always written to at least three data centers, synchronously. Details on this: http://www.youtube.com/watch?v=xO015C3R6dw On Friday, August 31, 2012 12:16:30 PM UTC+2, Bartek Bargiel wrote: I'm curious if Google does perform any internal backups

Re: [google-appengine] Java PDF engines and licensing

2012-08-31 Thread Joakim
Them using document-files as templates got me thinking, it doesn't seem all that hard to automate Google Docs to make a copy of a designated document and replace some strings. At that point you can download the new Google Doc in nine different formats (e.g. PDF, JPEG and PNG) to a blob and

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

[google-appengine] Re: When will GAE Full Text Search be graduated from experimental start to support large number of searches per day?

2012-08-21 Thread Joakim
To be fair, it says *the free quota* will cover 1,000 searches per day. It also says to contact them using this formhttps://docs.google.com/spreadsheet/viewform?formkey=dFFJUi1GUW1mVGpOQllJUjBUOUVJUUE6MQif you need more. It seems natural to me that usage beyond the free quota costs money. Does

Re: [google-appengine] Re: Instances/Java go crazy

2012-08-20 Thread Joakim
As a Spring user on GAE, the best thing I've done is disable the annotation driven context:component-scan. It's a hassle migrating everything from @Component and @Autowired to bean class=x.y.Z.../bean, but now Spring's FrameworkServlet initializes in 15 seconds including Objectify instead of

Re: [google-appengine] HardDeadlineExceededError - Production Issue

2012-08-20 Thread Joakim
This is currently available if you sign up for a Premier Account. On Monday, August 20, 2012 8:31:50 PM UTC+2, Nick wrote: It's just like you said, there is nothing we can do besides pray, hoping that someone at Google looks at it. Which doesn't seem likely given that their console shows

[google-appengine] Re: Loading time

2012-08-12 Thread Joakim
Since you haven't given much detail to go by, I'll make a random guess. Are you using JDO and creating a new PersistenceManagerFactory on every request? Perhaps there is something in your logs to hint at what's going on? On Sunday, August 12, 2012 1:52:26 PM UTC+2, Nico wrote: Hi, i have been

Re: [google-appengine] Re: Backend performance, compared

2012-08-10 Thread Joakim
By *guaranteed*, do you mean that this should be kept synchronized across multiple data centers? I ask because in the case of a data center emergency, your app spins up at a different data center. The HR datastore is always in sync, the memcache is always local to the DC. Comparing the

[google-appengine] Re: How to solve the aggregate query with condition in Google App Engine

2012-08-06 Thread Joakim
I'd solve this by having one unique entity per combination of date and string, storing the string's total for that day in said entity. You can achieve this uniqueness either by formatting special entity names (string ids) to include both the date and the string. Aggregate the day's totals in

[google-appengine] Re: Does BlobstoreZipOutputWriter class exist?

2012-08-06 Thread Joakim
Looking at this API for writing to the Blobstorehttps://developers.google.com/appengine/docs/java/blobstore/overview#Writing_Files_to_the_Blobstore, you should be able to wrap a ZipOutputStream around Channels.newOutputStream(FileService.openWriteChannel()). On Monday, August 6, 2012 3:47:15

Re: [google-appengine] Re: How to solve the aggregate query with condition in Google App Engine

2012-08-06 Thread Joakim
Remember to use unindexed properties for any part of the entities you're not going to use in a query, saves on cost. Also, as someone who used JDO, I suggest you give Objectify a look. On Monday, August 6, 2012 3:35:18 PM UTC+2, Neo wrote: Hi Joakim , If I understand it correctly, the string

Re: [google-appengine] Re: Spring MVC + GAE = slow startup

2012-07-11 Thread Joakim
Out of interest, which framework(s) are you using to replace Spring? On Tuesday, July 10, 2012 10:02:17 PM UTC+2, Rick Mangi wrote: FWIW I gave up on spring for that same reason. All of the reflection, scanning and parsing of XML or annotations is just not designed for an environment like

[google-appengine] Re: managing bulk emails from app engine app

2012-07-08 Thread Joakim
Split the work into manageable chunks and create one TaskQueue task per chunk. TaskQueue jobs have a request time limit of ten minutes [0], which may well be enough to send all your emails. [0]: https://developers.google.com/appengine/docs/java/backends/overview Joakim On Saturday, July 7

[google-appengine] Re: Memcache errors break session-saving. Should fail silently IMO. Any workaround?

2012-07-06 Thread Joakim
the session in memcache at all. One possible alternative is to replace the entire session with storing encrypted data in a cookie, though this only works for smaller amounts of data as the maximum size for an entire cookie is generally said to be 4095 bytes. Just my 2 cents. Joakim On Wednesday, July

[google-appengine] About the new OR-queries (1.7.0)

2012-06-28 Thread Joakim
During the I/O 2012 talk (App Engine overview), a question was raised concerning the newly released support for OR-queries. Unfortunately, we couldn't get an answer before the end of the talk, so I'd like to bring it up here in the group. How are the OR-queries implemented? Are these true

Re: [google-appengine] Re: Java instance startup time out of control

2012-06-18 Thread Joakim
I've been pondering for some time now why none of the frameworks seem to have realized that the configuration will never change after the build is complete. They should all ship something that generates an XML config from the class annotations (Ant plugin, an annotation processor for javac,

Re: [google-appengine] Java - Reloading Changes for JSPs

2012-06-15 Thread Joakim
I can assure you that JSPs can be reloaded as often as needed using the App Engine dev server. My development environment (IntelliJ IDEA) is currently set to automatically copy all changed non-Java files to the deployed directory when the IDE loses focus. The effect is that all I have to do is

Re: [google-appengine] Re: Outages?

2012-03-06 Thread Joakim
In addition to those, I've been getting logs with a single line of text reading Request was aborted after waiting too long to attempt to service your request. Too long seems to be about ten seconds. On Tuesday, March 6, 2012 10:27:16 PM UTC+1, Jeff Schnitzer wrote: I see a lot of errors on

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Joakim Söderström
I also still have the same issue. One week and counting.. AppIDs: kanal5play, kanalnio //Joakim On Nov 15, 10:49 am, nicanor.babula nicanor.bab...@gmail.com wrote: Hi, Same situation here. AppID: domodentweb Regards, Cristian Babula. On 15 Nov, 10:30, Didier Durand durand.did

[appengine-java] Re: Can't deploy again despite fix announcement

2010-11-15 Thread Joakim Söderström
This solves my issues, thanks Ikai! Suggestion: make sure that the Eclipse plugin doesn't generate a web.xml with DOCTYPE set. On Nov 16, 7:19 am, Didier Durand durand.did...@gmail.com wrote: Ikai, suggestion for your deploy process: would it be possible to generate a warning in the console

[appengine-java] Timeout while deploying

2010-11-09 Thread Joakim S?derstr?m
Since yesterday, I've been experiencing difficulty while trying to use appcfg to deploy a new version to App Engine. Sometimes I have to try something like 10 times before the upload is successful. The error that I get seems to be caused by a timeout. Complete stacktrace: Reading application

[appengine-java] Timeout while deploying

2010-11-09 Thread Joakim S?derstr?m
Since yesterday, I've been experiencing difficulty while trying to use appcfg to deploy a new version to App Engine. Sometimes I have to try something like 10 times before the upload is successful. The error that I get seems to be caused by a timeout. Complete stacktrace: Reading application