Minitest failing with java.lang.NoClassDefFoundError: Could not initialize class org.apache.oozie.util.DateUtils

2017-07-19 Thread Staņislavs Rogozins
I'm trying to follow the instructions here to setup testing environment for Oozie: https://oozie.apache.org/docs/4.3.0/ENG_MiniOozie.html When I run `mvn clean test`, the test phase fails. I found the following error in target/surefire-reports/org.apache.oozie.test.WorkflowTest.txt: > > Tests run

Re: Minitest failing with java.lang.NoClassDefFoundError: Could not initialize class org.apache.oozie.util.DateUtils

2017-07-19 Thread Staņislavs Rogozins
895 > sec > > Results : > > Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 > > I have Oracle JDK 1.8.0_102 and Mac OS X current version. > > Regards, > > Andras > > On Wed, Jul 19, 2017 at 12:55 PM, Staņislavs Rogozins < > stanislavs.rogoz...@gmai

Re: Minitest failing with java.lang.NoClassDefFoundError: Could not initialize class org.apache.oozie.util.DateUtils

2017-07-19 Thread Staņislavs Rogozins
the two will be used. Which one is undefined. > > > > Running org.apache.oozie.test.TestParallelJPAOperationRetries > > > > Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: > 22.583 > > > sec > > > > Running org.apache.oozie.test.Test