It's likely you have a *-validation.xml file that contains an object with no validation rules. Delete the form entity in the file or add some validation rules.
Matt On Thu, Sep 25, 2008 at 4:28 PM, Joey122 <[EMAIL PROTECTED]> wrote: > > Hi, > > I m trying to get my app working in a production Tomcat instance and am > seeing a host of errors like below which is preventing the app from starting > > Does anyone know what causes this? > > I m completely lost > > ERROR [http-80-2] Digester.error(153 | Parse Error at line 56 column 16: > The content of element type "form" is incomplete, it must match "(field)+". > org.xml.sax.SAXParseException: The content of element type "form" is > incomplete, it must match "(field)+". > at > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown > Source) > at org.apache.xerces.util.ErrorHandlerWrapper.error(Unknown Source) > at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source) > at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown > Source) > at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source) > at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown > Source) > at > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown > Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source) > at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source) > at org.apache.commons.digester.Digester.parse(Digester.java:1666) > at > org.apache.commons.validator.ValidatorResources.<init>(ValidatorResources.java:156) > Sep 25, 2008 11:20:26 PM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Sep 25, 2008 11:20:26 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/RentRegister-1.0] startup failed due to previous errors > -- > View this message in context: > http://www.nabble.com/Attempting-to-deploy-App-To-Tomcat---Form%2B-Errors-tp19679502s2369p19679502.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
