[google-appengine] Re: Error: Server Error

2010-09-13 Thread Darien Caldwell
Yes, I'm getting this constantly with my app starting since around 8PM Pacific time. Not good :( -- 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 thi

[google-appengine] Re: Error: Server Error

2011-05-27 Thread Jonathan
Thanks Robert It appears that a non-ascii character in a comment (#) line of main.py is causing this crash. It does not happen with the local development module. Maybe Google app-engine team would be kind enough to enable utf-8 comments On May 24, 8:29 pm, Robert Kluin wrote: > Hi Jonathan, >

[google-appengine] Re: Error: Server Error

2011-05-27 Thread Geoffrey Spear
On May 27, 8:58 am, Jonathan wrote: > Thanks Robert > > It appears that a non-ascii character in a comment (#) line of main.py > is causing this crash. > It does not happen with the local development module. > > Maybe Google app-engine team would be kind enough to enable utf-8 > comments Are yo

[google-appengine] Re: Error: Server Error

2011-05-28 Thread Jonathan
Thanks Geoffrey Issue resolved Non-ascii characters can be used for both comments and string variables On May 27, 4:30 pm, Geoffrey Spear wrote: > On May 27, 8:58 am,Jonathan wrote: > > > Thanks Robert > > > It appears that a non-ascii character in a comment (#) line of main.py > > is causing

[google-appengine] Re: Error: Server Error

2011-12-18 Thread voscausa
dive into the log -- 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/-/NYDToOY_hOQJ. To post to this group, send email to google-appengine@googlegroups.

[google-appengine] Re: Error: Server Error

2011-12-18 Thread André Pankraz
Wrong answer - ding. At leat in my case (Java) I get no log entry for many 500 respones. Especially annoying are also this Backend "logs" for cron tasks which I currently get very often (>20%): 1. 1. 2011-12-18 16:00:02.890 /admin/maven.jsp 500 2032ms 0kb instance=0 AppEngine

[google-appengine] Re: Error: Server Error

2012-06-22 Thread Vinod Gangal
> > please any1 rply to dis > Error: Server ErrorThe server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. i m geting dis

[google-appengine] Re: Error: Server Error

2012-07-06 Thread Minh Võ Thanh
I meet problem above. Have you fix Server Error? Can you help me! Vào 12:16:24 UTC+7 Thứ bảy, ngày 23 tháng sáu năm 2012, Vinod Gangal đã viết: > > please any1 rply to dis >> > Error: Server ErrorThe server encountered an error and could not complete > your request. > If the problem persists, p

[google-appengine] Re: Error: Server Error

2019-07-17 Thread 'Elliott (Cloud Platform Support)' via Google App Engine
Hello, Please note that Google Groups are reserved for general Google Cloud Platform-end product discussions and not for reporting issues, which is why I suggest moving the troubleshooting to Issue Tracker , where issues

[google-appengine] Re: Error: Server Error

2010-02-24 Thread broc
Hi Robin, You are not the only one. Check status here: http://code.google.com/status/appengine Seb. On 24 fév, 18:23, miracleweb wrote: > My Blendapps chatroom is down, it is athttp://acimchat.ning.com/ > > Error: Server Error > > The server encountered an error and could not complete your r

[google-appengine] Re: Error: Server Error

2010-03-16 Thread riq
Since yesterday I'm getting this error as well. But according to AppEngine status (http://code.google.com/status/appengine) everything is working fine. Any idea ? Thanks My application is: http://www.cocoslive.net -- You received this message because you are subscribed to the Google Groups "Go

[google-appengine] Re: Error: Server Error

2010-03-17 Thread riq
On Mar 16, 10:47 am, Alexander Kolesnikov wrote: > Check your logs. I wonder if you will find in them something like "Too many > open files". I didn't find any log with the word "many". What's strange is that I didn't push any modification. The server is still throwing that error, and I don't k

[google-appengine] Re: Error: Server Error

2010-03-17 Thread riq
On Mar 17, 12:48 pm, Alexander Kolesnikov wrote: > Can you see any exceptions thrown in the logs? Yes, many exceptions. This exception is new one for me: : Traceback (most recent call last): File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py", line 694, in main run_wsgi_app(

[google-appengine] Re: Error: Server Error

2010-03-19 Thread riq
cocoslive is a High Score server, and now almost all the games are throwing the "Deadline" exception. this is another example: : Traceback (most recent call last): File "/base/data/home/apps/cocoslive/1.340556897570839124/api.py", line 694, in main run_wsgi_app(application) File "/base/pyt

[google-appengine] Re: Error: Server Error

2010-03-19 Thread riq
I would like to mention that I didn't modify anything on the server. >From 1 day to another the server started to throw 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...@goo

[google-appengine] Re: Error: Server Error

2010-03-19 Thread riq
Did the transaction code change ? Did the DEFAULT_TRANSACTION_RETRIES change in the last update ? -- 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 th

[google-appengine] Re: Error: Server Error

2010-03-19 Thread gg
I'm getting tons of Deadline Exceeded Errors also Somebody screwed something up. On Mar 19, 10:37 am, riq wrote: > Did the transaction code change ? Did the DEFAULT_TRANSACTION_RETRIES > change in the last update ? -- You received this message because you are subscribed to the Google Gr

[google-appengine] Re: Error: Server Error

2010-03-19 Thread riq
Can anybody can help us ? I'm paying more than $80 per week for this service! Did the API change ? Do we need to update something ? -- 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...@g

[google-appengine] Re: Error: Server Error

2010-03-19 Thread Wooble
On Mar 19, 6:54 pm, riq wrote: > Can anybody can help us ? > I'm paying more than $80 per week for this service! > > Did the API change ? Do we need to update something ? It looks like you're hitting the 30 second timeout limit during a fetch from the datastore. How many entities are you f

[google-appengine] Re: Error: Server Error

2010-05-27 Thread Stevko
Yep - me too for the last 7 minutes... 500 Server Error from my https://appengine.google.com/a/ On May 27, 12:45 pm, Andrei wrote: > I am getting this > > Error: Server Error > > The server encountered an error and could not complete your request. > If the problem persists, please report your p

[google-appengine] Re: Error: Server Error

2010-05-27 Thread Stevko
Whew! Seems to have cleared up. On May 27, 12:51 pm, Stevko wrote: > Yep - me too for the last 7 minutes... > > 500 Server Error from myhttps://appengine.google.com/a/ > > On May 27, 12:45 pm, Andrei wrote: > > > > > I am getting this > > > Error: Server Error > > > The server encountered an err

[google-appengine] Re: Error: Server Error

2010-05-28 Thread Bay
It's still there every now and then my users are reporting On May 27, 9:55 pm, Stevko wrote: > Whew! Seems to have cleared up. > > On May 27, 12:51 pm, Stevko wrote: > > > > > Yep - me too for the last 7 minutes... > > > 500 Server Error from myhttps://appengine.google.com/a/ > > > On May 27, 12

[google-appengine] Re: Error: Server Error

2009-07-09 Thread looking
I changed the codes to the following: . qPostings.declareParameters("int id"); try { List res = (List)qPostings.execute (new Long("5492")); .. but it doesn't still work. is it GAE server's fault? On Jul 9, 2:41 am, looking wrote: > PersistenceManager p

[google-appengine] Re: Error: Server Error

2009-09-08 Thread Wooble
Almost certainly there's a problem with your code. Check your app's logs. The generic 500 response page isn't useful at all for debugging. On Sep 6, 7:19 am, hoang wrote: > Hi all, > I got this message when accessing the homepage of my project from the > appspot.com website. But it works fine

[google-appengine] Re: Error: Server Error

2009-12-11 Thread fedestabile
I'm having troubles with my app too. I think this seems to be some kind of system disruption :( On Dec 11, 2:56 pm, "thepeppersstu...@gmail.com" wrote: > Got the following server error just now: > > Error: Server Error > > The server encountered an error and could not complete your request. > If

[google-appengine] Re: Error: Server Error

2009-12-11 Thread oliverox
Yea me too... that sucks! On Dec 11, 4:06 pm, fedestabile wrote: > I'm having troubles with my app too. I think this seems to be some > kind of system disruption :( > > On Dec 11, 2:56 pm, "thepeppersstu...@gmail.com" > > > > wrote: > > Got the following server error just now: > > > Error: Serve

[google-appengine] Re: Error: Server Error

2009-12-11 Thread fedestabile
I took a page, opened in Opera using the auto refresh feature, and hopefully Google will track all these errors. If you have any way to auto refresh one of your pages and generate the error, maybe will be a good idea to do it. On Dec 11, 3:08 pm, oliverox wrote: > Yea me too... that sucks! > > On

[google-appengine] Re: Error: Server Error

2010-12-01 Thread dloomer
Take a look at the other topic on this issue. They're looking into it: http://code.google.com/appengine/forum/?place=topic%2Fgoogle-appengine%2FkN0pSsVy1do%2Fdiscussion -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group,

[google-appengine] Re: Error: Server Error

2010-12-01 Thread p_tr1ck
Just got the same error. Browsing the apps in App Brain. -- 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

[google-appengine] Re: Error: Server Error

2010-12-01 Thread p_tr1ck
thanks. -- 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,

[google-appengine] Re: Error: Server Error

2011-02-18 Thread Ian Marshall
I have had this problem today. You might care to see my post, which is the third post in http://groups.google.com/group/google-appengine-java/browse_thread/thread/e11259410cc80b85# and see whether this mentions the same problem as you. If so, you might want to star the issue which I have starr

[google-appengine] Re: Error: Server Error

2011-02-18 Thread Ian Marshall
By the way, what error message do you get in your application log? This may indicate what is going wrong. On Feb 18, 7:26 pm, Ian Marshall wrote: > I have had this problem today. You might care to see my post, which is > the third post in > >  http://groups.google.com/group/google-appengine-java

[google-appengine] Re: Error: Server Error

2011-03-22 Thread Jay Herrick
A few minutes later it all came back. -Jay -- 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 google-appengine+unsubscr...@

[google-appengine] Re: Error: Server Error

2011-03-22 Thread Christopher Hilla
I'm getting the same thing. Deploys were giving me trouble and now the app is up and down. Seems intermittent. Keep an eye on http://code.google.com/status/appengine --Chris On Mar 23, 2:27 am, Jay Herrick wrote: > I'm getting this when I log into appengine.google.com or if I try to use the > ap

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

2012-06-23 Thread David Turner
Search for the "Admin logs" for your application and look for error messages there. On Fri, Jun 22, 2012 at 10:16 PM, Vinod Gangal wrote: > please any1 rply to dis >> > Error: Server ErrorThe server encountered an error and could not complete > your request. > If the problem persists, please >

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

2010-03-16 Thread Alexander Kolesnikov
Check your logs. I wonder if you will find in them something like "Too many open files". On Tue, Mar 16, 2010 at 1:08 PM, riq wrote: > Since yesterday I'm getting this error as well. But according to > AppEngine status (http://code.google.com/status/appengine) everything > is working fine. > > A

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

2010-03-17 Thread Alexander Kolesnikov
Can you see any exceptions thrown in the logs? On Wed, Mar 17, 2010 at 3:26 PM, riq wrote: > > > On Mar 16, 10:47 am, Alexander Kolesnikov > wrote: > > Check your logs. I wonder if you will find in them something like "Too > many > > open files". > > I didn't find any log with the word "many".

[google-appengine] Re: Error: Server Error with new app

2010-10-29 Thread Mohamed Dem Diarra
I found out my mistake thanks go google groups (http://code.google.com/p/googleappengine/issues/detail?id=99). I was doing import json instead of from django.utils import simplejson Thanks, -- Mohamed D. -- You received this message because you are subscribed to the Google Groups "Google App E

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

2016-10-17 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Before doing any kind of changes to code, you'd want to check your logs first, which will often give a helpful stack trace to show where the error originated. On a standard runtime instance you can view the request logs, and on a flexible

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

2016-10-17 Thread Roger
Thank you for replying. I checked the logs, earlier and could not find the reason; gets Error Code 204. Here is the latest log entry. 19:15:44.624GET5000 B182 msChrome 53/ 2604:2000:410f:1800:74da:b01f:2a14:8d3f - - [17/Oct/2016:19:15:44 -0400] "GET / HTTP/1.1" 500 - - "Mozilla/5.0 (X11; Linux

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

2016-10-17 Thread Steven Lu
Adam, I'm also experiencing this issue with redeployment of the same code to Google App Engine. On Monday, October 17, 2016 at 6:17:20 PM UTC-4, Adam (Cloud Platform Support) wrote: > > Before doing any kind of changes to code, you'd want to check your logs >

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

2016-10-20 Thread Roger
I checked out a previous git commit, uploaded to app engine, and there was no problem; it responded without error to requests. Thanks, Roger On Monday, October 17, 2016 at 7:22:20 PM UTC-4, Roger wrote: > > Thank you for replying. > I checked the logs, earlier and could not find the reason; gets

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

2016-10-20 Thread Roger
I found the error, it was my fault. I tracked it down with the help of the documentation: *Note:* When writing a stand-alone Go program we would place this code in package main. The Go App Engine Runtime provides a special main package, so you should put HTTP handler code in a package of your ch

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

2016-10-21 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Glad to hear you were able to resolve it. Error 204 is basically an unspecified internal error, but at least the cause of it was discovered in this case. On Thursday, October 20, 2016 at 5:31:04 PM UTC-4, Roger wrote: > > I found the error, it was my fault. > I tracked it down with the help of t

[google-appengine] Re: Error: Server Error after updating the application

2009-05-12 Thread Jason (Google)
The application loads on my end -- were you able to find and address the cause of the error or do I need to hit a particular handler? If you see this type of error in the future, you should first check the application's logs (linked from your application's Dashboard) to see if there are any more de

[google-appengine] Re: Error: Server Error after updating the application

2009-05-13 Thread Racz Bogdan
thanks sorry i forgot about the log in appengine from the dashboard. i got it ... i included a django module from appengine.lib.django.django.utils.encoding which throwed me the error. i don't know exactly why ... but the its important that know it works. thanks again, racz On Wed, May 13, 2009 a

[google-appengine] Re: Error: Server Error.... After uploading into appspot

2009-06-29 Thread Nick Johnson (Google)
Hi S K, Load the Admin Console for your app, click on 'logs', and you can see what error is causing this. -Nick Johnson On Mon, Jun 29, 2009 at 11:40 AM, S K wrote: > Hi All, >I have uploaded some code (.py,.html,.js,.jpg) to > xxx.appspot.com, in console its not showing any Error b

[google-appengine] Re: Error: Server Error from Android phone, no log

2009-11-23 Thread Per Sandström
Hi! This is the exact message I retrieve when my servlet is the way I want it to be: 500 Server Error Error: Server Error The server encountered an error and could not complete your request.If the problem persists, please report your problem and mention this error message and the query that c

[google-appengine] Re: Error: Server Error from Android phone, no log

2009-11-24 Thread Per Sandström
Thanks for the reply. Currently I am unable to reproduce the error. I will investigare it further if it reappears and post here. Cheers, Per Sandström On Nov 24, 1:09 am, "Ikai L (Google)" wrote: > I'd like to try to replicate this error, but I am getting a 401 when I > attempt to POST arbitrary

Re: [google-appengine] Re: Error: Server Error from Android phone, no log

2009-11-23 Thread Ikai L (Google)
I'd like to try to replicate this error, but I am getting a 401 when I attempt to POST arbitrary data to that url: curl -d "a=1" http://pg-sandstrom-guestbook.appspot.com/checklists What you should try to do is replicate the error using command line tools or by monitoring the low level request. I

[google-appengine] Re: Error: Server Error from specific domain bound to the app

2010-02-02 Thread burg
Got magically fixed... now looks okay :) -- 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...@goo

[google-appengine] Re: Error: Server Error from specific domain bound to the app

2010-02-02 Thread Alain de R
I see the same error on my domain. It started 2 hours ago, and it is still not fixed :-( http://pickemfirst.appspot.com/ works fines but http://app.pickemfirst.com/ fails with server error what's happening ? What can I do ? In addition, the "report" link is completely useless for my users it brin

[google-appengine] Re: Error: Server Error from specific domain bound to the app

2010-02-02 Thread Danny Tuppeny
Seems this is being investigated: http://groups.google.com/group/google- appengine/browse_thread/thread/5815fa443a1a5a5/faf28b84ba608c0e? q=#faf28b84ba608c0e On Feb 2, 4:56 pm, Alain de R wrote: > I see the same error on my domain. It started 2 hours ago, and it is > still not fixed :-(http://pi

[google-appengine] Re: Error: Server Error from specific domain bound to the app

2010-02-02 Thread tony
I am seeing the same issue. ..tony.. On Feb 2, 6:13 am, burg wrote: > My app -www.9folds.com- is getting Server Error message: > Error: Server Error > > The server encountered an error and could not complete your request. > If the problem persists, please report your problem and mention this > e

[google-appengine] Re: Error: Server Error from specific domain bound to the app

2010-02-02 Thread gwstuff
Hi, I have the exact same problem across 2 apps of mine - I can access it via the appspot.com domain but not via the custom domain (e.g. www.ivyleagueproofreaders.com doesn't work.) Sapan On Feb 2, 11:56 am, Alain de R wrote: > I see the same error on my domain. It started 2 hours ago, and it i

Re: [google-appengine] Re: Error: Server Error from specific domain bound to the app

2010-02-02 Thread Ikai L (Google)
There was an issue with auth cookies. This issue has been resolved: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/7fb8a39149de3b55 On Tue, Feb 2, 2010 at 9:11 AM, gwstuff wrote: > Hi, > > I have the exact same problem across 2 apps of mine - I can access i

[google-appengine] Re: "Error: Server Error" while deploying my Deep Learning model in "App Engine"

2020-09-14 Thread 'Aref Amiri (Cloud Platform Support)' via Google App Engine
Hello, I would suggest referring to this Stackoverflow post and this one

[google-appengine] Re: [Error: Server Error] GAE Nodejs8 Standard. Upgrade to Nuxtjs@2.0.0 and deployment fails (could be unrelated)

2018-09-27 Thread 'Steren Giannini' via Google App Engine
Hi David, Error Reporting is supported by the Node.js App Engine standard runtime, we will fix our docs. However, Error Reporting does not catch all errors (it only catches exceptions), you should be also looking at your logs. Can you look at your application output in your logs? (Open Stackdri

[google-appengine] Re: [Error: Server Error] GAE Nodejs8 Standard. Upgrade to Nuxtjs@2.0.0 and deployment fails (could be unrelated)

2018-09-27 Thread Jason Collins
For Nuxt in the past, I had to set the HOST env variable in app.yaml: env_variables: HOST: 0.0.0.0 Not sure if that would help in this case or not. On Thursday, 27 September 2018 13:11:46 UTC-7, Steren Giannini wrote: > > Hi David, > > Error Reporting is supported by the Node.js App Engine sta

[google-appengine] Re: Error: Server Error The server encountered an error and could not complete your request. Please try again in 30 seconds.

2017-11-19 Thread 'Kenworth (Google Cloud Platform)' via Google App Engine
Hi Arpit, a thread like this is off-topic for Google Groups, and should be posted to StackOverflow . While I'd like to help you, this isn't the place to do it. This forum isn't meant for specific 1-on-1 technical issues, but for gene

[google-appengine] Re: Error: Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds.

2019-12-24 Thread 'Mohammad I (Cloud Platform Support)' via Google App Engine
Hello Qasim, The issue that you have reported require your project id and more project specific details to proceed further with the investigation. In addition to that the issue that you have reported seems more related to Cloud Load Balancing issue or Compute Engine issue not App Engine iss