Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-20 Thread Simon Laws
On 8/20/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Simon Laws wrote:
> > On 8/20/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
> >
> >> Jean-Sebastien Delfino wrote:
> >>
> > I've committed a fix for calculator-distributed. I fired up my FC6
> > and it
> >
> >
>  worked OK there. Let me know if it still causes issues.
> 
>  Simon
> 
> 
> 
> >>> It works for me too now. Thanks!
> >>>
> >>>
> >> This is weird, it worked once, and now after rebuilding all the modules
> >> from scratch, gives me this error:
> >>
> >> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.048
> >> sec <<< FAILURE!
> >> calculator.CalculatorTestCase  Time elapsed: 0.532 sec  <<< ERROR!
> >> java.lang.NoClassDefFoundError:
> org.apache.activemq.broker.BrokerService
> >> at calculator.CalculatorTestCase.init(CalculatorTestCase.java
> :49)
> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java
> >> :64)
> >> at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> >> DelegatingMethodAccessorImpl.java:43)
> >> at java.lang.reflect.Method.invoke(Method.java:615)
> >> at
> >> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
> >> BeforeAndAfterRunner.java:74)
> >> at
> >> org.junit.internal.runners.BeforeAndAfterRunner.runBefores(
> >> BeforeAndAfterRunner.java:50)
> >> at
> >> org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> >> BeforeAndAfterRunner.java:33)
> >> at
> >> org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
> >> at
> >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
> JUnit4TestSet.java
> >> :62)
> >> at
> >>
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> >> AbstractDirectoryTestSuite.java:138)
> >> at
> >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> >> AbstractDirectoryTestSuite.java:125)
> >> at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java
> >> :64)
> >> at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> >> DelegatingMethodAccessorImpl.java:43)
> >> at java.lang.reflect.Method.invoke(Method.java:615)
> >> at
> >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> >> SurefireBooter.java:290)
> >> at
> >> org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java
> >> :818)
> >>
> >> calculator.CalculatorTestCase  Time elapsed: 0.535 sec  <<< ERROR!
> >> java.lang.NullPointerException
> >> at calculator.CalculatorTestCase.destroy(
> CalculatorTestCase.java
> >> :74)
> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java
> >> :64)
> >> at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> >> DelegatingMethodAccessorImpl.java:43)
> >> at java.lang.reflect.Method.invoke(Method.java:615)
> >> at
> >> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
> >> BeforeAndAfterRunner.java:74)
> >> at
> >> org.junit.internal.runners.BeforeAndAfterRunner.runAfters(
> >> BeforeAndAfterRunner.java:65)
> >> at
> >> org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> >> BeforeAndAfterRunner.java:37)
> >> at
> >> org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
> >> at
> >> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
> JUnit4TestSet.java
> >> :62)
> >> at
> >>
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> >> AbstractDirectoryTestSuite.java:138)
> >> at
> >> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> >> AbstractDirectoryTestSuite.java:125)
> >> at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >> at
> >> sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java
> >> :64)
> >> at
> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> >> DelegatingMethodAccessorImpl.java:43)
> >> at java.lang.reflect.Method.invoke(Method.java:615)
> >> at
> >> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> >> SurefireBooter.java:290)
> >> at
> >> org.apache.maven.surefire.booter.SurefireBooter.main(
> SurefireBooter.java
> >> :818)
> >>
> >>
> >> Results :
> >>
> >> Tests in error:
> >>   calculator.CalculatorTestCase
> >>   calculator.CalculatorTestCase
> >>
> >> Tests run: 3, Failures: 0, Errors: 2, Skipped: 0
> >>
>

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-20 Thread Jean-Sebastien Delfino

Simon Laws wrote:

On 8/20/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
  

Jean-Sebastien Delfino wrote:


I've committed a fix for calculator-distributed. I fired up my FC6
and it

  

worked OK there. Let me know if it still causes issues.

Simon




It works for me too now. Thanks!

  

This is weird, it worked once, and now after rebuilding all the modules
from scratch, gives me this error:

Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.048
sec <<< FAILURE!
calculator.CalculatorTestCase  Time elapsed: 0.532 sec  <<< ERROR!
java.lang.NoClassDefFoundError: org.apache.activemq.broker.BrokerService
at calculator.CalculatorTestCase.init(CalculatorTestCase.java:49)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
BeforeAndAfterRunner.java:74)
at
org.junit.internal.runners.BeforeAndAfterRunner.runBefores(
BeforeAndAfterRunner.java:50)
at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
BeforeAndAfterRunner.java:33)
at
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java
:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java
:818)

calculator.CalculatorTestCase  Time elapsed: 0.535 sec  <<< ERROR!
java.lang.NullPointerException
at calculator.CalculatorTestCase.destroy(CalculatorTestCase.java
:74)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
BeforeAndAfterRunner.java:74)
at
org.junit.internal.runners.BeforeAndAfterRunner.runAfters(
BeforeAndAfterRunner.java:65)
at
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
BeforeAndAfterRunner.java:37)
at
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java
:62)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
AbstractDirectoryTestSuite.java:138)
at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
:64)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
SurefireBooter.java:290)
at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java
:818)


Results :

Tests in error:
  calculator.CalculatorTestCase
  calculator.CalculatorTestCase

Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE
[INFO]


--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Hi Sebastien



Which module is this failing in? From the error it looks like binding-jms
but that doesn't use a CalculatorTestCase. Maybe you have some old classes
hanging around?

I just did a clean build and it mostly works for me. Although I did have to
comment out implementation-osgi. Haven't worked out why yet.

Simon

  


S

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-20 Thread Simon Laws
On 8/20/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Jean-Sebastien Delfino wrote:
> >
> >>> I've committed a fix for calculator-distributed. I fired up my FC6
> >>> and it
> >>>
> >> worked OK there. Let me know if it still causes issues.
> >>
> >> Simon
> >>
> >>
> >
> > It works for me too now. Thanks!
> >
>
> This is weird, it worked once, and now after rebuilding all the modules
> from scratch, gives me this error:
>
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.048
> sec <<< FAILURE!
> calculator.CalculatorTestCase  Time elapsed: 0.532 sec  <<< ERROR!
> java.lang.NoClassDefFoundError: org.apache.activemq.broker.BrokerService
> at calculator.CalculatorTestCase.init(CalculatorTestCase.java:49)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> :64)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:615)
> at
> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
> BeforeAndAfterRunner.java:74)
> at
> org.junit.internal.runners.BeforeAndAfterRunner.runBefores(
> BeforeAndAfterRunner.java:50)
> at
> org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> BeforeAndAfterRunner.java:33)
> at
> org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
> at
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java
> :62)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:125)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> :64)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:615)
> at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:290)
> at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java
> :818)
>
> calculator.CalculatorTestCase  Time elapsed: 0.535 sec  <<< ERROR!
> java.lang.NullPointerException
> at calculator.CalculatorTestCase.destroy(CalculatorTestCase.java
> :74)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> :64)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:615)
> at
> org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
> BeforeAndAfterRunner.java:74)
> at
> org.junit.internal.runners.BeforeAndAfterRunner.runAfters(
> BeforeAndAfterRunner.java:65)
> at
> org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> BeforeAndAfterRunner.java:37)
> at
> org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
> at
> org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java
> :62)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:125)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
> :64)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:615)
> at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:290)
> at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java
> :818)
>
>
> Results :
>
> Tests in error:
>   calculator.CalculatorTestCase
>   calculator.CalculatorTestCase
>
> Tests run: 3, Failures: 0, Errors: 2, Skipped: 0
>
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
>
> --
> Jean-Sebastien
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
> Hi Sebastien

Which module is this failing in? From the error it looks like binding-jms
but that doe

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-19 Thread Jean-Sebastien Delfino

Jean-Sebastien Delfino wrote:


I've committed a fix for calculator-distributed. I fired up my FC6 
and it


worked OK there. Let me know if it still causes issues.

Simon

  


It works for me too now. Thanks!



This is weird, it worked once, and now after rebuilding all the modules 
from scratch, gives me this error:


Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.048 
sec <<< FAILURE!

calculator.CalculatorTestCase  Time elapsed: 0.532 sec  <<< ERROR!
java.lang.NoClassDefFoundError: org.apache.activemq.broker.BrokerService
   at calculator.CalculatorTestCase.init(CalculatorTestCase.java:49)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

   at java.lang.reflect.Method.invoke(Method.java:615)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
   at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
   at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)

   at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

   at java.lang.reflect.Method.invoke(Method.java:615)
   at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
   at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)


calculator.CalculatorTestCase  Time elapsed: 0.535 sec  <<< ERROR!
java.lang.NullPointerException
   at calculator.CalculatorTestCase.destroy(CalculatorTestCase.java:74)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

   at java.lang.reflect.Method.invoke(Method.java:615)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runAfters(BeforeAndAfterRunner.java:65)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:37)
   at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
   at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)

   at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

   at java.lang.reflect.Method.invoke(Method.java:615)
   at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
   at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)



Results :

Tests in error:
 calculator.CalculatorTestCase
 calculator.CalculatorTestCase

Tests run: 3, Failures: 0, Errors: 2, Skipped: 0

[INFO] 


[ERROR] BUILD FAILURE
[INFO] 



--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-19 Thread Jean-Sebastien Delfino



I've committed a fix for calculator-distributed. I fired up my FC6 and it


worked OK there. Let me know if it still causes issues.

Simon

  


It works for me too now. Thanks!

--
Jean-Sebastien


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-19 Thread Simon Laws
On 8/18/07, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:
>
> Jean-Sebastien Delfino wrote:
> > Simon Laws wrote:
> >> snip...
> >>
> >>> I have temporarily disabled the build of modules binding-sca-axis2 and
> >>>
>  distributed impl as they are preventing me to build.
> 
> 
> >>
> >> OK Sebastien, can you give it another try.  I've put them back in. More
> >> changes to go in but am interested to know whether they build on your
> >> system
> >> now.
> >>
> >> Simon
> >>
> >>
> >
> > They still break in my environment, and they break the continuum build
> > too (Linux as well).
> >
> > Here's what I'm getting:
> >
> > [INFO] Surefire report directory:
> >
> /home/delfinoj/Tuscany/apache-repos/java/sca/samples/calculator-distributed/target/surefire-reports
> >
> >
> > ---
> > T E S T S
> > ---
> > Running calculator.CalculatorTestCase
> > Setting but distributed nodes
> > Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.04
> > sec <<< FAILURE!
> > calculator.CalculatorTestCase  Time elapsed: 1,187,393,259.205 sec
> > <<< ERROR!
> > java.lang.NoClassDefFoundError: org/apache/activemq/broker/BrokerService
> >at calculator.CalculatorTestCase.init(CalculatorTestCase.java:49)
> >at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
> >
> >at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
> >
> >at java.lang.reflect.Method.invoke(Method.java:585)
> >at
> > org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
> BeforeAndAfterRunner.java:74)
> >
> >at
> > org.junit.internal.runners.BeforeAndAfterRunner.runBefores(
> BeforeAndAfterRunner.java:50)
> >
> >at
> > org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> BeforeAndAfterRunner.java:33)
> >
> >at
> > org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
> >at
> > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
> JUnit4TestSet.java:62)
> >
> >at
> >
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
> >
> >at
> > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:125)
> >
> >at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> >at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
> >
> >at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
> >
> >at java.lang.reflect.Method.invoke(Method.java:585)
> >at
> > org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(
> SurefireBooter.java:290)
> >
> >at
> > org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java
> :818)
> >
> >
> > calculator.CalculatorTestCase  Time elapsed: 1,187,393,259.208 sec
> > <<< ERROR!
> > java.lang.NullPointerException
> >at
> > calculator.CalculatorTestCase.destroy(CalculatorTestCase.java:74)
> >at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
> >
> >at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
> >
> >at java.lang.reflect.Method.invoke(Method.java:585)
> >at
> > org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(
> BeforeAndAfterRunner.java:74)
> >
> >at
> > org.junit.internal.runners.BeforeAndAfterRunner.runAfters(
> BeforeAndAfterRunner.java:65)
> >
> >at
> > org.junit.internal.runners.BeforeAndAfterRunner.runProtected(
> BeforeAndAfterRunner.java:37)
> >
> >at
> > org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
> >at
> > org.apache.maven.surefire.junit4.JUnit4TestSet.execute(
> JUnit4TestSet.java:62)
> >
> >at
> >
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(
> AbstractDirectoryTestSuite.java:138)
> >
> >at
> > org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(
> AbstractDirectoryTestSuite.java:125)
> >
> >at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
> >at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >at
> > sun.reflect.NativeMethodAccessorImpl.invoke(
> NativeMethodAccessorImpl.java:39)
> >
> >at
> > sun.reflect.DelegatingMethodAccessorImpl.invoke(
> DelegatingMethodAccessorImpl.java:25)
> >
> >at java.lang.reflect.Method.invoke(Method.java:585)
> >at
> > org.apache.maven.surefire.booter.SurefireBooter.runSuitesI

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-17 Thread Jean-Sebastien Delfino

Jean-Sebastien Delfino wrote:

Simon Laws wrote:

snip...
 

I have temporarily disabled the build of modules binding-sca-axis2 and
   

distributed impl as they are preventing me to build.

  


OK Sebastien, can you give it another try.  I've put them back in. More
changes to go in but am interested to know whether they build on your 
system

now.

Simon

  


They still break in my environment, and they break the continuum build 
too (Linux as well).


Here's what I'm getting:

[INFO] Surefire report directory: 
/home/delfinoj/Tuscany/apache-repos/java/sca/samples/calculator-distributed/target/surefire-reports 



---
T E S T S
---
Running calculator.CalculatorTestCase
Setting but distributed nodes
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.04 
sec <<< FAILURE!
calculator.CalculatorTestCase  Time elapsed: 1,187,393,259.205 sec  
<<< ERROR!

java.lang.NoClassDefFoundError: org/apache/activemq/broker/BrokerService
   at calculator.CalculatorTestCase.init(CalculatorTestCase.java:49)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74) 

   at 
org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50) 

   at 
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33) 

   at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
   at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) 

   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) 

   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) 


   at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) 

   at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818) 



calculator.CalculatorTestCase  Time elapsed: 1,187,393,259.208 sec  
<<< ERROR!

java.lang.NullPointerException
   at 
calculator.CalculatorTestCase.destroy(CalculatorTestCase.java:74)

   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74) 

   at 
org.junit.internal.runners.BeforeAndAfterRunner.runAfters(BeforeAndAfterRunner.java:65) 

   at 
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:37) 

   at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
   at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62) 

   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) 

   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125) 


   at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 

   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 


   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290) 

   at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818) 



Running calculator.DomainInMemoryTestCase
Setting up distributed nodes
file:/home/delfinoj/Tuscany/apache-repos/java/sca/samples/calculator-distributed/target/classes/management/ 

log4j:WARN No appenders could be found for logger 
(org.apache.axiom.om.util.StAXUtils).

log4j:WARN Please initialize the log4j system properly.
Exception when loading contribution Connection timed out
java.net.ConnectException: C

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-17 Thread Jean-Sebastien Delfino

Simon Laws wrote:

snip...
  

I have temporarily disabled the build of modules binding-sca-axis2 and


distributed impl as they are preventing me to build.

  


OK Sebastien, can you give it another try.  I've put them back in. More
changes to go in but am interested to know whether they build on your system
now.

Simon

  


They still break in my environment, and they break the continuum build 
too (Linux as well).


Here's what I'm getting:

[INFO] Surefire report directory: 
/home/delfinoj/Tuscany/apache-repos/java/sca/samples/calculator-distributed/target/surefire-reports


---
T E S T S
---
Running calculator.CalculatorTestCase
Setting but distributed nodes
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.04 sec 
<<< FAILURE!
calculator.CalculatorTestCase  Time elapsed: 1,187,393,259.205 sec  <<< 
ERROR!

java.lang.NoClassDefFoundError: org/apache/activemq/broker/BrokerService
   at calculator.CalculatorTestCase.init(CalculatorTestCase.java:49)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runBefores(BeforeAndAfterRunner.java:50)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:33)
   at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
   at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)

   at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
   at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)


calculator.CalculatorTestCase  Time elapsed: 1,187,393,259.208 sec  <<< 
ERROR!

java.lang.NullPointerException
   at calculator.CalculatorTestCase.destroy(CalculatorTestCase.java:74)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.invokeMethod(BeforeAndAfterRunner.java:74)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runAfters(BeforeAndAfterRunner.java:65)
   at 
org.junit.internal.runners.BeforeAndAfterRunner.runProtected(BeforeAndAfterRunner.java:37)
   at 
org.junit.internal.runners.TestClassRunner.run(TestClassRunner.java:52)
   at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
   at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)

   at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:585)
   at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
   at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)


Running calculator.DomainInMemoryTestCase
Setting up distributed nodes
file:/home/delfinoj/Tuscany/apache-repos/java/sca/samples/calculator-distributed/target/classes/management/
log4j:WARN No appenders could be found for logger 
(org.apache.axiom.om.util.StAXUtils).

log4j:WARN Please initialize the log4j system properly.
Exception when loading contribution Connection timed out
java.net.ConnectException: Connection timed out
   at java.net.PlainSocketImpl.socketConnect(Native Method)
 

Re: Disabled build of binding-sca-axis2 and distributed-impl, was: [continuum] BUILD FAILURE: Apache Tuscany SCA Implementation Project]

2007-08-17 Thread Simon Laws
snip...
>
> I have temporarily disabled the build of modules binding-sca-axis2 and
> > distributed impl as they are preventing me to build.
> >
>

OK Sebastien, can you give it another try.  I've put them back in. More
changes to go in but am interested to know whether they build on your system
now.

Simon