[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread nischalshetty
Thank you. The execution rate seems to have picked up (still a lot of pending tasks). Hoping it gets cleared soon. I'll update you if the execution rate drops again. Once again, thanks a lot for fixing this. On Friday, April 13, 2012 9:47:08 AM UTC+5:30, powera (App Engine Reliablity) wrote:

[google-appengine] Re: Help! I'm hungery - My app for my wife's recipes fails to load

2012-04-12 Thread powera (App Engine Reliablity)
As part of a recent change, a very small number of apps that had not been deployed in the past 3 years would break without manual intervention on our part or a redeployment on your part. Our initial effort to fix all of these pre-emptively unfortunately missed some of those apps. We're rolling ou

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread powera (App Engine Reliablity)
Yes, that's the same problem. It seems to be affecting a very small number of apps right now. I've fixed your app as well as a few others that seem to be having this problem. For other people seeing a similar problem, updating that issue with your app id is probably the fastest way to get resolu

[google-appengine] Re: Outage again

2012-04-12 Thread Robert Lancer
I am too receiving error messages and serving issues at least two apps, very frustrating... For the App Engine Team: [s~smfinra/14.357801179022322533].: com.google.apphosting.api.ApiProxy$ArgumentException: An error occurred parsing (locally or remotely) the arguments to DATASTORE_V3.Get().

Re: [google-appengine] Share data among instances

2012-04-12 Thread Jeff Schnitzer
Look into backends. Jeff On Wed, Apr 11, 2012 at 3:05 PM, Ady wrote: > Hello, > > I know this has been discussed before but there was no conclusion to > it (at least I couldn't find an acceptable workaround for that). My > problem is that the Singleton can't be implemented using GAE because > of

[google-appengine] somebody send millions of spam with this id X-Google-Appengine-App-Id

2012-04-12 Thread webmaster
i noticed this header spamming me nearly everyday how can i stop this spams? x-store-info:sbevkl2QZR7OXo7WID5ZcVBK1Phj2jX/ Authentication-Results: hotmail.com; sender-id=none (sender IP is 209.85.160.199) header.from=21q5eug3whm1keu15z9zoadk1772569...@gecelerinefendisiolmak.appspotmail.com; dkim=n

[google-appengine] Share data among instances

2012-04-12 Thread Ady
Hello, I know this has been discussed before but there was no conclusion to it (at least I couldn't find an acceptable workaround for that). My problem is that the Singleton can't be implemented using GAE because of it's instances. I need a storage where I can have different data types that are fa

[google-appengine] Multiple Entity Versions

2012-04-12 Thread Sam
BigTable supports multiple versions of same entity by indexing timestamp. Does GAE Datstore allows to Query entities of pervious versions? -- 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

[google-appengine] GAE, Filter, Null Parameter

2012-04-12 Thread leongpow
Hi all, Environment: Netbean (Java) after look through few related post. http://groups.google.com/group/google-appengine/browse_thread/thread/d8c318d052732d95/7c504af82ed3f7f2?lnk=gst&q=query+filter+null#7c504af82ed3f7f2 http://groups.google.com/group/google-appengine/browse_thread/thread/9f21aa

[google-appengine] Firebird

2012-04-12 Thread Juan Carlos Aranda
Hello, I am creating an application that uses a database developedin Firebird. I managed to launch my application in Google AppEngine, and runs correctly, but when it comes time to access thedatabase shows me the following message: "No suitable driver found for jdbc: FirebirdSQL:201.216.174.138

[google-appengine] Re: Problem with mail quota

2012-04-12 Thread Alexander Macgillivray
Did you ever get an answer to this. I'm having the same issue and would love to somehow just authorize a charge. -Alex On Mar 14, 12:00 pm, Bogdan Nourescu wrote: > I have the same problem. I made an app for sending many emails to a list of > customers. > I enabled billing for 11$/day, I've impor

[google-appengine] Can't sign in

2012-04-12 Thread Boo-Box
Hello Yesterday and today we have a problem with our domain included in our applications. The domain can't access the app (returning 404 on browser) and when i try to enter in the admin domain to see what happening, i receive this error message: Google Apps - Server error Help|

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread nischalshetty
We too are facing the slow task execution rate problem. Tasks are integral to our app. I've logged a production issue here - http://code.google.com/p/googleappengine/issues/detail?id=7337 Anyone else facing the issue please star and leave a comment on the above issue with your app ids. On Fr

[google-appengine] Re: app_identity_service

2012-04-12 Thread KT
I update the app to another apps pot and it is working perfectly. After using long, it again give very similar error on next day. So I use previous app, and it is working perfectly. There must be some limit on using app_identity_service on free quota. I am just using app_identity_service for upda

Re: [google-appengine] We have an index record for null value?

2012-04-12 Thread Jeff Schnitzer
Nulls are perfectly reasonable things to index. Sometimes nulls are what you want to query for. What you want is called a 'partial index'. The facility to do partial indexes exists in GAE, but how to do it depends on your data access layer. Are you python (db or ndb?) or java (jdo/jpa, objectif

[google-appengine] We have an index record for null value?

2012-04-12 Thread David Hardwick
And how are you? I see records in our custom index for what I know is a null value. Meaning, we index a string field on the model and it needs to be a custom index. However, this field is not required to be filled out by the user, and 9 times out of 10 this field is not filled out by a user...bu

[google-appengine] Re: Site stopped responding?!

2012-04-12 Thread Stirman
Thanks! On Apr 12, 12:30 pm, "powera (App Engine Reliablity)" wrote: > Hi -- > > As part of a recent change, a very small number of apps that had not > been deployed in the past 3 years would break without manual > intervention on our part or a redeployment on your part.  I thought > they had all

Re: [google-appengine] Google checkout must die

2012-04-12 Thread Jeff Schnitzer
Thanks for making the billing UX a priority - it's not a Big Feature Item, but it will make a lot of people very happy (or not upset). Jeff On Thu, Apr 12, 2012 at 3:24 PM, Chris Ramsdale wrote: > Hey Jeff, > > Thanks for venting, this is a vicious cycle that needs to be fixed.  We've > addresse

[google-appengine] Re: AWS releases cloud search

2012-04-12 Thread Andrei
There is one more based on lucene http://www.elasticsearch.org On Apr 12, 2:55 pm, Adam Sah wrote: > actually, after a year+ watching things develop, I'm glad we chose to roll > our own from Apache/SOLR/Lucene and *not* go with a cloud service: >  - finer-grained controls over which fields are in

[google-appengine] Re: App stuck in Awaiting Recurring Charge Cancellation, re-enable billing?

2012-04-12 Thread Tom Carchrae
Argh. This is like limbo/punishment! I turned on Billing because, thanks to some dev work, I blew through the free quota. I turned it off the following day (after midnight) and it seems the quota did not get re-set. Why does it take so long to Cancel billing? I'm now stuck with an app th

[google-appengine] Re: AWS releases cloud search

2012-04-12 Thread Adam Sah
actually, after a year+ watching things develop, I'm glad we chose to roll our own from Apache/SOLR/Lucene and *not* go with a cloud service: - finer-grained controls over which fields are included and how they're weighted - very fine-grained controls over ranking - use of the search engine as

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread powera (App Engine Reliablity)
I've looked at the app, and it seems the problem is that the rate of task execution is very low right now and there is a large backlog of pending tasks. I'm testing a fix to pe-server5, if it works I will apply it to the other apps. On Apr 12, 10:37 am, Jeff Schnitzer wrote: > Please describe th

[google-appengine] Re: Site stopped responding?!

2012-04-12 Thread powera (App Engine Reliablity)
Hi -- As part of a recent change, a very small number of apps that had not been deployed in the past 3 years would break without manual intervention on our part or a redeployment on your part. I thought they had all been fixed before the change was rolled out, but apparently your app was not. I'

Re: [google-appengine] Google checkout must die

2012-04-12 Thread Chris Ramsdale
Hey Jeff, Thanks for venting, this is a vicious cycle that needs to be fixed. We've addressed several issues that land people in the 'Free' => 'Activating...' => 'Free' bucket. These fixes will be rolled out with 1.6.5. Next? Look into speeding up Checkout all together. -- Chris On Fri, Apr

Re: [google-appengine] Re: Outages?

2012-04-12 Thread alex
Just to add to Jeff's: do use Appstats too. -- 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/-/vHytJH0kcDsJ. To post to this group, send email to goog

Re: [google-appengine] Re: Outages?

2012-04-12 Thread Jeff Schnitzer
Look in the logs for startup requests, and check the amount of time they take to complete. It's possible you have an app that normally loads in a few seconds, but a hiccup at google extended those few seconds into a time that extended past the deadline. This would be something to complain about.

Re: [google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread Jeff Schnitzer
Please describe the problem in a lot more detail. You're speaking as if we understand what's going on. Nobody does. Fail silently? What does that mean? The tasks don't execute but stay in the queue? The tasks don't get added to the queue? If you want help, you have to do a lot more than say

Re: [google-appengine] Site stopped responding?!

2012-04-12 Thread Joshua Smith
Download the latest SDK, and run the site locally on your machine. If you've lost the sources, there is a dashboard option to download them. On Apr 12, 2012, at 1:22 PM, Stirman wrote: > Yep, good point re: the appspot version, same thing. > > Dashboard shows nothing out of the ordinary, though

[google-appengine] Re: Site stopped responding?!

2012-04-12 Thread Stirman
Yep, good point re: the appspot version, same thing. Dashboard shows nothing out of the ordinary, though the dashboard is much more complex than it was 4 years ago! Any suggestions for debugging? On Apr 12, 10:14 am, Joshua Smith wrote: > The appspot.com version does the same thing, so I don't t

Re: [google-appengine] Site stopped responding?!

2012-04-12 Thread Joshua Smith
The appspot.com version does the same thing, so I don't think it's a DNS issue. Log in to appengine and look at the dashboard for your app. On Apr 12, 2012, at 1:00 PM, Stirman wrote: > My app engine app, mobaganda.com, has been running for years and I > literally haven't touched the code in a 3

[google-appengine] Site stopped responding?!

2012-04-12 Thread Stirman
My app engine app, mobaganda.com, has been running for years and I literally haven't touched the code in a 3 or 4 years. Suddenly this week the site is rendering only a "<"! No idea why, no errors in the logs. I had renewed my domain name last week, so I figured it was related, but according to th

Re: [google-appengine] Re: DEVSERVER ERROR: regular expression code size limit exceeded

2012-04-12 Thread Barry Hunter
On Thu, Apr 12, 2012 at 5:51 PM, Brian Becker wrote: > Whoops – detail missing: This is Python. > > > > The code is very complex…I’m not sure how easy it will be to run it outside > the DevServer. Is that really the only way to figure this out? Well you dont need to run the whole code. Just extra

RE: [google-appengine] Re: DEVSERVER ERROR: regular expression code size limit exceeded

2012-04-12 Thread Brian Becker
Whoops - detail missing: This is Python. The code is very complex...I'm not sure how easy it will be to run it outside the DevServer. Is that really the only way to figure this out? From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Matthew Jaggard S

[google-appengine] Re: Appstats traceback's need some love

2012-04-12 Thread Jason Collins
Wow - I was just telling someone about appstats configuration. I can't believe I missed this. Thanks! j On Apr 12, 10:24 am, Amir More wrote: > your can enlarge the depth of the appstats traceback by adding an > appengine_config.py file at the root of your project > add the following parameter >

[google-appengine] Re: Appstats traceback's need some love

2012-04-12 Thread Amir More
your can enlarge the depth of the appstats traceback by adding an appengine_config.py file at the root of your project add the following parameter appstats_MAX_STACK = On Thursday, April 12, 2012 6:56:55 PM UTC+3, Jason Collins wrote: > > We used to have really helpful tracebacks in appstats tha

[google-appengine] Re: Disable appstats on app.yaml

2012-04-12 Thread Jason Collins
You can filter in appengine_config.py like this: appstats_FILTER_LIST = [{'PATH_INFO': '!^/your/unwanted/handler/here/ $'}] The "!" at the front tells appstats that you don't want that in your recording. google/appengine/ext/appstats/sample_appengine_config.py has a whole bunch of other goodness

[google-appengine] Appstats traceback's need some love

2012-04-12 Thread Jason Collins
We used to have really helpful tracebacks in appstats that pointed to our actual source. Somewhere along the way, we lost them, leaving us with things like this: Stack: /google/appengine/datastore/datastore_rpc.py:1165 make_rpc_call() /google/appengine/datastore/datastore_query.py:2381 _make_

Re: [google-appengine] Re: Outages?

2012-04-12 Thread Rui Oliveira
> > Hi, > Thanks for your reply. The strange is that I have 5 modules inside my application. All of the requests to the different modules fail at the same time. All the modules call different functions. All my functions are very small. My database is really small at the moment. I don't do not

[google-appengine] Re: Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread ZeroCool
My apps use transactional tasks to defer transactions across entity groups. This behavior has been working for over a year. >From yesterday, they started to fail silently. Many of my transactions can't complete due to this changed behavior. I know, we now can use cross group transactions. But shoul

Re: [google-appengine] Re: DEVSERVER ERROR: regular expression code size limit exceeded

2012-04-12 Thread Matthew Jaggard
Wow, that's some crazy regex. Can you confirm that it runs correctly on your local JVM outside of the DevServer. If not, then this isn't a GAE issue - you need to find out why from your JVM provider. Maybe Google use 64bit and you use 32bit? Or different vendors (OpenJDK vs Sun vs whatever)? Mat.

[google-appengine] Re: DEVSERVER ERROR: regular expression code size limit exceeded

2012-04-12 Thread Brian Becker
I still need an answer to this. The RegEx runs great on GAE but not in the DevServer because it gives "regular expression code size limit exceeded" And yes, my RegEx is actually 47k. On Friday, March 30, 2012 10:13:35 AM UTC-5, Brian Becker wrote: > > My regular expression is 47k. > > I get

Re: [google-appengine] Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread Jeff Schnitzer
Your description of the problem is useless. Jeff On Thu, Apr 12, 2012 at 9:55 AM, ZeroCool wrote: > Someone please look into this issue. > It's killing me. > The problem is spreading. > pe-server5 > pe-server7 > pe-server8 > > -- > You received this message because you are subscribed to the Goog

Re: [google-appengine] Re: Outages?

2012-04-12 Thread Jeff Schnitzer
Sounds like your startup time exceeds the max (60s?) time for a request. You need to cut down your app startup time. Jeff On Thu, Apr 12, 2012 at 5:00 AM, Rui Oliveira wrote: > >> Hi, > > > My appId is air-menu1. HRD. > > I'm getting this kind of errors always after deploy. Usually after deploy

[google-appengine] Re: Can´t upload or rollback my project

2012-04-12 Thread vega
Changing the Vers-Number allowed me to upload my changes will this "going around the problem" result in problems? -- 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] Tasks are not issued correctly, causing major malfunction in my ap

2012-04-12 Thread ZeroCool
Someone please look into this issue. It's killing me. The problem is spreading. pe-server5 pe-server7 pe-server8 -- 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 unsu

[google-appengine] Can´t upload or rollback my project

2012-04-12 Thread vega
hi everyone. I guess this is a generell problem and not a java specific problem, so i post here and not in the java forum. while uploading changes to my app, eclipse crushed - and with it, the upload of the project. When i want to restart the upload, it tells me, that i have to use 'appcfg roll

[google-appengine] AWS releases cloud search

2012-04-12 Thread Ugorji
Just got this email from Amazon (I signed up for AWS). We are excited to announce the immediate availability of Amazon > CloudSearch, a fully-managed search service in the cloud that allows > customers to easily integrate fast and highly scalable search functionality > into their applications.

[google-appengine] Re: Outages?

2012-04-12 Thread Rui Oliveira
> Hi, > My appId is air-menu1. HRD. I'm getting this kind of errors always after deploy. Usually after deploy the site only cames alive after 10 - 30 minutes. Yesterday for the first time, 24 hours after deploy the site stop completely during 6 hours. 6 Continuous hours without answering one

[google-appengine] Disable appstats on app.yaml

2012-04-12 Thread Moises Belchin
Hi all, Is there any way to disable appstats only for one handler through app.yaml ? How can I get additional infor for appstats advanced configuration ? I want to disable appstats for remote_api handler. - url: /_ah/remote_api script: google.appengine.ext.remote_api.handler.application l