我刚按照指南做了appengine的样本留言簿,完全按照指南进行操作。该应用程序在本地运行良好。然后我成功地通过Eclipse将它部署到appengine。我可以通过管理门户看到我的应用程序。但我可以通过http://.appspot.com访问我的应用程序,浏览器显示错误:
Network Error (tcp_error)
A communication error occurred: "Operation timed out"
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
For assistance, contact your network support team.
我在浏览器中看到错误后,查看管理员日志,请看:
2012-12-05 04:26:32.792 / 200 67ms 0kb Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4
116.246.26.29 - - [05/Dec/2012:04:26:32 -0800] "GET / HTTP/1.1" 200 867 - "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_2) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.94 Safari/537.4" "evanguestbook.appspot.com" ms=68 cpu_ms=64 cpm_usd=0.000097 instance=00c61b117c85ed8047fbc561bc883e1ac1c50c
日志中没有错误。
从管理日志中,我看到了:
API serving not allowed for this application
我有时候错了吗?或者我错过了要做的事情?
答案 0 :(得分:0)
您可以查看以下几点: