【问题标题】:Google cloud "This application does not exist (app_id=u'sunlit-precinct-93807')"谷歌云“此应用程序不存在(app_id=u'sunlit-prenct-93807')”
【发布时间】:2015-05-08 10:51:39
【问题描述】:

我正在尝试通过本教程在 Google 云上安装 Wordpress:https://googlecloudplatform.github.io/appengine-php-wordpress-starter-project/

我已经成功创建了一个数据库,现在我想将文件部署到服务器(使用 Google Launcher 和终端命令尝试过),但它给了我以下响应:

This application does not exist (app_id=u'sunlit-precinct-93807').

我不知道我做错了什么。我的应用程序在此处运行状态:https://appengine.google.com 以及在我的云控制台中。

$ appcfg.py update /Users/639/Desktop/appengine-php-wordpress-starter-project_build_linux_mac 
12:41 PM Application: sunlit-precinct-93807; version: wpfromstarterproject
12:41 PM Host: appengine.google.com
12:41 PM 
Starting update of app: sunlit-precinct-93807, version: wpfromstarterproject
12:41 PM Getting current resource limits.
12:41 PM Scanning files on local disk.
12:41 PM Scanned 500 files.
12:41 PM Scanned 1000 files.
Error 404: --- begin server output ---
This application does not exist (app_id=u'sunlit-precinct-93807').
--- end server output ---
iMac-van:~ 639$ appcfg.py update /Users/639/Desktop/appengine-php-wordpress-starter-project_build_linux_mac 
12:42 PM Application: sunlit-precinct-93807; version: wpfromstarterproject
12:42 PM Host: appengine.google.com
12:42 PM 
Starting update of app: sunlit-precinct-93807, version: wpfromstarterproject
12:42 PM Getting current resource limits.
12:42 PM Scanning files on local disk.
12:42 PM Scanned 500 files.
12:42 PM Scanned 1000 files.
Error 404: --- begin server output ---
This application does not exist (app_id=u'sunlit-precinct-93807').
--- end server output ---

【问题讨论】:

    标签: wordpress shell google-app-engine google-cloud-storage


    【解决方案1】:

    仔细检查以下内容:

    1. 您的应用程序 ID 正确,并且与您在云控制台中看到的完全匹配。

    2. 您的 app.yaml 文件可能包含特殊字符,因此请尝试键入它,而不是复制粘贴应用程序 ID。

    【讨论】:

    猜你喜欢
    • 2011-10-25
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-03-02
    • 2014-10-30
    • 2017-05-24
    • 2022-01-03
    相关资源
    最近更新 更多