------------ Deploying frontend ------------ Preparing to deploy: Created staging directory at: 'C:\Users\Neil\AppData\Local\Temp\appcfg7076424424047389002.tmp' Scanning for jsp files. Scanning files on local disk. Initiating update. com.google.appengine.tools.admin.HttpIoException: Error posting to URL: https://appengine.google.com/api/appversion/create?app_id=[my_app_name]&version=1& 404 Not Found This application does not exist (app_id=u'[my_app_name]'). Debugging information may be found in C:\Users\Neil\AppData\Local\Temp\appengine-deploy7911889026584894394.logApplication 已經建好了,可以進去後台,所以這不是問題。
appengine-web.xml 設定也沒問題。
<?xml version="1.0" encoding="utf-8"?> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0"> <application>[my_app_name]</application> <version>1</version> <threadsafe>true</threadsafe> <system-properties> <property name="java.util.logging.config.file" value="WEB-INF/logging.properties"/> </system-properties> </appengine-web-app>回想以前成功的過程,Eclipse Plugin 會提示輸入 Google 的帳號與密碼,現在卻沒出現。
網路上找不到解法,只有使用 command line 的方式上傳還 work。
[APP_ENGINE_SDK]\bin appcfg.cmd update [PATH_TO_WAR_FOLDER]---
沒有留言:
張貼留言