应用引擎:未捕获的应用程序故障



在应用程序的所有版本上,我开始收到错误"未捕获的应用程序故障"。我在python27上。错误开始突然出现,上次应用部署是 ~5 小时前。我不时得到预期的结果,但大多数情况下我看到错误。日志中没有任何用处。有什么建议吗?

响应正文:

<html><head><title>s~lawinsidercontracts : uncaught application failure</title><body><pre>
<br></pre></body></html>

在日志中,这看起来像:

2013-12-20 22:22:54.987
This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more CPU than a typical request for your application.
W 2013-12-20 22:22:54.987
A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. (Error code 121)

更新:现在我只在默认版本中看到此问题。任何"默认版本"都会收到此错误。不同的源代码没有任何区别。通过将 99% 的流量拆分为非默认版本来临时解决。(这是有效的!请注意:这似乎不是我的代码中的错误,我尝试了完全不同的来源,这似乎更像是实例中的内部错误,我想从 GAE 团队获得反馈。

3 天没有错误。显然问题自行解决。

最新更新