Re: Trying to get trunk to compile

2012-02-06 Thread Romain Manni-Bucau
the error is in this build for instance: http://ci.apache.org/builders/openejb-trunk-ubuntu/builds/1811/steps/test/logs/stdio java.io.FileNotFoundException:

Re: Trying to get trunk to compile

2012-02-06 Thread Alan D. Cabrera
Whoot! [INFO] Reactor Summary: [INFO] [INFO] Apache OpenEJB SUCCESS [3.544s] [INFO] OpenEJB :: Dependencies ... SUCCESS [0.085s] [INFO] OpenEJB :: Dependencies :: MBean Annotation API ... SUCCESS [3.136s] [INFO] OpenEJB :: iTests

Re: Trying to get trunk to compile

2012-02-06 Thread dsh
w00t even :D On Mon, Feb 6, 2012 at 6:20 PM, Alan D. Cabrera l...@toolazydogs.com wrote: Whoot! [INFO] Reactor Summary: [INFO] [INFO] Apache OpenEJB SUCCESS [3.544s] [INFO] OpenEJB :: Dependencies ... SUCCESS [0.085s] [INFO]

Re: Trying to get trunk to compile

2012-02-06 Thread dsh
IMO that's an ulimit issue on the buildbot slave box. On Mon, Feb 6, 2012 at 5:43 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: the error is in this build for instance: http://ci.apache.org/builders/openejb-trunk-ubuntu/builds/1811/steps/test/logs/stdio java.io.FileNotFoundException:

Re: Trying to get trunk to compile

2012-02-06 Thread Romain Manni-Bucau
the default is 1024, i hope it was because of another build otherwise we maybe get an issue. - Romain 2012/2/6 dsh daniel.hais...@googlemail.com IMO that's an ulimit issue on the buildbot slave box. On Mon, Feb 6, 2012 at 5:43 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: the error

Re: Trying to get trunk to compile

2012-02-05 Thread dsh
Btw, can you point me to the error message? If it's an ulimit issue it doesn't necessarily mean that if you won't run into the issue on your local machine that would apply to buildbot slaves too... ulimit settings can differ. Cheers Daniel On Sat, Feb 4, 2012 at 8:21 PM, Romain Manni-Bucau

Re: Trying to get trunk to compile

2012-02-04 Thread Alan D. Cabrera
I noticed that we don't seem to get emails on build failures. Is this by plan or do the emails go to another list? Regards, Alan On Jan 31, 2012, at 12:34 PM, David Blevins wrote: On Jan 31, 2012, at 11:56 AM, Romain Manni-Bucau wrote: we have some buildbot jobs with tests, the main

Re: Trying to get trunk to compile

2012-02-04 Thread Alan D . Cabrera
Ahh, I see the emails in commits. :) Is there any buildbot documentation? I'm trying to find the last known good build. Regards, Alan On Feb 4, 2012, at 8:41 AM, Alan D. Cabrera wrote: I noticed that we don't seem to get emails on build failures. Is this by plan or do the emails go to

Re: Trying to get trunk to compile

2012-02-04 Thread dsh
Build 1810 [1] seems to be the last good build. If you use the waterfall display [2] you are getting more past build results. [1] http://ci.apache.org/builders/openejb-trunk-ubuntu/builds/1810 [2] http://ci.apache.org/waterfall?show=openejb-trunk-ubuntu On Sat, Feb 4, 2012 at 6:38 PM, Alan D.

Re: Trying to get trunk to compile

2012-02-04 Thread Romain Manni-Bucau
It seems we have an issue with builbot (hemera pby) looking several builds: too many open file - Romain Le 4 févr. 2012 19:18, dsh daniel.hais...@googlemail.com a écrit : Build 1810 [1] seems to be the last good build. If you use the waterfall display [2] you are getting more past build

Re: Trying to get trunk to compile

2012-02-04 Thread dsh
Is that on Ubuntu/Linux ? On Sat, Feb 4, 2012 at 7:34 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: It seems we have an issue with builbot (hemera pby) looking several builds: too many open file - Romain Le 4 févr. 2012 19:18, dsh daniel.hais...@googlemail.com a écrit : Build 1810

Re: Trying to get trunk to compile

2012-02-04 Thread Romain Manni-Bucau
Yep. Le 4 févr. 2012 19:39, dsh daniel.hais...@googlemail.com a écrit : Is that on Ubuntu/Linux ? On Sat, Feb 4, 2012 at 7:34 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: It seems we have an issue with builbot (hemera pby) looking several builds: too many open file - Romain

Re: Trying to get trunk to compile

2012-02-04 Thread dsh
So we either need to tweak the ulimit settings like this [1] or we have to figure out what increased the open files amount lately to be able to reduce it. [1]

Re: Trying to get trunk to compile

2012-02-04 Thread Romain Manni-Bucau
Locally it passes for me so i guess it is maybe a conflict with sthg else. Le 4 févr. 2012 19:51, dsh daniel.hais...@googlemail.com a écrit : So we either need to tweak the ulimit settings like this [1] or we have to figure out what increased the open files amount lately to be able to reduce

Re: Trying to get trunk to compile

2012-02-02 Thread Alan D. Cabrera
I'm surprised that no one else on Linux is running into this. I'll dig into it. As for my MacBook Pro builds, they never seem to fail in the same place. I suspect concurrency issues with the testing. I'll try to hunt these down as well. Regards, Alan On Jan 31, 2012, at 12:30 PM, Romain

Re: Trying to get trunk to compile

2012-01-31 Thread Alan D. Cabrera
On Jan 30, 2012, at 9:18 AM, David Blevins wrote: On Jan 30, 2012, at 8:22 AM, Alan D. Cabrera wrote: I'm getting errors when I try to build trunk: Failed tests: MDB.PojoContextLookup.lookupStatefulBean(org.apache.openejb.test.NumberedTestCase$NamedTest): Received Exception

Re: Trying to get trunk to compile

2012-01-31 Thread Romain Manni-Bucau
we have some buildbot jobs with tests, the main one is http://ci.apache.org/builders/openejb-trunk-ubuntu but we don't have access to the output files (junit). JL and I had this issue on windows, don't really remember why but was something like a bad xml lib version in the classpath. - Romain

Re: Trying to get trunk to compile

2012-01-31 Thread Alan D. Cabrera
I'm running on a RH box and a Mac Lion laptop. Both get errors when I try to mvn clean install If there are no suggestions I intend to debug the broken tests. Regards, Alan On Jan 31, 2012, at 11:56 AM, Romain Manni-Bucau wrote: we have some buildbot jobs with tests, the main one is

Re: Trying to get trunk to compile

2012-01-31 Thread Romain Manni-Bucau
maybe skip it for tonight, JL will probably remember why it fails. it is linked to xsd. - Romain 2012/1/31 Alan D. Cabrera l...@toolazydogs.com I'm running on a RH box and a Mac Lion laptop. Both get errors when I try to mvn clean install If there are no suggestions I intend to debug

Re: Trying to get trunk to compile

2012-01-31 Thread David Blevins
On Jan 31, 2012, at 11:56 AM, Romain Manni-Bucau wrote: we have some buildbot jobs with tests, the main one is http://ci.apache.org/builders/openejb-trunk-ubuntu but we don't have access to the output files (junit). The reports are available. Some weeks ago I added a test-results build step

Trying to get trunk to compile

2012-01-30 Thread Alan D. Cabrera
I'm getting errors when I try to build trunk: Failed tests: MDB.PojoContextLookup.lookupStatefulBean(org.apache.openejb.test.NumberedTestCase$NamedTest): Received Exception class java.lang.reflect.UndeclaredThrowableException : null Tests in error:

Re: Trying to get trunk to compile

2012-01-30 Thread David Blevins
On Jan 30, 2012, at 8:22 AM, Alan D. Cabrera wrote: I'm getting errors when I try to build trunk: Failed tests: MDB.PojoContextLookup.lookupStatefulBean(org.apache.openejb.test.NumberedTestCase$NamedTest): Received Exception class java.lang.reflect.UndeclaredThrowableException :