我将应用程序部署到了Google App Engine。当我导航到它,我得到这个:Google App Engine:“错误:服务器错误”但日志中没有任何内容
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 caused it.
所有的页面都这样做。 appcfg.py upload_data
也不起作用。我不知道为什么。我在这里做错了什么?另外,感觉有时候我会花更多的时间和GAE搏斗,而不是真的写代码。 (尽管可能我的失望完全属于我自己的错)
有趣的是,你有这种感觉,因为我的印象总是相反。我感觉AppEngine的结构和工具让我避免了很多与基础设施的摔跤。相比之下,当我将一个新的Rails应用程序部署到其托管环境时,我似乎花费了整天的时间和时间。 – 2010-07-03 21:00:40
这是您第一次部署此应用程序吗? – 2010-07-03 21:14:38
不,我之前部署了它,但因为我只是测试而立即禁用它。过去我部署了一些应用程序,这些应用程序让我不那么麻烦。 – 2010-07-03 21:45:02