Per http://code.google.com/appengine/docs/java/gettingstarted/uploading.html, I did use the command prompt by typing "..\appengine-java-sdk\bin \appcfg.cmd update war". It produces the same error - expected I guess.
On Oct 28, 10:14 am, Pion <[email protected]> wrote: > I have been developing my app in the hosted mode for the past few > months. It works fine on the hosted mode. > > Today, I got an internal error below when I tried to deploy it for the > first time using Eclipse. > > My environments: GAE Java 1.2.6, GWT 1.7.1, Eclipse(Galileo), Windows > Vista (32-bit). > > Any help is is appreciated. > Thanks in advance for your help. > > ERROR LOGS > eclipse.buildId=M20090917-0800 > java.version=1.6.0_15 > java.vendor=Sun Microsystems Inc. > BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US > Framework arguments: -product org.eclipse.epp.package.jee.product > Command-line arguments: -os win32 -ws win32 -arch x86 -product > org.eclipse.epp.package.jee.product > > Error > Wed Oct 28 09:41:50 PDT 2009 > An internal error occurred during: "Deploying col to Google". > > com.google.apphosting.utils.config.AppEngineConfigException: XML error > validating D:\workspace\google\col\war\WEB-INF\appengine-web.xml > against D:\download\eclipse-galileo\plugins > \com.google.appengine.eclipse.sdkbundle_1.2.6.v200910131704\appengine- > java-sdk-1.2.6\docs\appengine-web.xsd > at com.google.appengine.tools.admin.Application.validateXml > (Application.java:321) > at com.google.appengine.tools.admin.Application.<init> > (Application.java:87) > at com.google.appengine.tools.admin.Application.readApplication > (Application.java:120) > at > com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.createAppAdmin > (AppEngineBridgeImpl.java:204) > at com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy > (AppEngineBridgeImpl.java:265) > at > com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace > (DeployProjectJob.java:148) > at org.eclipse.core.internal.resources.InternalWorkspaceJob.run > (InternalWorkspaceJob.java:38) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) > Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: > Invalid content was found starting with element 'system-properties'. > One of '{"http://appengine.google.com/ns/1.0":static-files, "http:// > appengine.google.com/ns/1.0":resource-files, "http:// > appengine.google.com/ns/1.0":env-variables, "http:// > appengine.google.com/ns/1.0":ssl-enabled, "http://appengine.google.com/ > ns/1.0":sessions-enabled, "http://appengine.google.com/ns/1.0":user- > permissions, "http://appengine.google.com/ns/1.0":public-root, "http:// > appengine.google.com/ns/1.0":inbound-services, "http:// > appengine.google.com/ns/1.0":precompilation-enabled}' is expected. > at > com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException > (Unknown Source) > at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError > (Unknown Source) > at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator > $XSIErrorReporter.reportError(Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.reportSchemaError > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.handleStartElement > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator.startElement > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl > $FragmentContentDriver.next(Unknown Source) > at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next > (Unknown Source) > at > com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument > (Unknown Source) > at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse > (Unknown Source) > at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse > (Unknown Source) > at > com.sun.org.apache.xerces.internal.jaxp.validation.StreamValidatorHelper.validate > (Unknown Source) > at > com.sun.org.apache.xerces.internal.jaxp.validation.ValidatorImpl.validate > (Unknown Source) > at javax.xml.validation.Validator.validate(Unknown Source) > at com.google.appengine.tools.admin.Application.validateXml > (Application.java:318) > ... 7 more --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
