Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-25 Thread Forrest_Xia

Hi Joe,

Thank you for quick response. But my case is a little bit different than
yours. Finally, I also fixed the problem by updating a wrong geronimo
version used in a former sample plugin. 

My case's tricky is, in the plugin build list, a version-wrong-used sample
plugin, which used geronimo 2.1.1, is in front of the ejb one, that cause
maven loading geronimo 2.1.1 jars into classloader, eventually lead to asm
bad method exception.

The lesson learn is we need to keep all artifact version level identical for
a same build group. Any difference might lead unexpected problem.

thanks, 
Forrest

Joe Bohn wrote:
> 
> Hi Forrest,
> 
> Yes, the problem is now resolved.  David Blevins recalled that there 
> were changes necessary in the jndi-names due to a fix that now properly 
> handles the jndi-name overrides in openejb-jar.xml.  So, in branches/2.1 
> rev. 747480 & 747481 he made changes like to use the correct jndi name 
> in the tests:
> 
> -String jndiName = "ejb/mgmt/MEJBRemoteHome"; // should be 
> "ejb/mgmt/MEJB"
> +String jndiName = "ejb/mgmt/MEJB";
> 
> Hope that helps,
> Joe
> 
> .
> Forrest_Xia wrote:
>> Hi Joe,
>> 
>> Any solution to this problem? I encountered the same error when building
>> a
>> sample plugin which includes an ejb artifact. 
>> 
>> Thanks,
>> Forrest
>> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-BUILD--branches-2.1%3A-Failed-for-Revision%3A-745486-tp22080420s134p22208650.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-25 Thread Joe Bohn

Hi Forrest,

Yes, the problem is now resolved.  David Blevins recalled that there 
were changes necessary in the jndi-names due to a fix that now properly 
handles the jndi-name overrides in openejb-jar.xml.  So, in branches/2.1 
rev. 747480 & 747481 he made changes like to use the correct jndi name 
in the tests:


-String jndiName = "ejb/mgmt/MEJBRemoteHome"; // should be 
"ejb/mgmt/MEJB"

+String jndiName = "ejb/mgmt/MEJB";

Hope that helps,
Joe

.
Forrest_Xia wrote:

Hi Joe,

Any solution to this problem? I encountered the same error when building a
sample plugin which includes an ejb artifact. 


Thanks,
Forrest





Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-25 Thread Forrest_Xia

Hi Joe,

Any solution to this problem? I encountered the same error when building a
sample plugin which includes an ejb artifact. 

Thanks,
Forrest

-- 
View this message in context: 
http://www.nabble.com/-BUILD--branches-2.1%3A-Failed-for-Revision%3A-745486-tp22080420s134p22207188.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.



Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-23 Thread Joe Bohn
Thanks David.  There are in fact some references that force ASM 2.2.3 
rather than 3.1  updating to see if that resolves the issue.


Joe


David Blevins wrote:
Seems like it's the upgrade from xbean 3.4.1 to 3.5, which beans a 
backwards incompatible upgrade to ASM 3.1 from 2.2.3.  In ASM 2.2.3 the 
signature is "ClassReader.accept(ClassVisitor, boolean)" and in ASM 3.1 
it's "ClassReader.accept(ClassVisitor, int)"


For some reason we're still giving the openejb plugin the old xbean 
version which uses the old asm version.


-David


On Feb 23, 2009, at 10:45 AM, Joe Bohn wrote:


David,

Have you had a chance to look into these failures?  I confirmed that 
the referenced tests all pass when using the older 20090204.061437-1 
snapshot.


Joe


Joe Bohn wrote:
I think these test failures might be related to the new OpenEJB 
snapshot being published.
We passed all of the tests on 2/17 PM with server rev. 745178.  We 
then failed these same tests on 2/18 AM with server rev. 745486.  
There were no server changes in-between.

David Blevins, could you take a look and see if anything rings a bell?
Thanks,
Joe
ga...@apache.org wrote:

Geronimo Revision: 745486 built with tests included
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/build-0800.log 

Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218

[INFO] BUILD SUCCESSFUL
[INFO] 
 


[INFO] Total time: 33 minutes 59 seconds
[INFO] Finished at: Wed Feb 18 08:40:50 EST 2009
[INFO] Final Memory: 314M/932M
[INFO] 
 


TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html 


Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-tomcat/test.log 


[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.398 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.211 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.434 sec <<< FAILURE!

[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time 
elapsed: 11.525 sec <<< FAILURE!

Assembly: jetty
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-jetty/test.log 


[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.426 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.211 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.215 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time 
elapsed: 0.441 sec <<< FAILURE!

[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time 
elapsed: 9.339 sec <<< FAILURE!

Samples: branches/2.1
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/samples-0800.log 


Build status: OK











Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-23 Thread David Blevins
Seems like it's the upgrade from xbean 3.4.1 to 3.5, which beans a  
backwards incompatible upgrade to ASM 3.1 from 2.2.3.  In ASM 2.2.3  
the signature is "ClassReader.accept(ClassVisitor, boolean)" and in  
ASM 3.1 it's "ClassReader.accept(ClassVisitor, int)"


For some reason we're still giving the openejb plugin the old xbean  
version which uses the old asm version.


-David


On Feb 23, 2009, at 10:45 AM, Joe Bohn wrote:


David,

Have you had a chance to look into these failures?  I confirmed that  
the referenced tests all pass when using the older 20090204.061437-1  
snapshot.


Joe


Joe Bohn wrote:
I think these test failures might be related to the new OpenEJB  
snapshot being published.
We passed all of the tests on 2/17 PM with server rev. 745178.  We  
then failed these same tests on 2/18 AM with server rev. 745486.   
There were no server changes in-between.
David Blevins, could you take a look and see if anything rings a  
bell?

Thanks,
Joe
ga...@apache.org wrote:

Geronimo Revision: 745486 built with tests included
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/build-0800.log
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218
[INFO] BUILD SUCCESSFUL
[INFO]  


[INFO] Total time: 33 minutes 59 seconds
[INFO] Finished at: Wed Feb 18 08:40:50 EST 2009
[INFO] Final Memory: 314M/932M
[INFO]  


TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-tomcat/test.log
[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.398 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.211 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.434 sec <<< FAILURE!

[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time  
elapsed: 11.525 sec <<< FAILURE!

Assembly: jetty
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-jetty/test.log
[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.426 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.211 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.215 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time  
elapsed: 0.441 sec <<< FAILURE!

[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time  
elapsed: 9.339 sec <<< FAILURE!

Samples: branches/2.1
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/samples-0800.log
Build status: OK








Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-23 Thread Joe Bohn

David,

Have you had a chance to look into these failures?  I confirmed that the 
referenced tests all pass when using the older 20090204.061437-1 snapshot.


Joe


Joe Bohn wrote:


I think these test failures might be related to the new OpenEJB snapshot 
being published.


We passed all of the tests on 2/17 PM with server rev. 745178.  We then 
failed these same tests on 2/18 AM with server rev. 745486.  There were 
no server changes in-between.


David Blevins, could you take a look and see if anything rings a bell?

Thanks,
Joe


ga...@apache.org wrote:

Geronimo Revision: 745486 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/build-0800.log 

 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218

[INFO] BUILD SUCCESSFUL
[INFO] 


[INFO] Total time: 33 minutes 59 seconds
[INFO] Finished at: Wed Feb 18 08:40:50 EST 2009
[INFO] Final Memory: 314M/932M
[INFO] 

 
TESTSUITE RESULTS (Failures only)

=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html 

 
Assembly: tomcat

=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-tomcat/test.log 

 
[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.398 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.211 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.434 sec <<< FAILURE!

[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time 
elapsed: 11.525 sec <<< FAILURE!
 
Assembly: jetty

=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-jetty/test.log 

 
[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.426 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.211 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.213 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.215 sec <<< FAILURE!

--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 
0.441 sec <<< FAILURE!

[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time 
elapsed: 9.339 sec <<< FAILURE!
 
Samples: branches/2.1

=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/samples-0800.log 

 
Build status: OK
 








Re: [BUILD] branches/2.1: Failed for Revision: 745486

2009-02-19 Thread Joe Bohn


I think these test failures might be related to the new OpenEJB snapshot 
being published.


We passed all of the tests on 2/17 PM with server rev. 745178.  We then 
failed these same tests on 2/18 AM with server rev. 745486.  There were 
no server changes in-between.


David Blevins, could you take a look and see if anything rings a bell?

Thanks,
Joe


ga...@apache.org wrote:

Geronimo Revision: 745486 built with tests included
 
See the full build-0800.log file at http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/build-0800.log
 
Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218

[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 33 minutes 59 seconds
[INFO] Finished at: Wed Feb 18 08:40:50 EST 2009
[INFO] Final Memory: 314M/932M
[INFO] 
 
TESTSUITE RESULTS (Failures only)

=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat

=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-tomcat/test.log
 
[INFO] Running deployment-testsuite.deployment

[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.398 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec 
<<< FAILURE!
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 11.525 sec 
<<< FAILURE!
 
Assembly: jetty

=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-jetty/test.log
 
[INFO] Running deployment-testsuite.deployment

[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec 
<<< FAILURE!
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 9.339 sec 
<<< FAILURE!
 
Samples: branches/2.1

=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/samples-0800.log
 
Build status: OK
 





Re: [BUILD] branches/2.1: Failed for Revision: 745486 - Changes in OpenEJB

2009-02-18 Thread Donald Woods
I'm seeing EJB deployment failures due to OpenEJB 3.0.1-SNAPSHOT 
upgrading to ASM 3.1.



r745463 | dblevins | 2009-02-18 05:10:40 -0500 (Wed, 18 Feb 2009) | 2 lines

ASM 2.2.3 to ASM 3.1 upgrade





2009-02-18 13:10:49,970 ERROR [Deployer] Deployment failed due to
java.lang.NoSuchMethodError: 
org.objectweb.asm.ClassReader.accept(Lorg/objectweb/asm/ClassVisitor;I)V
at 
org.apache.openejb.core.TempClassLoader.isAnnotationClass(TempClassLoader.java:132)
at 
org.apache.openejb.core.TempClassLoader.loadClass(TempClassLoader.java:92)
at 
org.apache.openejb.core.TempClassLoader.loadClass(TempClassLoader.java:50)
at 
org.apache.openejb.assembler.classic.CmpJarBuilder.generateClass(CmpJarBuilder.java:117)
at 
org.apache.openejb.assembler.classic.CmpJarBuilder.generate(CmpJarBuilder.java:71)
at 
org.apache.openejb.assembler.classic.CmpJarBuilder.getJarFile(CmpJarBuilder.java:53)
at 
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.getEjbJarInfo(EjbModuleBuilder.java:604)
at 
org.apache.geronimo.openejb.deployment.EjbModuleBuilder.initContext(EjbModuleBuilder.java:500)
at 
org.apache.geronimo.j2ee.deployment.EARConfigBuilder.buildConfiguration(EARConfigBuilder.java:595)
at 
org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:255)
at 
org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:134)

...


-Donald


ga...@apache.org wrote:

Geronimo Revision: 745486 built with tests included
 
See the full build-0800.log file at http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/build-0800.log
 
Download the binaries from http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218

[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 33 minutes 59 seconds
[INFO] Finished at: Wed Feb 18 08:40:50 EST 2009
[INFO] Final Memory: 314M/932M
[INFO] 
 
TESTSUITE RESULTS (Failures only)

=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat

=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-tomcat/test.log
 
[INFO] Running deployment-testsuite.deployment

[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.398 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.434 sec 
<<< FAILURE!
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 11.525 sec 
<<< FAILURE!
 
Assembly: jetty

=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-jetty/test.log
 
[INFO] Running deployment-testsuite.deployment

[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.211 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.215 sec 
<<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.441 sec 
<<< FAILURE!
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 9.339 sec 
<<< FAILURE!
 
Samples: branches/2.1

=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/samples-0800.log
 
Build status: OK
 



[BUILD] branches/2.1: Failed for Revision: 745486

2009-02-18 Thread gawor
Geronimo Revision: 745486 built with tests included
 
See the full build-0800.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/build-0800.log
 
Download the binaries from 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218
[INFO] BUILD SUCCESSFUL
[INFO] 
[INFO] Total time: 33 minutes 59 seconds
[INFO] Finished at: Wed Feb 18 08:40:50 EST 2009
[INFO] Final Memory: 314M/932M
[INFO] 
 
TESTSUITE RESULTS (Failures only)
=
See detailed results at 
http://people.apache.org/builds/geronimo/server/testsuite/ResultsSummary.html
 
Assembly: tomcat
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-tomcat/test.log
 
[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.398 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.211 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.434 
sec <<< FAILURE!
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 11.525 
sec <<< FAILURE!
 
Assembly: jetty
=
See the full test.log file at 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/logs-0800-jetty/test.log
 
[INFO] Running deployment-testsuite.deployment
[INFO] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.426 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXRTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.211 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBStaxTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.213 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.EJBJAXBTest
[INFO] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.215 
sec <<< FAILURE!
--
[INFO] Running org.apache.geronimo.testsuite.testset.JaxRPCTest
[INFO] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.441 
sec <<< FAILURE!
[INFO] Running security-testsuite.security
[INFO] Tests run: 36, Failures: 5, Errors: 0, Skipped: 0, Time elapsed: 9.339 
sec <<< FAILURE!
 
Samples: branches/2.1
=
Log: 
http://people.apache.org/builds/geronimo/server/binaries/2.1/20090218/samples-0800.log
 
Build status: OK