I think its due to changes done at r#1842437 While build using debug mode found following warning ====================
17:04:57.839 [DEBUG] [TestEventLogger] 2018-10-01 17:04:57,839 |Test worker |UtilXml |W| [UtilXml.LocalResolver.resolveEntity] could not find LOCAL DTD/Schema with publicId [null] and the file/resource is [entity-config.xsd] ==================== UtilXml fails to read the entity-config.xsd file as entityengine.xml using the following URL http://ofbiz.apache.org/dtds/entity-config.xsd I think we need to update the noNamespaceSchemaLocation or exclude the dtds folder in redirect rule. Exclusion looks good to me in this case. any other opinion? Thanks & Regards -- Deepak Dixit On Mon, Oct 1, 2018 at 4:56 PM, Pritam Kute <[email protected]> wrote: > Same here. About to write an email. :) > > Thanks and Regards > -- > Pritam Kute > > On Mon, Oct 1, 2018 at 4:43 PM Suraj Khurana < > [email protected]> wrote: > > > Hello team, > > > > I am getting this exception after re-starting OFBiz server. I used > > ./gradlew cleanAll ofbiz and got this exception: > > > > =============================== > > > > :test > > > > org.apache.ofbiz.entity.util.EntitySaxReaderTests > parse FAILED > > java.lang.IllegalStateException at EntitySaxReaderTests.java:82 > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > delegatorCreationUsingConstructorFailsIfConfigurationIsMissing FAILED > > java.lang.AssertionError > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > delegatorCreationUsingFactoryGetDelegator FAILED > > java.lang.AssertionError at DelegatorUnitTests.java:87 > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > delegatorCreationUsingFactoryGetInstance FAILED > > java.lang.AssertionError at DelegatorUnitTests.java:75 > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > delegatorCreationUsingConstructor FAILED > > org.apache.ofbiz.entity.GenericEntityConfException at > > DelegatorUnitTests.java:63 > > > > 29 tests completed, 5 failed > > :test FAILED > > > > FAILURE: Build failed with an exception. > > > > =============================== > > > > Is anyone else facing similar issue ? > > > > -- > > Best Regards, > > Suraj Khurana > > Omnichannel OMS Technical Expert > > HotWax Systems > > >
