Hi there,
I'm developing a web app on NetBenas 6.9 and want to use the GAE appcfg.sh
tool to upload the war. However, I'm running in to the following exception:
bardu@bardu-laptop:~/GAE/appengine-java-sdk-1.4.2/bin$ ./appcfg.sh update
/home/bardu/NetBeansProjects/enterprise/mobitec/dist
Reading application configuration data...
15-Feb-2011 9:07:31 PM
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
SEVERE: Received exception processing
/home/bardu/NetBeansProjects/enterprise/mobitec/dist/WEB-INF/appengine-web.xml
com.google.apphosting.utils.config.AppEngineConfigException: Could not
locate
/home/bardu/NetBeansProjects/enterprise/mobitec/dist/WEB-INF/appengine-web.xml
at
com.google.apphosting.utils.config.AppEngineWebXmlReader.getInputStream(AppEngineWebXmlReader.java:102)
at
com.google.apphosting.utils.config.AppEngineWebXmlReader.readAppEngineWebXml(AppEngineWebXmlReader.java:60)
at
com.google.appengine.tools.admin.Application.<init>(Application.java:115)
at
com.google.appengine.tools.admin.Application.readApplication(Application.java:164)
at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:118)
at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:63)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:59)
Caused by: java.io.FileNotFoundException:
/home/bardu/NetBeansProjects/enterprise/mobitec/dist/WEB-INF/appengine-web.xml
(No such file or directory)
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.getInputStream(AppEngineWebXmlReader.java:99)
... 6 more
Bad configuration: Could not locate
/home/bardu/NetBeansProjects/enterprise/mobitec/dist/WEB-INF/appengine-web.xml
Caused by:
/home/bardu/NetBeansProjects/enterprise/mobitec/dist/WEB-INF/appengine-web.xml
(No such file or directory)
Please see the logs [/tmp/appcfg2817474116007198989.log] for further
information.
bardu@bardu-laptop:~/GAE/appengine-java-sdk-1.4.2/bin$
What I don't understand since the appengine-war.xml is definitely in the
WEB-INF/.
What do I miss?
Thanks.
Stephan
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.