[google-appengine] Re: Unable to use bulkloader

2012-06-26 Thread LaFolle
Thanks a lot. That did solved the problem. On Tuesday, 26 June 2012 04:34:51 UTC+5:30, pdknsk wrote: This bug was introduced with HRD. I'm surprised Google has still not fixed or at least documented it. The fix is posted at the following link.

[google-appengine] Re: Unable to use bulkloader

2012-06-26 Thread LaFolle
Thanks a lot. That did solve the problem. On Tuesday, 26 June 2012 04:34:51 UTC+5:30, pdknsk wrote: This bug was introduced with HRD. I'm surprised Google has still not fixed or at least documented it. The fix is posted at the following link.

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

2012-06-26 Thread Cesium
I'm really liking Brandon's conclusions. David -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/qAG4p6uKDLIJ. To post to this group, send email to

[google-appengine] Re: Changing IPs

2012-06-26 Thread veggieCoder
Hi Michael. Thanks for the reply. Yes, we do expect a persistent connection, and a stable IP per session. DHCP is fine, as long as there is only IP associated with one username per session. If our backend sees a request from username on xxx.xxx.xxx.xxx, and then another from same username

RE: [google-appengine] Changing IPs

2012-06-26 Thread Brandon Wirtz
Set up a proxy. Also anyone using IP address for security is doing it wrong. . -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send

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

2012-06-26 Thread Hernan Liendo
+1 On Tuesday, June 26, 2012 10:02:22 AM UTC-3, Cesium wrote: I'm really liking Brandon's conclusions. David -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-26 Thread Bjorn Tipling
I'm getting unending JavaScript client errors for channels on app engine. I do not get these in the dev environment. I'm using the Go Appengine if that matters. Any idea of what I could be doing differently? https://skitch.com/btipling/edjwa/gitify 10999Uncaught TypeError: Cannot call method

[google-appengine] Re: Channels: Uncaught TypeError: Cannot call method 'bb' of null

2012-06-26 Thread Bjorn Tipling
My app frequently slows down due to channels and eventually I get the 'this page is taking a while to respond error' and this has been only happening since i added channels. I will take a closer look at what I am doing, but I think it is just channels doing this in the black box JavaScript code

[google-appengine] What's up with the SSL stuff appearing on the dashboard

2012-06-26 Thread James Gilliam
Looks like they are deploying version 1.7 with SSL stuff ... There is no blog posts describing the function ... SSL VIP $100 a month ... pricey -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

Re: [google-appengine] Re: Page Speed service

2012-06-26 Thread James Gilliam
Page speed just appeared on the dashboard at 39 cents/gig. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/T2zzwGk9rmsJ. To post to this group,

[google-appengine] App Engine 1.7.0 Release is Out!

2012-06-26 Thread Takashi Matsuo
Hi App Engine users, We've just released the release of the 1.7.0 SDK. Release notes for Java: http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes Release notes for Python: http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes Release notes for Go:

[google-appengine] Endpoints section in the control panel?

2012-06-26 Thread Sam G
This section just showed up for me in the App Engine dashboard. I also heard PageSpeed and SSL have been released? Where can I get to these so that I can sign up? The new Endpoints section says that an API.yaml should exist... what will go in that? Is there documentation up, now that this is a

RE: [google-appengine] Re: Page Speed service

2012-06-26 Thread Brandon Wirtz
That seems pricy. Too bad you can't use a public backend as your www I could give you code that would do the same things (better) as a code snippet. I'll likely do that in few weeks. Too much other stuff to get out the door. From: google-appengine@googlegroups.com

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-26 Thread Per
AWESOME news! A big thank you to the entire App Engine team. This is the release I've been waiting for. VIP at last! And at a very affordable price tag too. Now, the only thing that's left would be proper support, e.g. replying on the forums, responding to emails, replying on SO. With all

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-26 Thread pdknsk
Premier customers now have the option to create applications to be served from datacenters located in the European Union. I hope this option trickles down to regular users eventually. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post

Re: [google-appengine] using java.text.Bidi crashes appengine instance (error 202 in log)

2012-06-26 Thread rp1970
Hi Takashi, Thanks for the quick reply! I will file an issue, to make it easier I will simulate first with a completely clean app. Let me know if this is not needed. Thanks rp On Monday, June 25, 2012 8:19:08 PM UTC+3, Takashi Matsuo (Google) wrote: Hi rp, The log indicates that the code

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-26 Thread Emanuele Ziglioli
I've upgraded our app, questions: 1. After enabling pagespeed, I see no changes. Is additional configuration required (using appengine-web.xml) 2. Can't see any SSL related setting, neither on the GAE dashboard or on the Google for you domain dashboard 3. Any documentation on new features for

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-26 Thread Emanuele Ziglioli
And thank you for updating the source code on googlecode too On Wednesday, 27 June 2012 16:47:32 UTC+12, Emanuele Ziglioli wrote: I've upgraded our app, questions: 1. After enabling pagespeed, I see no changes. Is additional configuration required (using appengine-web.xml) 2. Can't see any

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-26 Thread Emanuele Ziglioli
3. Any documentation on new features for queries, such as OR and Geo? Found about Search API on Geopoints: https://developers.google.com/appengine/docs/python/search/overview#Performing_Location-Based_Searches -- You received this message because you are subscribed to the Google Groups

Re: [google-appengine] using java.text.Bidi crashes appengine instance (error 202 in log)

2012-06-26 Thread Takashi Matsuo
Hi rp, Thanks! It's always helpful for us if you create an issue with a minimal code for repro. -- Takashi On Jun 26, 2012 9:44 PM, rp1970 ron.pe...@gmail.com wrote: Hi Takashi, Thanks for the quick reply! I will file an issue, to make it easier I will simulate first with a completely clean