-1

https://console.developers.google.com/start/appengineの指示に従って、基本的な Hello World プロジェクトをビルドしてデプロイしようとしています。すべての手順を完了しましたが、最後の手順 6 で次のエラーが発生しました。

D:\google-app-engine\appengine-try-java>appcfg.cmd -A aqueous-flames-561 update
target\appengine-try-java
Reading application configuration data...
Apr 24, 2014 4:27:39 PM com.google.apphosting.utils.config.AppEngineWebXmlReader
readAppEngineWebXml
SEVERE: Received exception processing target/appengine-try-java\WEB-INF/appengin
e-web.xml
com.google.apphosting.utils.config.AppEngineConfigException: Could not locate D:
\google-app-engine\appengine-try-java\target\appengine-try-java\WEB-INF\appengin
e-web.xml
        at com.google.apphosting.utils.config.AppEngineWebXmlReader.getInputStre
am(AppEngineWebXmlReader.java:140)
        at com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngin
eWebXml(AppEngineWebXmlReader.java:75)
        at com.google.appengine.tools.admin.Application.<init>(Application.java:
185)
        at com.google.appengine.tools.admin.Application.readApplication(Applicat
ion.java:322)
        at com.google.appengine.tools.admin.AppCfg.readWar(AppCfg.java:280)
        at com.google.appengine.tools.admin.AppCfg.readApplication(AppCfg.java:2
71)
        at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:209)
        at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:121)
        at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:117)
Caused by: java.io.FileNotFoundException: target\appengine-try-java\WEB-INF\appe
ngine-web.xml (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(Unknown Source)
        at java.io.FileInputStream.<init>(Unknown Source)
        at com.google.apphosting.utils.config.AppEngineWebXmlReader.getInputStre
am(AppEngineWebXmlReader.java:137)
        ... 8 more

Bad configuration: Could not locate D:\google-app-engine\appengine-try-java\targ
et\appengine-try-java\WEB-INF\appengine-web.xml
  Caused by: target\appengine-try-java\WEB-INF\appengine-web.xml (The system can
not find the file specified)
Please see the logs [C:\Users\MICHAE~1\AppData\Local\Temp\appcfg7867248686279117
668.log] for further information.

D:\google-app-engine\appengine-try-java>

ステップ 5、Run Your App Locally ( https://console.developers.google.com/start/appengine ) を正常に完了することができました。そのため、実際に appengine-web.xml ファイルが欠落している場合、ローカルで実行する方法がわかりません。

4

1 に答える 1