new build dhis2 2.29 start error.

hi,all

I got from github, ver 2.29, build and deploy to tomcat:

Got this error: what’s wrong?

···

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘hibernateConfigurationProvider’: Invocation of init method failed;

nested exception is org.hibernate.boot.InvalidMappingException: Could not parse mapping document: D:\tool\apache-tomcat-8.5.24\webapps\dhis\WEB-INF\lib\dhis-service

-core-2.29.jar (JAR)

at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor

.java:137)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactor

y.java:409)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1620)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555)

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483)

at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)

at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)

… 77 more

Caused by: org.hibernate.boot.InvalidMappingException: Could not parse mapping document: D:\tool\apache-tomcat-8.5.24\webapps\dhis\WEB-INF\lib\dhis-service-core-2.29

.jar (JAR)

at org.hibernate.boot.jaxb.internal.InputStreamXmlSource.doBind(InputStreamXmlSource.java:46)

at org.hibernate.boot.jaxb.internal.JarFileEntryXmlSource.doBind(JarFileEntryXmlSource.java:54)

at org.hibernate.boot.MetadataSources.addJar(MetadataSources.java:434)

at org.hibernate.cfg.Configuration.addJar(Configuration.java:555)

at org.hisp.dhis.hibernate.DefaultHibernateConfigurationProvider.init(DefaultHibernateConfigurationProvider.java:140)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:497)

at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:36

at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProce

ssor.java:311)

at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor

.java:134)

… 86 more

Caused by: org.hibernate.boot.MappingException: Unable to perform unmarshalling at line number 21 and column 5. Message: cvc-datatype-valid.1.2.1: ‘fasle’ is not a v

alid value for ‘boolean’. : origin(D:\tool\apache-tomcat-8.5.24\webapps\dhis\WEB-INF\lib\dhis-service-core-2.29.jar)

at org.hibernate.boot.jaxb.internal.AbstractBinder.jaxb(AbstractBinder.java:177)

at org.hibernate.boot.jaxb.internal.MappingBinder.doBind(MappingBinder.java:61)

at org.hibernate.boot.jaxb.internal.AbstractBinder.doBind(AbstractBinder.java:102)

at org.hibernate.boot.jaxb.internal.AbstractBinder.bind(AbstractBinder.java:57)

at org.hibernate.boot.jaxb.internal.InputStreamXmlSource.doBind(InputStreamXmlSource.java:43)

… 97 more

Caused by: javax.xml.bind.UnmarshalException

  • with linked exception:

[org.xml.sax.SAXParseException; lineNumber: 21; columnNumber: 5; cvc-datatype-valid.1.2.1: ‘fasle’ is not a valid value for ‘boolean’.]

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.handleStreamException(UnmarshallerImpl.java:468)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:448)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:420)

at org.hibernate.boot.jaxb.internal.AbstractBinder.jaxb(AbstractBinder.java:171)

… 101 more

Caused by: org.xml.sax.SAXParseException; lineNumber: 21; columnNumber: 5; cvc-datatype-valid.1.2.1: ‘fasle’ is not a valid value for ‘boolean’.

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.xs.XMLSchemaValidator$XSIErrorReporter.reportError(Unknown Source)

at org.apache.xerces.impl.xs.XMLSchemaValidator.reportSchemaError(Unknown Source)

at org.apache.xerces.impl.xs.XMLSchemaValidator.processOneAttribute(Unknown Source)

at org.apache.xerces.impl.xs.XMLSchemaValidator.processAttributes(Unknown Source)

at org.apache.xerces.impl.xs.XMLSchemaValidator.handleStartElement(Unknown Source)

at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)

at org.apache.xerces.jaxp.validation.ValidatorHandlerImpl.startElement(Unknown Source)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.ValidatingUnmarshaller.startElement(ValidatingUnmarshaller.java:86)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.InterningXmlVisitor.startElement(InterningXmlVisitor.java:60)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXEventConnector.handleStartElement(StAXEventConnector.java:246)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.StAXEventConnector.bridge(StAXEventConnector.java:115)

at com.sun.xml.internal.bind.v2.runtime.unmarshaller.UnmarshallerImpl.unmarshal0(UnmarshallerImpl.java:445)

… 103 more

13-Sep-2018 21:00:47.996 严重 [localhost-startStop-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will


此致

林晓东

莫愁前路无知己,天下谁人不识君。