Here is the test case result part:

<testcase name="valid"
> classname="org.apache.openejb.bval.BeanValidationCustomProviderTest"
> time="0.245">
>     <error message="Unable to read OpenEJB configuration file at
> /Users/root/tomee_7.0.5_release/tomee-tomee-7.0.5/container/openejb-core/target/test-classes/conf/openejb.xml:
> /Users/root/tomee_7.0.5_release/tomee-tomee-7.0.5/container/openejb-core/target/test-classes/conf/openejb.xml
> (No such file or directory)"
> type="org.apache.openejb.OpenEJBException"><![CDATA[org.apache.openejb.OpenEJBException:
> Unable to read OpenEJB configuration file at
> /Users/root/tomee_7.0.5_release/tomee-tomee-7.0.5/container/openejb-core/target/test-classes/conf/openejb.xml:
> /Users/root/tomee_7.0.5_release/tomee-tomee-7.0.5/container/openejb-core/target/test-classes/conf/openejb.xml
> (No such file or directory)
>         at
> org.apache.openejb.config.sys.JaxbOpenejb.readConfig(JaxbOpenejb.java:222)
>         at
> org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:488)
>         at
> org.apache.openejb.config.ConfigurationFactory.getOpenEjbConfiguration(ConfigurationFactory.java:634)
>         at
> org.apache.openejb.testing.ApplicationComposers.startContainer(ApplicationComposers.java:1463)
>         at
> org.apache.openejb.testing.ApplicationComposers.before(ApplicationComposers.java:381)
>         at
> org.apache.openejb.testing.ApplicationComposers.evaluate(ApplicationComposers.java:1068)
>         at
> org.apache.openejb.junit.DeployApplication.evaluate(DeployApplication.java:40)
>         at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>         at
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>         at
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>         at
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
>         at
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200)
>         at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
> Caused by: java.io.FileNotFoundException:
> /Users/root/tomee_7.0.5_release/tomee-tomee-7.0.5/container/openejb-core/target/test-classes/conf/openejb.xml
> (No such file or directory)
>         at java.io.FileInputStream.open0(Native Method)
>         at java.io.FileInputStream.open(FileInputStream.java:195)
>         at java.io.FileInputStream.<init>(FileInputStream.java:138)
>         at org.apache.openejb.loader.IO.read(IO.java:367)
>         at
> org.apache.openejb.config.sys.JaxbOpenejb.readConfig(JaxbOpenejb.java:211)
>

On Wed, Jul 4, 2018 at 3:21 PM, Jonathan Gallimore <
[email protected]> wrote:

> It x64 Ubuntu (18.04) running Oracle JDK 8 - 1.8.0_151.
>
> I use buildbot, and my VM for that machine is deliberately set up to be as
> close to the Apache buildbot slave we use as possible.
>
> Post more details about your test failure and we can all have a look. I'd
> prefer not to chase down issues that are specific to people's machines, but
> obviously I'm happy to correct and re-roll for any failures in the build.
>
> Jon
>
> On Wed, Jul 4, 2018 at 1:11 PM, Gurkan Erdogdu <[email protected]>
> wrote:
>
> > Thank you. What is your build server, OS and JVM details?
> >
> > On Wed, Jul 4, 2018 at 3:05 PM, Jonathan Gallimore <
> > [email protected]> wrote:
> >
> > > I'll do an explicit build against that tag on my build server now and
> > > confirm.
> > >
> > > Jon
> > >
> > > On Wed, Jul 4, 2018 at 12:56 PM, Gurkan Erdogdu <[email protected]>
> > > wrote:
> > >
> > > > Tried to execute mvn clean install from the root location but failed
> :
> > > > (Environment macOSX, java version "1.8.0_161")
> > > >
> > > > Results :
> > > >
> > > > Tests in error:
> > > >   BeanValidationCustomProviderTest.valid ยป OpenEJB Unable to read
> > > OpenEJB
> > > > config...
> > > >
> > > > Tests run: 3926, Failures: 0, Errors: 1, Skipped: 2
> > > >
> > > > What is your build environment? Did you run all the tests
> succesfully?
> > > >
> > > >
> > > > On Wed, Jul 4, 2018 at 2:37 PM, Matthew Broadhead <
> > > > [email protected]> wrote:
> > > >
> > > > > i have downloaded tomee-plus-7.0.5 and have it running on my
> > > development
> > > > > machine.  everything seems fine so far.  i will let you know if
> there
> > > are
> > > > > any problems
> > > > >
> > > > >
> > > > > On 04/07/18 10:33, Jonathan Gallimore wrote:
> > > > >
> > > > >> Hi Everyone,
> > > > >>
> > > > >> Here is the initial roll of TomEE 7.0.5. Please can you take a
> look
> > > and
> > > > >> vote? Everyone, committer or not, is encouraged to test and vote.
> > > > >>
> > > > >> Staging repo:
> > > > >> https://repository.apache.org/content/repositories/
> > > orgapachetomee-1113
> > > > >>
> > > > >> Source zip:
> > > > >> /org/apache/tomee/tomee-project/7.0.5/tomee-project-7.0.5-
> > > > >> source-release.zip
> > > > >> <https://repository.apache.org/service/local/repositories/
> > > > >> orgapachetomee-1113/content/org/apache/tomee/tomee-
> > > > >> project/7.0.5/tomee-project-7.0.5-source-release.zip>
> > > > >>
> > > > >> Dist area:
> > > > >> https://dist.apache.org/repos/dist/dev/tomee/staging-1113/
> > > > >>
> > > > >> Legal:
> > > > >> https://dist.apache.org/repos/dist/dev/tomee/staging-1113/
> legal.zip
> > > > >>
> > > > >> Keys:
> > > > >> https://dist.apache.org/repos/dist/release/tomee/KEYS
> > > > >>
> > > > >> Changelog:
> > > > >> https://issues.apache.org/jira/browse/TOMEE-2175?jql=
> > > > >> project%20%3D%20TOMEE%20AND%20(status%20%3D%20Resolved%
> > > > >> 20OR%20status%20%3D%20CLOSED)%20AND%20fixVersion%20%3D%207.
> > > > >> 0.5%20ORDER%20BY%20priority%20DESC%2C%20updated%20DESC
> > > > >>
> > > > >> (If anyone knows a better way to get that list, let me know ;-) )
> > > > >>
> > > > >> Please vote:
> > > > >>   +1: Release
> > > > >>   -1 Do not release because ...
> > > > >>
> > > > >> The vote will be open for 3 days or the consensus is binding (At
> > > least 3
> > > > >> binding votes).
> > > > >>
> > > > >> Many thanks
> > > > >>
> > > > >> Jon
> > > > >>
> > > > >>
> > > > >
> > > >
> > >
> >
>

Reply via email to