2013-12-20 26 views
2

在所有版本的應用程序中,我開始收到錯誤「未被捕獲的應用程序失敗」。我在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) 

UPDATE:現在我看到這個問題只能用默認版本。任何「默認版本」都會得到這個錯誤。不同的源代碼沒有任何區別。臨時通過將99%的流量分爲非默認版本解決。 (這是工作!) 請注意:它似乎不是我的代碼中的錯誤,我嘗試了完全不同的來源,它似乎更像是實例中的內部錯誤,我想從GAE團隊獲得反饋。

+0

重新檢查日誌。並嘗試重新部署。我認爲它在SDK中正常工作? – mjibson

+0

確定它適用於SDK。已經嘗試重新部署。即使我們的Hello-world-like版本也會給這個錯誤帶來時間。 –

+0

然後我猜想這是一個臨時應用程序引擎問題,或者您有一些代碼執行奇怪的事情,並且SDK不會以這種方式複製生產服務器。 – mjibson

回答

1

3天沒有錯誤。顯然這個問題本身就解決了。

相關問題