Error Code 500 when i am trying to deploy my code to app engine

47 views
Skip to first unread message

Ashish YADAV

unread,
Jun 14, 2015, 7:18:34 AM6/14/15
to google-a...@googlegroups.com
I am getting error -as below when i try to deploy my code to server:

Error: Server Error

The server encountered an error and could not complete your request.

Please try again in 30 seconds.


Can anyone suggest why this is happening.

Nick (Cloud Platform Support)

unread,
Jun 15, 2015, 1:10:08 PM6/15/15
to google-a...@googlegroups.com, tgf...@motorola.com
Hey Ashish,

I think this kind of question would be better suited to stackoverflow or the public issue tracker, since it's not a general discussion of the services and platform, but is rather a specific technical issue you've encountered. That said, I'll note that even if the question were posted as it is to the public issue tracker, it would likely require further information to be solved. Some general tips:

Include the full output of the failing command, and use any "verbose" flags, such as "gloud --verbosity debug" or "appcfg.py -v --noisy". This helps to increase the amount of useful information in the output you post

Another useful thing to do is to describe whether the issue has occurred for a long time or only for a moment. Sometimes in networking, servers throw errors, and retrying is something both humans and computers need to do in the world of networking. Capturing as much error output as you can tends to help make sure even short-lived issues have a chance of being identified.

So, as I said, I encourage you to move this thread to the public issue tracker with more information gathering, and I wish you the best of luck in finding a resolution.

Sincerely,

Nick

Aakash Bapna

unread,
Jun 16, 2015, 4:22:43 AM6/16/15
to google-a...@googlegroups.com, tgf...@motorola.com
I am also facing the same issue while deploying, been trying for past 30 mins. It had been working all this while.

I don't think its suited for stackoverflow, its transient production issue.

There is a 500 on this request when I run with -v --noisy.

  path: /api/appversion/addfiles

  request_size_bytes: 240716

  response_code: 500


There is also a warning-  


2015-06-16 13:43:33,340 WARNING util.py:126 new_request() takes at most 1 positional argument (6 given) 

2015-06-16 13:43:33,341 WARNING util.py:126 new_request() takes at most 1 positional argument (6 given) 

2015-06-16 13:44:40,837 DEBUG appengine_rpc_httplib2.py:247 Got http error 500. 

2015-06-16 13:44:40,838 DEBUG appengine_rpc_httplib2.py:263 Retrying. This is attempt 3 of 3. 



Where can I reach out to for such production issues? I have billing enabled on my account.

Nick (Cloud Platform Support)

unread,
Jun 16, 2015, 1:12:35 PM6/16/15
to google-a...@googlegroups.com, Aakash Bapna, tgf...@motorola.com
Hey Aakash,

You're correct that this issue is likely better suited to the public issue tracker, and that's where you should reach out, creating a detailed issue report if you believe you've encountered a platform issue.

Sometimes when you see an incorrect number of arguments supplied to a function, it's caused by having an older version of the SDK on your system, or partly updated components. Could you ensure that you have the latest SDK installed, and there's no older version somewhere on your PATH or PYTHONPATH?

In general, for potentially-transient issues, as I said above, capturing as much error output as you can tends to help make sure even short-lived issues have a chance of being identified, and I encourage you to include all output as a .txt file when you file an issue report.

Best regards,

Nick
Reply all
Reply to author
Forward
0 new messages