Re: Build failed

2021-07-19 Thread Pierre Gaudin
>>>>>> Thanks and Regards >>>>>>> -- >>>>>>> Pritam Kute >>>>>>> >>>>>>> On Mon, Oct 1, 2018 at 4:43 PM Suraj Khurana < >>>>>>> suraj.khur...@hotwaxsystems.com> 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 >>>>>>>>

Re: Build failed

2021-07-19 Thread Mohammad Kathawala
> > I am getting this exception after re-starting OFBiz server. I > > used > > > > > > > ./gradlew cleanAll ofbiz and got this exception: > > > > > > > > > > > > > > === >

Re: Build failed

2018-10-01 Thread Taher Alkhateeb
ed > > > > > > > ./gradlew cleanAll ofbiz and got this exception: > > > > > > > > > > > > > > === > > > > > > > > > > > > > > :test > > > > > > > > > > > &g

Re: Build failed

2018-10-01 Thread Deepak Dixit
> > > > > > > > > > > === > > > > > > > > > > > > :test > > > > > > > > > > > > org.apache.ofbiz.entity.util.EntitySax

Re: Build failed

2018-10-01 Thread Taher Alkhateeb
xception at EntitySaxReaderTests.java:82 > > > > > > > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > > > > delegatorCreationUsingConstructorFailsIfConfigurationIsMissing > > FAILED > > > > > java.lang.AssertionError > > > > > > &

Re: Build failed

2018-10-01 Thread Deepak Dixit
itTests > > > > > delegatorCreationUsingConstructorFailsIfConfigurationIsMissing > FAILED > > > > java.lang.AssertionError > > > > > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > > > delegator

Re: Build failed

2018-10-01 Thread Pierre Smits
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 > > > > > >

Re: Build failed

2018-10-01 Thread Michael Brohl
elegatorUnitTests.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 smime.p7s Description: S/MIME Cryptographic Signature

Re: Build failed

2018-10-01 Thread Deepak Dixit
;>>> org.apache.ofbiz.entity.DelegatorUnitTests > >>>> delegatorCreationUsingConstructorFailsIfConfigurationIsMissing FAILED >>>> java.lang.AssertionError >>>> >>>> org.apache.ofbiz.entity.DelegatorUnitTests > >>>> delegatorCreat

Re: Build failed

2018-10-01 Thread Michael Brohl
t 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 smime.p7s Description: S/MIME Cryptographic Signature

Re: Build failed

2018-10-01 Thread Benjamin Jugl
To: dev@ofbiz.apache.org Subject: Re: Build failed Date: Mon, 01 Oct 2018 13:39:21 +0200 Same. Is there any way to disable the Test system for now? I tried commenting out all test-suite entries in components already, doesnt work. I need the system urgently for a customer demo. Best regards

Re: Build failed

2018-10-01 Thread Hannes Geist
Ok, easy solution: rename  framework/entity/src/test  to  framework/entity/src/test_  for now. -Original Message- From: Hannes Geist Reply-to: h...@hgeist.com To: dev@ofbiz.apache.org Subject: Re: Build failed Date: Mon, 01 Oct 2018 13:39:21 +0200 Same. Is there any way to disable

Re: Build failed

2018-10-01 Thread Deepak Dixit
gatorUnitTests.java:87 > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > delegatorCreationUsingFactoryGetInstance FAILED > > java.lang.AssertionError at DelegatorUnitTests.java:75 > > > > org.apache.ofbiz.entity.DelegatorUnitTests > > > delegator

Re: Build failed

2018-10-01 Thread Hannes Geist
To: dev@ofbiz.apache.org Subject: Re: Build failed Date: Mon, 1 Oct 2018 16:56:54 +0530 Same here. About to write an email. :) Thanks and Regards -- Pritam Kute On Mon, Oct 1, 2018 at 4:43 PM Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Hello team, > > I am getting

Re: Build failed

2018-10-01 Thread Pritam Kute
fException 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 >

Build failed

2018-10-01 Thread Suraj Khurana
tyConfException 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

[jira] [Commented] (OFBIZ-7149) ofbiz clean build failed on latest code base

2016-06-01 Thread Ashish Vijaywargiya (JIRA)
the subject, doing it right away. Take latest code base and then run "./ant load-demo". Hopefully you will be seeing the same error. > ofbiz clean build failed on latest code base > > > Key: OFBIZ-7149 >

[jira] [Commented] (OFBIZ-7149) ofbiz clean build failed on latest code base

2016-06-01 Thread Pranay Pandey (JIRA)
} > ofbiz clean build failed on latest code base > > > Key: OFBIZ-7149 > URL: https://issues.apache.org/jira/browse/OFBIZ-7149 > Project: OFBiz > Issue Type: Bug >Repor

[jira] [Updated] (OFBIZ-7149) ofbiz clean build failed on latest code base

2016-06-01 Thread Ashish Vijaywargiya (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-7149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ashish Vijaywargiya updated OFBIZ-7149: --- Attachment: Build-Fail.txt.zip > ofbiz clean build failed on latest code b

[jira] [Created] (OFBIZ-7149) ofbiz clean build failed on latest code base

2016-06-01 Thread Ashish Vijaywargiya (JIRA)
Ashish Vijaywargiya created OFBIZ-7149: -- Summary: ofbiz clean build failed on latest code base Key: OFBIZ-7149 URL: https://issues.apache.org/jira/browse/OFBIZ-7149 Project: OFBiz Issue

Fwd: Build failed in Jenkins: OFBizTrunk #144

2012-05-12 Thread Hans Bakker
Original Message Subject:Build failed in Jenkins: OFBizTrunk #144 Date: Sat, 12 May 2012 03:23:25 + (UTC) From: jenk...@antwebsystems.com To: jenk...@hansbakker.com Seehttp://jenkins.antwebsystems.com/job/OFBizTrunk/144/changes Changes: [doogie

Re: Build failed in Jenkins: OFBizTrunk #144

2012-05-12 Thread Jacopo Cappellato
Message Subject: Build failed in Jenkins: OFBizTrunk #144 Date: Sat, 12 May 2012 03:23:25 + (UTC) From: jenk...@antwebsystems.com To: jenk...@hansbakker.com Seehttp://jenkins.antwebsystems.com/job/OFBizTrunk/144/changes Changes: [doogie] FORMATTING: Add

Re: Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-02 Thread Jacques Le Roux
some deprecation warnings for org.ofbiz.entity.util.ByteWrapper Thanks for your help! Bryan -- View this message in context: http://www.nabble.com/Build-Failed---org.ofbiz.geronimo.GeronimoTransactionFactory-tp18230384p18230384.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-02 Thread Ashish Vijaywargiya
://www.nabble.com/Build-Failed---org.ofbiz.geronimo.GeronimoTransactionFactory-tp18230384p18230384.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-02 Thread jazerb
for org.ofbiz.entity.util.ByteWrapper Thanks for your help! Bryan -- View this message in context: http://www.nabble.com/Build-Failed---org.ofbiz.geronimo.GeronimoTransactionFactory-tp18230384p18230384.html Sent from the OFBiz - Dev mailing list archive at Nabble.com. -- View this message

Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-01 Thread jazerb
got some deprecation warnings for org.ofbiz.entity.util.ByteWrapper Thanks for your help! Bryan -- View this message in context: http://www.nabble.com/Build-Failed---org.ofbiz.geronimo.GeronimoTransactionFactory-tp18230384p18230384.html Sent from the OFBiz - Dev mailing list archive

Re: Build Failed - org.ofbiz.geronimo.GeronimoTransactionFactory

2008-07-01 Thread Jacopo Cappellato
for your help! Bryan -- View this message in context: http://www.nabble.com/Build-Failed---org.ofbiz.geronimo.GeronimoTransactionFactory-tp18230384p18230384.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: Build failed

2007-01-19 Thread Jacques Le Roux
Message - From: Renaldas [EMAIL PROTECTED] To: dev@ofbiz.apache.org Sent: Friday, January 19, 2007 9:57 AM Subject: Build failed Hi, I updated to revision 497744. I made ant clean. I run ant run-install and I got this error: [javac] Compiling 13 source files to D