[google-appengine] Re: Server Error 500 and requests canceled due to timeout

2013-06-27 Thread Henrik Isaksson
I've seen similar problems with one of my GAE apps. Many requests time out. It has been like this for the past two days. Latency is extremely high, even for statically served, unchanged files. Just look at these log entries - 1,8 seconds just to report a 304 not mofified?? 2013-06-27 09:32:29.

[google-appengine] Re: Server Error 500 - 500 Internal Server Error

2011-07-21 Thread barry
I had a similar problem, the dot in your version number is most likely causing the problem. On Jun 14, 3:24 pm, Ugo Mezzogori wrote: > Unable to update: > java.io.IOException: Error posting to > URL:https://appengine.google.com/api/appversion/create?app_id=flattamba&v... > 500 Internal Server Er

[google-appengine] Re: Server error 500 and Error 139 on admin site

2011-01-26 Thread Denis Volokhovskiy
I have noticed that such errors happen only on my app with high development activity and massive history (likeourselvesapp), my almost inactive apps are ok - admin works for all views On Jan 26, 2:14 pm, Denis Volokhovskiy wrote: > Dear Google Team! > > App Engine admin site (appengine.google.

[google-appengine] Re: Server Error 500

2010-06-01 Thread Marvin P.
I've been getting 500 Errors on and off as well since the May 25. It's very annoying. On May 31, 1:47 pm, DJB wrote: > I've been receiving "Error 500" for the past (3) days (may 29-31). > > Details are below. > > Is this widespread? or only me? > > thanks, > David > > C:\Program Files (x86)\Googl

[google-appengine] Re: server error 500

2010-02-24 Thread Sam
My God, the humanity ... reminds me of the Hindenburg disaster On Feb 24, 9:11 am, afkre8tive wrote: > I didn't do anything but try to deploy, like I do any other time, and > I got this error... > > Error 500: --- begin server output --- > > > > 500 Server Error > > > Error: Server Error > Th

[google-appengine] Re: server error 500

2010-02-24 Thread Brian Dorry
I got this error as well, there is an outage currently and I would expect it has something to do with it. On Feb 24, 12:11 pm, afkre8tive wrote: > I didn't do anything but try to deploy, like I do any other time, and > I got this error... > > Error 500: --- begin server output --- > > > > 500 S

[google-appengine] Re: Server Error (500) Indexes stuck in building

2009-09-15 Thread Ben
Thanks Nick, that seems to have done the trick! On Sep 15, 8:32 am, "Nick Johnson (Google)" wrote: > Hi Ben, > I've reset your index count quota - you should be able to upload new indexes > now. > > -Nick > > > > On Tue, Sep 15, 2009 at 1:21 AM, Ben wrote: > > > Thanks Nick, but i am still havi

[google-appengine] Re: Server Error (500) Indexes stuck in building

2009-09-15 Thread Nick Johnson (Google)
Hi Ben, I've reset your index count quota - you should be able to upload new indexes now. -Nick On Tue, Sep 15, 2009 at 1:21 AM, Ben wrote: > > Thanks Nick, but i am still having some problems. After your changes > the problem items were in error state, i removed them from my > index.yaml file

[google-appengine] Re: Server Error (500) Indexes stuck in building

2009-09-15 Thread Arun Shanker Prasad
Hi, Sounds similar to a problem I had sometime back; http://groups.google.com/group/google-appengine/browse_thread/thread/ed380a3d752133ae Thanks, Arun Shanker Prasad. On Sep 15, 5:21 am, Ben wrote: > Thanks Nick, but i am still having some problems.  After your changes > the problem items we

[google-appengine] Re: Server Error (500) Indexes stuck in building

2009-09-14 Thread Ben
Thanks Nick, but i am still having some problems. After your changes the problem items were in error state, i removed them from my index.yaml file and then updated the indexes which caused them to go into a deleting state as expected. after a few minutes they all disappeared from indexes page of

[google-appengine] Re: Server Error (500) Indexes stuck in building

2009-09-14 Thread Nick Johnson (Google)
Hi Ben, I've reset your indexes - you should be able to vacuum and rebuild them now. -Nick Johnson On Sun, Sep 13, 2009 at 6:07 PM, Ben wrote: > > Hi I added a bunch of new indexes and deleted a bunch of old ones. > The old ones seem to have been properly deleted, but the new ones are > stuck i

[google-appengine] Re: Server Error (500),when i update_indexes

2009-08-19 Thread Nick Johnson (Google)
Hi XinGuo. Feng, Are you still having trouble with your indexes? Everything looks fine now. -Nick Johnson On Sun, Aug 16, 2009 at 3:22 AM, XinGuo. Feng wrote: > > my app-id is haowanerde,please!! > > > > -- Nick Johnson, Developer Programs Engineer, App Engine --~--~-~--~~--

[google-appengine] Re: Server Error (500)

2009-07-02 Thread Jerason Banes
All of AppEngine is down at the moment. The front page is an error and my site returns nothing but 500 errors. I doubt you'll be able to upload. Thanks, Jerason Banes http://www.dsicade.com On Jul 2, 11:14 am, Irfan Younas wrote: > Hi I am unable to upload the application. > When i try to uplo

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-23 Thread rjportier
Hi Jason, We needed to vacuum the indexes first and we did so on cpedevtest01, cpedevtest02 and cpeacc01. We also reduced the number of indexes to a much smaller set. On cpedevtest02 the indexes are ok now, but on cpedevtest01 and on cpeacc01 there are still some indexes stuck in 'Building' stat

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-23 Thread Cat
Ok, when uploading version 2 and after deleting version 122 I could trace the Error back to a circular import that did not show when running locally. On 23 Jun., 18:05, Cat wrote: > Ok, the error traces back to an import error on the "Logs" menu > probably my fault. > I am investigating because

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-23 Thread Cat
Ok, the error traces back to an import error on the "Logs" menu probably my fault. I am investigating because the local app did not show this error ... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engin

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-23 Thread Cat
I just tried to deploy a new version and bumped its version number from 1 to 122 (the svn number). Now access to 122.latest...appspot.com results in a 500 Server Error while my 1.latest... version works fine. Some changes: The index.yaml has not changed (except reference counts) and there should

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-22 Thread kawai
I'm getting 500 errors in the response of appcfg.py now. I don't know what triggers this. Does anybody know? Scanning files on local disk. Initiating update. Cloning 7 static files. Cloning 68 application files. Uploading 2 files. Deploying new version. Checking if new version is ready to serve.

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-22 Thread Partac Constantin
Hi Jason, Thank you for your help. I tried to redeploy the application with just a few indexes but those indexes you nudged into error state are remaining in error state. I tried erasing all indexes from datastore-indexes.xml but this did not help either. What should I do in order to erase the ind

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-22 Thread Jason (Google)
OK, I nudged your indexes into the error state and reset your Datastore Indices Count quota, but make sure not to upload more than 100 indexes or you may see this issue again. - Jason On Mon, Jun 22, 2009 at 10:29 AM, Jason (Google) wrote: > Hi Costi. How many indexes are you trying to deploy? Th

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-22 Thread Jason (Google)
Hi Costi. How many indexes are you trying to deploy? There is a hard limit of 100, and it looks like you're very close to this number. - Jason On Mon, Jun 22, 2009 at 5:44 AM, C Partac wrote: > > > > I have the same problem Server Error (500) on my applications > cpedevtest01 and cpedevtest02 w

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-22 Thread C Partac
I have the same problem Server Error (500) on my applications cpedevtest01 and cpedevtest02 while uploading. The indexes are building for 4 days already. Could you reset the indexes manually because after deleting the indexes from index I still get the error while uploading the application. Th

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-19 Thread Jason (Google)
Yes, I received them. I will look into it and get back to you soon. - Jason On Fri, Jun 19, 2009 at 10:02 AM, gae123 wrote: > > Jason, > > I sent you two personal e-mails yesterday with the id, did you receive > them? Please check your spam folder as well... > > Thanks > > On Jun 18, 4:15 pm, "J

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-19 Thread gae123
Jason, I sent you two personal e-mails yesterday with the id, did you receive them? Please check your spam folder as well... Thanks On Jun 18, 4:15 pm, "Jason (Google)" wrote: > I'm sorry that your issue hasn't been resolved yet. Can you send me your > application's ID also? > Thanks, > - Jaso

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-18 Thread Jason (Google)
I'm sorry that your issue hasn't been resolved yet. Can you send me your application's ID also? Thanks, - Jason On Thu, Jun 18, 2009 at 11:38 AM, gae123 wrote: > > > > Nick, > > the error persists. > > It has been 6 days since my original posting and we have not made much > progress. I think thi

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-18 Thread gae123
Nick, the error persists. It has been 6 days since my original posting and we have not made much progress. I think this is primarily because of the difference in timezone between you and me. Each exchange takes 24 hours. Could you hand off the case to somebody else closer to my timezone? I am

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-18 Thread Nick Johnson (Google)
Hi gae123, 500s from the deploy process are generally transient, and not related to your app in particular. Can you retry it, please, and let us know if you're still getting it? -Nick Johnson On Thu, Jun 18, 2009 at 12:36 AM, gae123 wrote: > > Hi Nick, > > I followed the directions, in fact I

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-17 Thread gae123
Hi Nick, I followed the directions, in fact I deleted all indexes, but the problem persists: $ ../out/google_appengine/appcfg.py update_indexes ../out/site Uploading index definitions. Error 500: --- begin server output --- Server Error (500) A server error has occurred. --- end server output -

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-17 Thread Nick Johnson (Google)
Hi gae123, My apologies - your email to me mistakenly got categorized as spam. I've moved the stuck indexes to 'error' state, so you should now be able to vacuum and re-create them. -Nick Johnson On Tue, Jun 16, 2009 at 5:04 PM, gae123 wrote: > > For the record, four days after the original po

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-16 Thread gae123
For the record, four days after the original posting this remains an issue!! I sent a private message to Nick Johnosn with my app id yesterday morning but have not heard back. There is another posting in this thread by "L" whom I do not know and has nothing to do with my original posting and shou

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-15 Thread Nick Johnson (Google)
Hi, Looking at your app, I only see 3 indexes, all in 'serving' state. What exactly is the problem? -Nick Johnson 2009/6/15 L > testbbs2009.appspot.com> > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google A

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-15 Thread   L  
testbbs2009.appspot.com --~--~-~--~~~---~--~~ 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 email to g

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-15 Thread Nick Johnson (Google)
Hi, What's your app's App ID? -Nick Johnson On Fri, Jun 12, 2009 at 8:27 PM, gae123 wrote: > > If somebody from Google could contact me to resolve why I get this > message again I would appreciate. I also see "out of Datastor Indice > quotas" on the server while I have only 58 indexes in my in

[google-appengine] Re: Server Error (500) while uploading index definitions (again)

2009-06-13 Thread gae123
The problem persists 24 hours later and nobody has offered any help. Sorry for spamming the whole list, if there is a more appropriate way to get support please let me know. On Jun 12, 12:27 pm, gae123 wrote: > If somebody from Google could contact me to resolve why I get this > message again I

[google-appengine] Re: server error 500 update_indexes

2009-06-11 Thread Jeff S (Google)
Hi chemuto, At this point we're considering requests for more than 100 indices on a case-by-case basis, would you mind sending me your index config file (email would be fine)? Thank you, Jeff On Wed, Jun 10, 2009 at 6:38 AM, chemuto wrote: > > Hi Jeff, > > It seems to be working fine now, tha

[google-appengine] Re: server error 500 update_indexes

2009-06-10 Thread chemuto
Hi Jeff, It seems to be working fine now, thanks. My app has between 80 and 90 indexes now. I might need to exceed 100... is that possible? Thanks, chemuto On 3 jun, 04:41, "Jeff S (Google)" wrote: > Hi chemuto, > > I've reset the indicies quota for your app. How many indicies does your > app

[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-03 Thread Jeff S (Google)
Hi Sergiy, I suspect that the reason that you see no results, it that both your <= and your >= query have the same rvalue (in other words ipRange <= x and ipRange >= x) which would reduce to an exact match = query. If there is an entity which contains 2398436096 somewhere in the ipRange list, the

[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-03 Thread mega_apps
Jeff, >Unless I'm misunderstanding the structure of > your entities. What does a GeoIpBlock look like? class GeoIpBlock(db.Model): ipRange = db.ListProperty(int) locId = db.IntegerProperty(indexed=False) > Well, my first question may seem a bit obvious but, are you certain that an > entity

[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-03 Thread Jeff S (Google)
Hi mega_apps, Well, my first question may seem a bit obvious but, are you certain that an entity is present in the App Engine datastore with ipRange of 2398436100? Also it seems like your query is equivalent to an = query. x <= y and x >= y would be the same as x = y. Unless I'm misunderstanding t

[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-03 Thread mega_apps
Jeff, thanks for quick reply. >What is the ID of this application? My app id is temptationads. >several of the GeoIpBlock entities have a value for a property which is not of >the expected type. It seems that indexes are being build/rebuild and Data Viewer is not crashing anymore. But it still

[google-appengine] Re: server error 500 update_indexes

2009-06-02 Thread Jeff S (Google)
Hi chemuto, I've reset the indicies quota for your app. How many indicies does your application have? Please let me know if the issue is not resolved. Thank you, Jeff On Sun, May 31, 2009 at 4:26 AM, chemuto wrote: > > Hi, > > I'm getting an error when updating index definitions. I´ve been ha

[google-appengine] Re: Server error (500) when using Data Viewer to query datastore.

2009-06-02 Thread Jeff S (Google)
Hi mega_apps, My first guess would be that one or several of the GeoIpBlock entities have a value for a property which is not of the expected type. What is the ID of this application? Thank you, Jeff On Sat, May 30, 2009 at 5:33 PM, mega_apps wrote: > > I am getting 500 errors when executing

[google-appengine] Re: Server Error (500) updating indexes

2009-04-07 Thread Jeff S
Are you seeing the 500 error when you make a request to the app, or during the appcfg update? If you'd like, I can look into more specifics if you email me your app id. There is a limit to the number of index entries for a single entity, so the problem could be an "exploding index" as described h

[google-appengine] Re: Server Error (500) on deploy @ appcfg.py:1148, not in Europe, no changes in index ?

2009-01-30 Thread Marzia Niccolai
Hi, If I had to guess, it sounds like you were uploading a lot of versions in a short amount of time? Occasionally when this happens the app gets in to a strange state where you can not upload for a bit. It generally corrects itself within an hour. Please note the quota for application uploads

[google-appengine] Re: Server Error (500) on deploy @ appcfg.py:1148, not in Europe, no changes in index ?

2009-01-30 Thread ada
As an addendum, once in a blue moon it would come up as error 403 "too many versions" so I changed the version and it worked! However, in the control panel, I couldn't set the default to the new version (Server Error) But at least it allowed me to keep hacking. This morning it all seems to be OK,

[google-appengine] Re: Server Error (500) on deploy

2009-01-06 Thread Marzia Niccolai
Hi, This error is due to the fact that you have indexes that are currently building. I am fixing this and will follow up off group after it is complete. -Marzia On Mon, Jan 5, 2009 at 9:46 PM, blackball wrote: > > Hello! > I updated my Apps but it always told me : > > Cloned 100 files. > Clo

[google-appengine] Re: Server Error 500 with a particular index

2008-09-16 Thread earobinson
/me is also having this problem anyone know how to fix it? On Aug 29, 2:40 pm, Joel <[EMAIL PROTECTED]> wrote: > Bump? > > It seems that I cannot add *any* newindexesto my application. > I currently have 47.  Using another application I can add moreindexes. > Just this application is giving me th

[google-appengine] Re: Server Error 500 with a particular index

2008-08-29 Thread Joel
Bump? It seems that I cannot add *any* new indexes to my application. I currently have 47. Using another application I can add more indexes. Just this application is giving me this error. Could I get a google person to please take a look at my application and figure out why I can't add a new in