When I try to deploy on Google AppEngine, I receive this error:
< Code> com.google .apphosting.utils.config.AppEngineConfigException: against the XML error / users / mat / download / eclipse 7 / plugins / com.google / Users / matt / Documents / workspace / myapp222 / war / WEB-INF / Appengine-web.xml valid .appengine.eclipse.sdkbundle.1.3.1_1.3.1.v201002101412 / appengine-java-sdk-1.3.1 / docs / com.google.appengine.tools.admin.Application.validateXml (Application.java But appengine-web.xsd.: Com.google.appengine.tools.admin.Application on & lt 322); Init & gt; (Com.google.appengine.tools.admin.Application.readApplication (Application.java:87 on application.java:121) com .google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.createAppAdmin com.google.appengine. Eclipse.core.proxy.AppEngineBridgeImpl.deploy (AppEngineBridgeImpl.java:2065) at com.google.appengine .eclipse.core.deploy.DeployProjectJob.runInWorkspace (DeployProjectJob.java: org.xml: 145) ) .xax.SAXParseException due to ong.eclipse.core.internal.resources.InternalWorkspaceJob.run (InternalWorkspaceJob.java38) org.eclipse.core.internal.jobs.Worker.run (Worker.java:55) but on. : Cvc-pattern-valid: Value is not aspect-valid in relation to '0s' pattern' \ s * (([1-9] [0-9] *) ([DdHhMm] | [sS]?)) ( \ S + ([1-9] [0-9] *) ([DdHhMm] | [sS]?)) * \ S * 'Type' for 'type' org.apache.xerces.imp Organization .apache.xerces.impl on l.XMLErrorReporter.reportError (Unknown Source) at org.apache.xerces.util.ErrorHandlerWrapper.error (org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException (Unknown Source) at an undisclosed source) on .XMLErrorReporter.reportError org.apache.xerces.impl.XMLErrorReporter.reportError (unknown source) (unknown source) at org.apache.xerces.impl.xs.XMLSchemaValidator $ XSIErrorReporter.reportError org.apache.xerces (unknown source). OrgkapachekxerceskimplkxskXMLSchemaValidatorkreportSchemaError (unknown source org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute on impl.xs.XMLSchemaValidator.processAttributes) org.apache.xerces on (unknown source). Org.apache.xerces.impl.xs.XMLSchemaValidator.emptyEleme on impl.XMLNSDocumentScannerImpl OrgkapachekxerceskimplkxskXMLSchemaValidatorkhandleStartElement (Unknown Source nt) org.apache.xerces org.apache.xerces.impl.XMLDocumentFragmentSca on (Unknown Source) (Unknown Source) KscanStartElement (Unknown Source). nnerImpl $ FragmentContentDispatcher.dispatch (unknown source org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument on ParserskXMLllConfigurationkparse) (unknown source) (unknown source) at org.apache.xerces.parsers. On XML11Configuration.parse org.apache.xerces.jaxp.validation.StreamValidatorHelper.validate (Unknown Source org.apache.xerces.jaxp.validation.ValidatorImpl.validate on Javaxkxmlkvalidation) (Unknown Source) (unknown source). Validator.validate com.google.appengine.tools.admin.Application.validateXml (Validator.java127) (Application.java319) ... 7 more
My appengine- Web.xml
& lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; Appengine-web-app xmlns = "http://appengine.google.com/ns/1.0" & gt; & Lt; Application & gt; Myapp222 & lt; / Application & gt; & Lt; Version & gt; 1 & lt; / Edition & gt; & Lt ;! - Configure service / caching of GWT files - & gt; & Lt; Static-files & gt; & Lt; Path = "**" /> & Lt ;! - App Engine 1.3.2 SDK - & gt; & Lt; Include in path = "** .nocache. *" End = "0 s" /> & Lt; Path = "** .cache. *" End = "365D" /> & Lt; Route = "** .gwt.rpc" /> Skip the & lt; / Static-files & gt; & Lt ;! - Configure java.util.logging - & gt; & Lt; System-Properties & gt; & Lt; Property Name = "java.util.logging.config.file" value = "WEB-INF / Logging.Properties" /> & Lt; / System-Properties & gt; & Lt; / Appengine-web-application & gt; What's wrong?
By: org.xml. Sax.SAXParseException: cvc-pattern-valid: Value '0s' pattern' \ s * (but not equal to [1-9] [0] aspect-not valid Is -9] *) ([DdHhMm] | [ s s]) (\ s + ([1-9] [0-9] *) ([DdHhMm] | | [ss] )) * \ S * 'Type' End Type 'for type.
& amp; Include in path = "** .nocache. *" End = "0s" /> 0s is not valid You must specify at least 1s .
Comments
Post a Comment