[google-appengine] Re: 500 SERVER ERROR

2019-07-15 Thread 'Harmit Rishi (Cloud Platform Support)' via Google App Engine
Hello, Before we begin, I believe it would be worth it to mention that adding context to the stacktrace provided above would contribute to meaningful answers from the community. Additional details such as: how this issue was encountered, what actions were done when this error was seen, which

[google-appengine] Re: 500 Server Error

2015-09-07 Thread Anuj Sharma
Error was resolved after about 12 hours of deploying. I can't understand why it took so long. On Sunday, September 6, 2015 at 8:53:28 PM UTC+5:30, Anuj Sharma wrote: > > After deploying python app to google app engine , it is generating an > error on http://the-born-engineer-bot.appspot.com/me >

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
Well I was playing around with the "/main.jsp" part of the above code to see if I could get something working and oddly enough it seems that adding the custom domain to it fixes the 500 error without messing it up on appspot! Thanks for the help! On Tuesday, July 29, 2014 7:35:03 PM UTC-4, Joel

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
Oh, I think I understand but I don't think it solves the issue. See, the App Engine user's API accepts relative URLs and then takes care of processing the call to the openID provider. Here's how my code works: String LogInURL = userService.createLoginURL("/main.jsp", null, openid_identifier, nu

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Mihail Russu
Most OAuth providers require you to specify full callback url (in the request headers as well as in the control panel of their websites) so when changing domains you'd also need to update the URL on their end but I didn't realize until now that you are having issues with OpenID and NOT with OAu

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Joel E
Could you explain what you mean by the callback/redirect URL? I didn't read anything about that in the documentation. Also, nothing from the error appears in the logs since the crash happens in app engine's internal code. Thanks! On Tuesday, July 29, 2014 6:05:42 PM UTC-4, Mihail Russu wrote: >

[google-appengine] Re: 500 server error on App Engine when using OpenID Users API on custom domain

2014-07-29 Thread Mihail Russu
Are there any error details in the Logs section that you can provide? Just last Friday I transferred an app from .appspot.com to a custom domain and everything worked great as soon as I changed the callback/redirect URLs on OAuth providers' end. Could it be that you simply forgot to update them?

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

2013-09-25 Thread gks
The issue has started to propagate to other environment aos-prod-1 although overall error rate drops a little bit (around 15% now). On Wednesday, September 25, 2013 2:54:08 PM UTC-7, gks wrote: > > The same issue comes back again. This time it's on a different > environment: aos-prod-2. 25% of

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

2013-09-25 Thread gks
The same issue comes back again. This time it's on a different environment: aos-prod-2. 25% of the requests are experiencing time out. Can anyone from Google take a look? On Monday, September 23, 2013 4:18:56 PM UTC-7, John Lowry wrote: > > We did have an incident from approximately 2:45 PM to 4

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

2013-09-24 Thread Brian Gillespie
I found that deploying a new version of my app and pointing GAE to that new version in the dashboard seemed to unwedge our app after Google got things fixed on their end. On Monday, September 23, 2013 4:37:39 PM UTC-7, Evan Ruff wrote: > > I'm getting 500 errors attempting to load static resourc

[google-appengine] Re: 500 Server Error

2013-09-24 Thread adriano_brasileiro
I'm having trouble as well... no requests in the admin log http://qmagicobr.appspot.com Em segunda-feira, 23 de setembro de 2013 19h26min37s UTC-3, gks escreveu: > > I also run into the same issue. Most requests to my environment times out > with the following error in log. > Request was aborted

[google-appengine] Re: 500 Server Error

2013-09-24 Thread Adam Feder
I'm seeing the same thing. I hadn't touched the server in 27 days. I tried reverting to the previous version of the software and that didn't help. If it would help someone from google to have my appid, please contact me over email. thanks, ab On Monday, September 23, 2013 3:13:48 PM UTC-7, Li

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

2013-09-23 Thread Evan Ruff
I'm getting 500 errors attempting to load static resources. If I try from Incognito Mode, everything seems okay. Caching Issue? Obviously, this is really borking my GWT app, as the .nocache never loads... E On Monday, September 23, 2013 7:15:39 PM UTC-4, Risto wrote: > > Still showing http 500

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

2013-09-23 Thread John Lowry
We did have an incident from approximately 2:45 PM to 4:00 PM that affected many apps. More details will be posted on the downtime notify group when available: https://groups.google.com/forum/#!forum/google-appengine-downtime-notify On Monday, September 23, 2013 4:15:39 PM UTC-7, Risto wrote: >

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

2013-09-23 Thread Risto Haukioja
Still showing http 500 for us, app-id: appingtonkiuas On Sep 23, 2013, at 4:09 PM, Emanuele Ziglioli wrote: > I've noticed instances show they're running SDK 1.8.5 > > On Tuesday, 24 September 2013 10:42:40 UTC+12, Emanuele Ziglioli wrote: > it's back to life here > > On Tuesday, 24 September

[google-appengine] Re: 500 Server Error

2013-09-23 Thread Emanuele Ziglioli
An update: https://groups.google.com/forum/#!topic/google-appengine-downtime-notify/EFIzt7BiJe4 On Tuesday, 24 September 2013 11:09:09 UTC+12, Emanuele Ziglioli wrote: > > I've noticed instances show they're running SDK 1.8.5 > > On Tuesday, 24 September 2013 10:42:40 UTC+12, Emanuele Ziglioli wr

[google-appengine] Re: 500 Server Error

2013-09-23 Thread Emanuele Ziglioli
I've noticed instances show they're running SDK 1.8.5 On Tuesday, 24 September 2013 10:42:40 UTC+12, Emanuele Ziglioli wrote: > > it's back to life here > > On Tuesday, 24 September 2013 10:26:37 UTC+12, gks wrote: >> >> I also run into the same issue. Most requests to my environment times out >>

[google-appengine] Re: 500 Server Error

2013-09-23 Thread Emanuele Ziglioli
it's back to life here On Tuesday, 24 September 2013 10:26:37 UTC+12, gks wrote: > > I also run into the same issue. Most requests to my environment times out > with the following error in log. > Request was aborted after waiting too long to attempt to service your > request. > > My AppID is aos

[google-appengine] Re: 500 Server Error

2013-09-23 Thread gks
I also run into the same issue. Most requests to my environment times out with the following error in log. Request was aborted after waiting too long to attempt to service your request. My AppID is aos-prod-1. On Monday, September 23, 2013 3:15:58 PM UTC-7, Emanuele Ziglioli wrote: > > Same for

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

2013-09-23 Thread Erine Gray
Same... searchbertha-hrd On Mon, Sep 23, 2013 at 5:15 PM, Emanuele Ziglioli < theb...@emanueleziglioli.it> wrote: > Same for almost an hour https://sirtrackwms.appspot.com/ > > > On Tuesday, 24 September 2013 10:13:48 UTC+12, LizBetSoft wrote: >> >> Suddenly a few of my applications are getting

[google-appengine] Re: 500 Server Error

2013-09-23 Thread Emanuele Ziglioli
Same for almost an hour https://sirtrackwms.appspot.com/ On Tuesday, 24 September 2013 10:13:48 UTC+12, LizBetSoft wrote: > > Suddenly a few of my applications are getting 500 Server Error when i try > to access. No error in console logs. > > The number of my apps with this error error is increas

[google-appengine] Re: 500 Server Error

2013-06-24 Thread phplections
I have got such error, when tested gwt-application with Tomcat server. I saw server log and found this: SEVERE: Exception while dispatching incoming RPC call java.security.AccessControlException: access denied ("java.lang.reflect.ReflectPermission" "suppressAccessChecks") at java.security.Acces

[google-appengine] Re: 500 server error for all app engine application

2013-06-03 Thread Jason Collins
We are getting increased reports of this as well. Very frustrating and almost no visibility into the extent of the issue... j On Saturday, 1 June 2013 16:53:03 UTC-6, Nick Wong wrote: > > > Like loads of other people, I have been having a 500 server error for all > app engine application of my

[google-appengine] Re: 500 Server Error

2012-11-28 Thread Peter Ondruška
Check your application log. On Wednesday, November 28, 2012 4:21:54 PM UTC+1, bo wrote: > > Hi, > I just tried my first java servlet with google app engine. It works fine > at localhost (Eclipse: Run As > Web Application), but it dosen't work at > the Google App Engine (500 Server Error). > > Th

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

2012-06-05 Thread Takashi Matsuo
Hi Pamela, Re: recommendation It depends on how important the uptime is for you. Whatever you can do to mitigate the risk of having lots of loading requests, will naturally cost you more. For example, stopping setting "Max Idle Instances", settings some "Min Idle Instances", and upgrading to highe

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

2012-06-05 Thread Pamela Fox
I raised the instances to 2 and seemed to experience a 5 minute outage last night. Are the instances per version or across the whole app? I regularly serve traffic from 3 versions (1 for web, 1 for android, 1 for iphone), and I don't particularly want any of them to go out. Thanks! On Fri, Jun 1,

[google-appengine] Re: 500 Server Error

2012-06-01 Thread pamela
I'll admit I haven't gotten my head wrapped around the optimal configuration for instances/latency. Currently my min idle instances is just set to automatic, the default. What would you recommend? Thanks, Takashi! On Jun 1, 5:17 pm, Takashi Matsuo wrote: > I think I can see several 500 errors i

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

2012-06-01 Thread Takashi Matsuo
I think I can see several 500 errors in your logs, there were little hiccups in our infrastructure at that timeframe. I think it's stabilized now. Most of them were loading requests, so if you set "Min Idle Instances" to appropriate number, you'd be able to mitigate this issue. Thanks, On Sat, Ju

[google-appengine] Re: 500 Server Error

2012-06-01 Thread pamela
Filed a production issue - per pingdom's report, it seems to be going up and down (though I've only caught it down): http://dl.dropbox.com/u/10998095/Screenshots/4l6dnmrcx2re.png On Jun 1, 4:40 pm, Takashi Matsuo wrote: > Hi Pamela, > > I'm going to escalate it to the engineering team, but could

Re: [google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-11 Thread Dennis
Example of current state: Six "500 server error" responses (each one takes 1 minute) before i could get 1 response that worked. -- 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

Re: [google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-11 Thread Dennis
I filed production issue 6525. current status: now i have the majority requests taking a very long time (over 20 seconds) and a still get some 500 server errors. For the 500 errors: i think it depends on the time of day. i'm in asia and when the US wakes up i seem to have more problems. -- Yo

Re: [google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-09 Thread Johan Euphrosine
Hi, Can you please share your application id or fill a production ticket ? http://code.google.com/p/googleappengine/issues/entry?template=Production%20issue Thanks in advance On Fri, Dec 9, 2011 at 9:57 AM, Andrius A wrote: > It got worse, I don't know whether there something to do with recent

Re: [google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-09 Thread Andrius A
It got worse, I don't know whether there something to do with recent maintenance, but few our MS are responding slowly and have higher rates of deadlines. The same app in HRD works fine. I don't get it, if MS is sold it must work, what's the point advertising it and charging money. On Dec 9, 2011

[google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-09 Thread Dennis
I'm using M/S datastore. My app started to work again this morning (in hong kong time), but now it's unusable again. -- 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] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-08 Thread Joseph Letness
Hi John, I'm experiencing the same with my appenginepatch app on M/S, a marked increase in DeadlineExceeded errors. It's usable but the user experience has got to be pretty sucky. I have a similar app (python 2.5, appenginpath) running on HDR and it is solid. --Joe -- You received this message

[google-appengine] Re: "500 Server Error" for over 24 hours: python 2.5, django, appenginepatch

2011-12-08 Thread johnP
using Appengine Patch - and although after the maintenance, there has been an increase in DeadlineExceeded errors, there has not been a fundamental 'app is unusable' change for me. On Dec 8, 9:10 am, Dennis wrote: > I have not changed my code in weeks, but in the past few days my app has > be

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

2011-05-24 Thread Robert Kluin
http://code.google.com/appengine/docs/python/tools/devserver.html On Tue, May 24, 2011 at 06:54, lacus...@hotmail.com wrote: > how to user dev_appserver.py? > > On 5月24日, 下午3時45分, Sarang wrote: >> This is not a Google App Engine error. Expand one of the error messages to >> see where it is

[google-appengine] Re: 500 Server Error

2011-05-24 Thread lacus...@hotmail.com
how to user dev_appserver.py? On 5月24日, 下午3時45分, Sarang wrote: > This is not a Google App Engine error. Expand one of the error messages to > see where it is failing. Your code is not able to import a module it looks > like. Run your code locally using dev_appserver and debug the problem. > > Sar

[google-appengine] Re: 500 Server Error

2011-05-24 Thread lacus...@hotmail.com
dev_appserver.py how to user? On 5月24日, 下午3時45分, Sarang wrote: > This is not a Google App Engine error. Expand one of the error messages to > see where it is failing. Your code is not able to import a module it looks > like. Run your code locally using dev_appserver and debug the problem. > > Sar

[google-appengine] Re: 500 Server Error

2011-05-24 Thread Sarang
This is not a Google App Engine error. Expand one of the error messages to see where it is failing. Your code is not able to import a module it looks like. Run your code locally using dev_appserver and debug the problem. Sarang -- You received this message because you are subscribed to the Goo

[google-appengine] Re: 500 Server Error

2011-05-24 Thread lacus...@hotmail.com
http://i291.photobucket.com/albums/ll313/yu12345/1231233.jpg On 5月24日, 上午5時13分, Rohan Chandiramani wrote: > If you check your logs at the appspot dashboard, Perhaps there is > anerrorthere that could help you further? > > On May 21, 8:58 am, "lacus...@hotmail.com" > wrote: > > > > > > > > >Erro

[google-appengine] Re: 500 Server Error

2011-05-23 Thread Rohan Chandiramani
If you check your logs at the appspot dashboard, Perhaps there is an error there that could help you further? On May 21, 8:58 am, "lacus...@hotmail.com" wrote: > Error: Server Error > The server encountered an error and could not complete your request. > > http://cat11049.appspot.com/ > > Thank Y

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread Kris
I also got a 500 error when using CaptionTube. -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr.

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread Tero Nurminen
Admin console is also running! On Nov 15, 7:16 am, Greg Tracy wrote: > I too am getting 500 errors on app uploads... -- 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-appeng...@googlegroups.com. T

[google-appengine] Re: 500 Server Error while deploying the application

2010-11-15 Thread James Benton
I am in a similar boat. I cannot access the dashboards (500 Server Error) and cannot deploy my application, just stalls on "Initiating Update" for ages then I get Error 401: --- begin server output --- Must authenticate first. --- end server output --- If deploy fails you might need to 'roll

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread dflorey
I've tried with various apps, application deployments are getting timeouts for all apps. On Nov 15, 2:55 pm, dflorey wrote: > Still getting deployment timeouts. > > On Nov 15, 6:43 am, Takashi Matsuo wrote: > > > > > > > > > We've just fixed this issue. It should be OK now. Please let me know >

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-15 Thread dflorey
Still getting deployment timeouts. On Nov 15, 6:43 am, Takashi Matsuo wrote: > We've just fixed this issue. It should be OK now. Please let me know > if you still see the issue. > We'll investigate the case in detail, and post an update here. > > Sorry about the inconvenience and thanks for the p

Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Takashi Matsuo
We've just fixed this issue. It should be OK now. Please let me know if you still see the issue. We'll investigate the case in detail, and post an update here. Sorry about the inconvenience and thanks for the patience. -- Takashi On Mon, Nov 15, 2010 at 2:16 PM, Greg Tracy wrote: > I too am get

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Greg Tracy
I too am getting 500 errors on app uploads... -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr..

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Tony Chuinard
Looks fixed now. -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread pbadn
Agreed. The status is showing all green checks. On Nov 14, 11:04 pm, Dave Peck wrote: > I'd like to add: as much as I admire the App Engine team for being so > transparent with their status dashboard, it doesn't seem like it always > reflects on-the-ground reality. It would be good to have the c

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread pbadn
Same here. Can't deploy or use the admin console. On Nov 14, 11:12 pm, Adam Sah wrote: > me2, just glad to be in good company. > > adam -- 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-appeng...

Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Adam Sah
me2, just glad to be in good company. adam -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...

Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Ronald Dennison
ditto... -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com. For more options,

Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Dave Peck
I'd like to add: as much as I admire the App Engine team for being so transparent with their status dashboard, it doesn't seem like it always reflects on-the-ground reality. It would be good to have the current outage reflected, for example. Thanks, Dave -- You received this message because you

Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Eric Ka Ka Ng
+2 On 15 November 2010 12:58, Tom Wu wrote: > +1 > > 2010/11/15 Nick > > I am also getting this error >> >> -- >> 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-appeng...@googlegroups.com. >

Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Tom Wu
+1 2010/11/15 Nick > I am also getting this error > > -- > 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-appeng...@googlegroups.com. > To unsubscribe from this group, send email to > google-ap

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Nick
I am also getting this error -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.co

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Vinicius Ruan Cainelli
Me too. On 15 nov, 02:50, Tony Chuinard wrote: > I've been getting 500 errors and also am unable to use the SDK to do an > app update (the appcfg.sh file is getting 500 errors as well). Is > anyone else experiencing this? -- You received this message because you are subscribed to the Google Gro

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Luke Valenty
same here, was just about to start a topic. -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@

[google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Dave Peck
Me too. 500 errors and can't update my app. Google team? -- 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-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengi

[google-appengine] Re: 500 Server Error while deploying the application

2010-11-04 Thread mcilrain
I am experiencing similar problems as you, "Datastore Viewer", "Datastore Statistics" and "Datastore Admin" 500 for me. On Nov 5, 10:07 am, Afaque wrote: > Today I tried updating my application literally 30 times and it went > through without an error only about 5 times. And its not just the > de

[google-appengine] Re: 500 Server Error while deploying the application

2010-11-04 Thread Afaque
Today I tried updating my application literally 30 times and it went through without an error only about 5 times. And its not just the deployment thats throwing me 500 Server Error but also my dashboard on appengine.google.com. I have more than 1 applications running on app engine and rest of them

[google-appengine] Re: 500 Server Error while deploying the application

2010-11-03 Thread InspiradoGames
We're having the same issue - locks us out of updating for hours at a time. Another problem is that sometimes after an update the server will return 500 for any request. Only solution I have found so far is to do another update and hope it works. AppID: gardenmind-beta -- You received this mess

[google-appengine] Re: 500 Server Error accessing the GAE dashboard

2010-09-23 Thread Geoffrey Spear
On Sep 22, 7:16 pm, David Toledo wrote: > Hi All > > Exist some way from connect Mysql database in appengine and if is possible > where can found this info or examples? You can only make outbound connections in App Engine though http(s), XMPP or (and this would be a horrible idea) email. Your

[google-appengine] Re: 500 Server Error

2010-09-20 Thread alon
please provide more details. its hard to tell whats the issue. Java,python? local server or remote? do you have some exception you can paste? On Sep 18, 6:10 am, damian wrote: > I had functioning web server. However, for last two-three days > whenever I am trying to get to my web server  I am get

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

2010-06-28 Thread Dmitry Anipko
Not sure if it is the same, but I also started seeing with 100% repro error 500 today: the deployment log says Unable to update: java.io.IOException: Error posting to URL: http://appengine.google.com/api/datastore/index/add?app_id=multisketchbetaprep10&version=1&; 500 Internal Server Error Serv

[google-appengine] Re: 500 Server Error

2010-06-28 Thread Geoffrey Spear
This is a generic error; you'll need to check your error logs in the dashboard to see what's causing it. Are you running Python 2.6 locally? This seems to be a common cause of the "runs locally, but not in production" issue; the deployed version will be run under Python 2.5.2, which can't necessa

[google-appengine] Re: 500 server error logging into appengine.appspot.com

2010-06-22 Thread David Burns
I've been seeing something similar every so often for the last week David On Jun 21, 10:03 am, nickloman wrote: > Hi there > > As per subject, I am getting a 500 server error logging into the > appengine.appspot.com management interface since this morning (9:30AM > GMT): > > Error: Server Error

[google-appengine] Re: 500 Server Error - Admin console

2010-06-17 Thread App Engine Team
Yes, App Engine experienced a brief outage this morning that would have also affected the admin console. For more information, please see this post on downtime notify: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/9bf08a279138bf45 On Jun 17, 3:21 am, Françoi

[google-appengine] Re: 500 Server Error

2010-01-10 Thread fochiller
Yes it looks like it has resolved now. Shortly after I posted my message on Jan 7th, my application started loading without errors, though I still got errors later that day. Now (2 days later) it seems it looks quickly every time, so it looks like whatever problem it is, it got fixed thankfully. I

[google-appengine] Re: 500 Server Error

2010-01-07 Thread Arun Shanker Prasad
Hi, Same thing started happening to me too.. Has your problem been resolved? Thanks & Regards, Arun Shanker Prasad. On Jan 7, 9:49 pm, fochiller wrote: > Starting yesterday I keep getting a 500 server error on most attempts > to reach my app. I had not deployed new code in over a week, and I >

[google-appengine] Re: 500 Server Error caused by HardDeadlineExceededError from javax.persistence.Persistence.createEntityManagerFactory

2009-09-10 Thread Jeff S (Google)
Hello cyc, The HardDeadlineExceededError is raised when your app attempts to continue executing after the 30 second time limit for a single request to return a result. It looks like you may need to chop up the work you are trying to do into smaller chunks to allow each segment to execute in less t

[google-appengine] Re: 500 Server Error: no version is default

2009-07-09 Thread Matthew Blain
There is a quota for the amount of times you can deploy an application in one day which you seem to have encountered. I've reset your quota for the day, but consider using the dev_appserver from the SDK to test your app to limit the number of deployments you need. On Jul 9, 2:48 pm, khonggiannet

[google-appengine] Re: 500 Server Error when deployed

2009-06-15 Thread Nick Johnson (Google)
Hi Osiris, You need to check the Logs page of the admin console for details on what went wrong executing your request. Exception traces are not returned to the user for security purposes. -Nick Johnson On Sat, Jun 13, 2009 at 8:30 AM, Osiris wrote: > > Hello Everyone, > > I have developed a si

[google-appengine] Re: 500 Server Error due to bulkloader import?

2009-05-29 Thread Nick Johnson (Google)
Hi, The bulkloader is not available in production - it's intended to be used on the client. What code are you uploading/calling that requires it? -Nick Johnson On Wed, May 27, 2009 at 7:50 PM, fit.mag...@gmail.com wrote: > > Recently, I've uploaded my app and got a 500 error, which correspond

[google-appengine] Re: 500 server error

2009-01-09 Thread Rodrigo Moraes
On Fri, Jan 9, 2009 at 5:04 PM, adelevie wrote: > I have one app right now http://wepaste.appspot.com. I know how to > create and upload apps. However, today, I cannot even upload a hello > world even though the app works perfectly on dev_appserver. appcfg.py > runs fine but when I visit the URL,

[google-appengine] Re: 500 server error despite proper testing on dev_appserver.py and upload

2009-01-08 Thread Alexander Konovalenko
On Thu, Jan 8, 2009, Marzia Niccolai wrote: > > Usually if you are getting a 500 server error with no logs like you have > described, this means there is some typo in the app.yaml file that was > uploaded. We've seen this issue come up because of improper spacing, line > endings or a typo in the

[google-appengine] Re: 500 server error despite proper testing on dev_appserver.py and upload

2009-01-08 Thread Marzia Niccolai
Hi, Usually if you are getting a 500 server error with no logs like you have described, this means there is some typo in the app.yaml file that was uploaded. We've seen this issue come up because of improper spacing, line endings or a typo in the script name. -Marzia On Tue, Jan 6, 2009 at 6:18

[google-appengine] Re: 500 Server Error

2008-10-28 Thread SurfChen
On Oct 29, 8:36 am, "David Symonds" <[EMAIL PROTECTED]> wrote: > On Tue, Oct 28, 2008 at 5:29 PM, SurfChen <[EMAIL PROTECTED]> wrote: > > >http://yubei.appspot.com/ > > > I uploaded a new version,which added a new index.After uploading, 500 > > server error appear. > > Check your logs. It could be

[google-appengine] Re: 500 Server Error

2008-10-28 Thread David Symonds
On Tue, Oct 28, 2008 at 5:29 PM, SurfChen <[EMAIL PROTECTED]> wrote: > > http://yubei.appspot.com/ > > I uploaded a new version,which added a new index.After uploading, 500 > server error appear. Check your logs. It could be that the new index hasn't been built yet. Dave. --~--~-~--~--