[google-appengine] Memcache is blowing up

2012-07-26 Thread Miroslav Genov
Hello, It seems that there is an issue with memcache. Here is the error that I'm getting: com.google.appengine.tools.appstats.MemcacheWriter commit: Error persisting request stats com.google.appengine.api.memcache.MemcacheServiceException: Memcache put: Set failed to set 2 keys:

[google-appengine] Sending message trough channel API takes 100 times more time

2012-07-26 Thread Aleksei Rovenski
Hi all, We have an emergency in our app (yagoloo-chat). We are using Channel API and about 2 hours ago smt very bad has happened. Where it usually took 20-40 millis to send a message through the channel (not delivery time, I mean api method lock time), now it takes 4-5 seconds. Yes SECONDS,

[google-appengine] Re: Sending message trough channel API takes 100 times more time

2012-07-26 Thread alex
Please do check for already filed issues and posts before submitting a new one: https://groups.google.com/d/msg/google-appengine-downtime-notify/2TKE5CQKk1I/kIUkrFox_2MJ http://code.google.com/p/googleappengine/issues/detail?id=7899 -- alex On Thursday, July 26, 2012 2:20:13 PM UTC+2, Aleksei

Re: [google-appengine] Re: Sending message trough channel API takes 100 times more time

2012-07-26 Thread Barry Hunter
Its also noted on App Status as a general Talk issue http://www.google.com/appsstatus#hl=env=issuets=1343343599000iid=a6fb32beebebf8e85b0c986b09a4e69d On Thu, Jul 26, 2012 at 1:45 PM, alex a...@cloudware.it wrote: Please do check for already filed issues and posts before submitting a new one:

Re: [google-appengine] Re: Sending message trough channel API takes 100 times more time

2012-07-26 Thread Aleksei Rovenski
Thanks for the links. I didn't know about Google App Engine Downtime Notifyhttps://groups.google.com/forum/#!forum/google-appengine-downtime-notify group, now subscribed to it. Also didn't see the google talk link, a must have for my app, thanks again... четверг, 26 июля 2012 г., 16:04:25

[google-appengine] Differentiated service with Google App Engine

2012-07-26 Thread rerngvit yanggratoke
Hello, Anyone have an idea on how to achieve a differentiated service with Google App Engine? I have two types of users. One is premium while another one is free user. I would like to set different minimum latencies for firing up new GAE instances between the two. In other words, I am

[google-appengine] Re: Memcache is blowing up

2012-07-26 Thread Alexander Botov
Experiencing similar problem: com.googlecode.objectify.cache.MemcacheServiceRetryProxy invoke: Error performing memcache operation, retrying: public abstract void com.google.appengine.api.memcache.MemcacheService.putAll(java.util.Map) java.lang.reflect.InvocationTargetException at

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-07-26 Thread Bill Graham
I am very interested in this project. What functionality have you included thus far. Do you have roles/permissions and Access Control management? What about multi-level menu management? What about threaded discussion comments? Is there the concept for users to be able to extend the

[google-appengine] Backup fails: No module named settings (django) _ah/datastore_admin/backup.create

2012-07-26 Thread Alia
This seems like it should be fairly simple, but I have noticed that every time django is involved with app engine odd errors occur, so today's one is: In an attempt to make automated backups I followed the instructions from https://developers.google.com/appengine/articles/scheduled_backups

[google-appengine] I want to know when admin deletes user data which is stored in Google server when a user is not used his data for a longer time

2012-07-26 Thread sudharani savadi
I am developing an application, in that user can upload, download and delete their data or file in google app engine. I have to send a message to user whenever admin deletes that user's file. so how do I do it. Is there any class in GAE to know it. I would appreciate your help. -- You

[google-appengine] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread jswap
I run a website containing lots of doctor-related data. We get crawled by rogue crawlers from thousands of IP addresses DAILY (mostly in Russia) and we sometimes see our content show up on other websites. I define a crawler as rogue when it does not obey robots.txt exclusions, and the

[google-appengine] urgent help :: google app engine remote API for java 1.5

2012-07-26 Thread Shiva
Hi , I'm trying to interact with google app engine using remote API able to get it working in 1.6 but its failing in java 1.5 version. I need to get it working in websphere portal 6.1 version which supports only java 1.5 I think there ClientLogin.java is using email.IsEmpty() method is is in

[google-appengine] My datastore index stays building for days

2012-07-26 Thread JZ
Tried to redeploy the application but it didn't help. It seems to be stuck. Can someone help? gimmydealstest1.appspot.com Thanks! JZ -- 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] Error while installing the google plugin for eclipse

2012-07-26 Thread sai krishna haridass
I am receiving the following error while installing the goolge app enginge plugin 1.7 for eclipse juno 4.2. I have tried couple of times but it throws same error after installing 40% Please advice me. An error occurred while collecting items to be installed session context

[google-appengine] Re: Sending message trough channel API takes 100 times more time

2012-07-26 Thread Damien Detcherry
I don't know if it's the same issue but my application is also encountering bugs with the channel API When I call: channel.open() the message below is displayed in my browser: Failed to load resource: server responded with a status of 400 (Unknown SID) As a consequence, my users can't see the

[google-appengine] Intermittent errors (302) in communicating from a backend instance to another app via the remote api

2012-07-26 Thread John Kelvie
We are getting, on occasion, 302 errors in communicating from a backend to another app via the remote API. Once the errors start, they occur continuously until we stop and start the backend. Has anyone else encountered this? Is there a way to resolve it that does not involve restarting the

[google-appengine] Redirecting site on App Engine

2012-07-26 Thread Pedro A . Rodríguez López
Hello, I have a site built with the App Engine (appspot.com), I want to redirect to another page (not to google.accounts login) when session isn't valid or null, can you help me please? I use *userService.createLoginURL(request.getRequestURI())* but it doen't work for what I need. Is there

[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2012-07-26 Thread Conor
Hi I need to sign up to Google App Engine to do a course on udacity. I currently do not have a mobile phone and would like an alternative solution. I have tried emailing this query twice and have received no reply yet. I would appreciate a response whether it is possible or not, and if it isnt

Re: [google-appengine] Error while installing the google plugin for eclipse

2012-07-26 Thread Rerngvit Yanggratoke
Hello, Have you check whether you have a connection problem? Have you try command below on shell? $ wget http://dl.google.com/eclipse/plugin/core/4.2/plugins/com.google.appengine.eclipse.core_3.0.1.v201206290132-rel-r42.jar On Thu, Jul 26, 2012 at 3:53 AM, sai krishna haridass

[google-appengine] Re: What to do if you have problems signing up for an App Engine account

2012-07-26 Thread Amy Unruh
hi Conor, You should have now received your invitation. (The process can take a day or so). On 27 July 2012 05:36, Conor conordo...@inbox.com wrote: Hi I need to sign up to Google App Engine to do a course on udacity. I currently do not have a mobile phone and would like an alternative

Re: [google-appengine] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread Jeff Schnitzer
Every fetch request from GAE includes the appid as a header... you obviously see it yourself, which is how you know the appid of the crawler. This is how Google enables you to block applications; just block all requests with that particular header. Jeff On Wed, Jul 25, 2012 at 9:35 AM, jswap

Re: [google-appengine] Re: Sending message trough channel API takes 100 times more time

2012-07-26 Thread Amy Unruh
hi, The Channel API service should be back to normal now, as updated in the links provided earlier in this thread: https://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/d93284e4240a9352 and: http://code.google.com/p/googleappengine/issues/detail?id=7899 On 26

Re: [google-appengine] gmail accounts have been disabled but billing is still charged .

2012-07-26 Thread Takashi Matsuo
Hi, Can you tell me your google accounts and app-ids? I'll look into this. -- Takashi On Mon, Jul 23, 2012 at 5:43 PM, champu_appengine sanook.pr.newslet...@gmail.com wrote: Hi All, MY 11 gmail accounts which use in google app engine have been disable So i cannot manage google

[google-appengine] Re: gae-cms.com - A brand new CMS based on Google App Engine via Python

2012-07-26 Thread Bill Graham
I downloaded the project, but I must say it is a challenge to follow. Most frameworks and CMSs fail to attract a sufficient following to survive, not because of missing functionality, but because of lack of clear and easy to follow documentation. If you would like, I could take a try at

Re: [google-appengine] Re: Startup time exceeded...on F4?!

2012-07-26 Thread Michael Hermus
Great news, everyone! I have replaced all String concatenation with StringBuilder, and extensively reordered all my import statements. My startup time has been reduced 50% from twice it's original value. -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread jswap
I run a website containing lots of doctor-related data. We get crawled by rogue crawlers from thousands of IP addresses DAILY (mostly in Russia) and we sometimes see our content show up on other websites. I define a crawler as rogue when it does not obey robots.txt exclusions, and the

[google-appengine] Re: Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread jswap
Sorry for posting this thread again (I didn't think the first try was successful, but I see it now). Is there a way to delete this post? -- 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] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread jswap
Thanks, Jeff, but how do I block requests by header and not by IP? I usually use iptables to block the requests, but cannot do so in this situation because then I block access to Google's PageSpeed Insights tool too. On Thursday, July 26, 2012 5:27:27 PM UTC-4, Jeff Schnitzer wrote: Every

Re: [google-appengine] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread Jeff Schnitzer
It would have to be by something at Layer 7 that understands HTTP. What web server/technology are you using? With apache you can do it with mod_rewrite. Blocking IP addresses is really a clumsy way to do it anyways since GAE urlfetch changes IP ranges periodically. If you really don't like the

Re: [google-appengine] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread jswap
I like how your mind thinks, Jeff :) I did some googling and found the specifics on how to block using apache's mod_rewrite. For the benefit of others, I post it here: Inside your virtual host: RewriteEngine on # start RewriteCond %{HTTP_USER_AGENT} ^AppEngine-Google;.*appid:.*steprep

[google-appengine] Re: Intermittent errors (302) in communicating from a backend instance to another app via the remote api

2012-07-26 Thread Kristopher Giesing
I've seen 302 errors come from API calls to GAE apps where I accessed the origin page with http://, and sent the API call relative to the page (thus also using http://), but the API endpoint requires https://. Could this be related? - Kris PS. I've been pondering whether this is a bug, since

[google-appengine] Re: Differentiated service with Google App Engine

2012-07-26 Thread David Hardwick
If you put in a feature request to have more than one app access the same datastore natively, then I will surely start that issue! On Thursday, July 26, 2012 3:11:48 PM UTC-4, rerngvit yanggratoke wrote: Hello, Anyone have an idea on how to achieve a differentiated service with

[google-appengine] Re: Differentiated service with Google App Engine

2012-07-26 Thread David Hardwick
Hi If you put in a feature request to have two+ apps access the same datastore natively then I will definitely star it! On Thursday, July 26, 2012 3:11:48 PM UTC-4, rerngvit yanggratoke wrote: Hello, Anyone have an idea on how to achieve a differentiated service with Google App

RE: [google-appengine] Re: Differentiated service with Google App Engine

2012-07-26 Thread Drake
If you are on a mult-threaded platform. you can achieve this by just adding a Wait to the people you want to run slower. That will free CPU for the other request. When you go over 8 requests per instance this will have less effect, but generally how it works is User 1 Process start:

RE: [google-appengine] Google App Engine, rogue crawlers, and PageSpeed Insights

2012-07-26 Thread Drake
And then when Google Spam team bot shows up you would be delisted... That would Rock... Don't ever serve anything to a bot other than the content, or a permission denied. (maybe a busy signal) If you have an htaccess try: You can add Appengine, or anyother bot pretty easy using this.

[google-appengine] G+ Hangout: Last to Cross the Finish Line, on Wed., 1st August, 9am PDT

2012-07-26 Thread Amy Unruh
There will be a G+ hangout on patterns for asynchronous tasks in App Engine: Last to Cross the Finish Line, on Wed., 1st August, at 9am Pacific time (16:00 UTC). We'll discuss how to use GAE task queues and datastore operations to perform related tasks asynchronously while tracking their combined

[google-appengine] Re: Differentiated service with Google App Engine

2012-07-26 Thread Kyle Finley
David and anyone else who is interested here's the feature request: http://code.google.com/p/googleappengine/issues/detail?id=1300 Instead of allowing multiple apps to share one datastore; It appears that the App Engine team is planning on giving more control over app versions, in the future. I

Re: [google-appengine] My datastore index stays building for days

2012-07-26 Thread Takashi Matsuo
I've checked it and found it's serving now. Please enjoy :) -- Takashi On Thu, Jul 26, 2012 at 8:19 AM, JZ jianyong.zh...@gmail.com wrote: Tried to redeploy the application but it didn't help. It seems to be stuck. Can someone help? gimmydealstest1.appspot.com Thanks! JZ -- You

Re: [google-appengine] urgent help :: google app engine remote API for java 1.5

2012-07-26 Thread Takashi Matsuo
Hi Shiva, Can you file a bug in our issue tracker? On Thu, Jul 26, 2012 at 1:57 AM, Shiva shiva1...@gmail.com wrote: Hi , I'm trying to interact with google app engine using remote API able to get it working in 1.6 but its failing in java 1.5 version. I need to get it working in websphere

Re: [google-appengine] Backup fails: No module named settings (django) _ah/datastore_admin/backup.create

2012-07-26 Thread Takashi Matsuo
Hi Alia, Which version did you try to access? I assume you used the default version. Probably you may use the URL like: https://ah-builtin-python- bundle-dot-APP_ID.appspot.com/_ah/datastore_admin(.snipped) -- Takashi On Wed, Jul 25, 2012 at 8:25 AM, Alia