You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Aaron Mulder <am...@alumni.princeton.edu> on 2006/04/02 05:51:16 UTC

Still test failures in 1.1

I'm getting test failures in Axis on the 1.1 branch:

Testsuite: org.apache.geronimo.axis.builder.ServiceReferenceTest
Tests run: 6, Failures: 0, Errors: 4, Time elapsed: 2.384 sec

------------- Standard Output ---------------
Retrieving document at 'file:/data/cvs/geronimo-1.1/modules/axis-builder/src/tes
t-resources/BookQuote.wsdl'.
Retrieving document at 'file:/data/cvs/geronimo-1.1/modules/axis-builder/src/tes
t-resources/interop/interop.wsdl'.
------------- ---------------- ---------------
Testcase: testServiceProxy(org.apache.geronimo.axis.builder.ServiceReferenceTest
):      Caused an ERROR
Could not write out class bytes
org.apache.geronimo.common.DeploymentException: Could not write out class bytes
        at org.apache.geronimo.axis.builder.AxisBuilder.createServiceInterfacePr
oxy(AxisBuilder.java:229)
        at org.apache.geronimo.axis.builder.ServiceReferenceTest.testServiceProx
y(ServiceReferenceTest.java:135)
        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:195)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
        at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:186)
        at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:42)
        at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:247)
        at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
        at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTa
g.java:78)
...
Caused by: java.io.FileNotFoundException: /META-INF/geronimo-generated/org/apach
e/geronimo/axis/client/ServiceImpl$$EnhancerByCGLIB$$9dc12d15.class (No such fil
e or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
        at org.apache.geronimo.deployment.DeploymentContext.addFile(DeploymentCo
ntext.java:427)
        at org.apache.geronimo.deployment.DeploymentContext.addClass(DeploymentC
ontext.java:369)
        at org.apache.geronimo.j2ee.deployment.EJBModule.addClass(EJBModule.java
:43)
        at org.apache.geronimo.j2ee.deployment.Module.addClass(Module.java:151)
        at org.apache.geronimo.axis.builder.AxisBuilder.createServiceInterfacePr
oxy(AxisBuilder.java:227)
        ... 69 more

Re: Still test failures in 1.1

Posted by Kevan Miller <ke...@gmail.com>.
Last night's Continuum build of Geronimo 1.1 didn't run any tests  
(which I think is a problem). However, it still failed later on in  
AxisBuilder.createServiceInterfaceProxy().

I'm building fine, locally. However, I haven't picked up last nights  
updates...

Dain,
Looks like you're the most likely culprit. Are we missing an  
AxisBuilder update?

I'm updating the continuum build definitions for G 1.1 to always run  
'clean' before building. So, in the future, we should always be  
running tests...

--kevan

On Apr 1, 2006, at 10:51 PM, Aaron Mulder wrote:

> I'm getting test failures in Axis on the 1.1 branch:
>
> Testsuite: org.apache.geronimo.axis.builder.ServiceReferenceTest
> Tests run: 6, Failures: 0, Errors: 4, Time elapsed: 2.384 sec
>
> ------------- Standard Output ---------------
> Retrieving document at 'file:/data/cvs/geronimo-1.1/modules/axis- 
> builder/src/tes
> t-resources/BookQuote.wsdl'.
> Retrieving document at 'file:/data/cvs/geronimo-1.1/modules/axis- 
> builder/src/tes
> t-resources/interop/interop.wsdl'.
> ------------- ---------------- ---------------
> Testcase: testServiceProxy 
> (org.apache.geronimo.axis.builder.ServiceReferenceTest
> ):      Caused an ERROR
> Could not write out class bytes
> org.apache.geronimo.common.DeploymentException: Could not write out  
> class bytes
>         at  
> org.apache.geronimo.axis.builder.AxisBuilder.createServiceInterfacePr
> oxy(AxisBuilder.java:229)
>         at  
> org.apache.geronimo.axis.builder.ServiceReferenceTest.testServiceProx
> y(ServiceReferenceTest.java:135)
>         at org.apache.commons.jelly.tags.ant.AntTag.doTag 
> (AntTag.java:195)
>         at org.apache.commons.jelly.impl.TagScript.run 
> (TagScript.java:247)
>         at org.apache.commons.jelly.impl.ScriptBlock.run 
> (ScriptBlock.java:95)
>         at org.apache.commons.jelly.TagSupport.invokeBody 
> (TagSupport.java:186)
>         at org.apache.commons.jelly.tags.core.IfTag.doTag 
> (IfTag.java:42)
>         at org.apache.commons.jelly.impl.TagScript.run 
> (TagScript.java:247)
>         at org.apache.commons.jelly.impl.ScriptBlock.run 
> (ScriptBlock.java:95)
>         at org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag 
> (MavenGoalTa
> g.java:78)
> ...
> Caused by: java.io.FileNotFoundException: /META-INF/geronimo- 
> generated/org/apach
> e/geronimo/axis/client/ServiceImpl$$EnhancerByCGLIB$$9dc12d15.class  
> (No such fil
> e or directory)
>         at java.io.FileOutputStream.open(Native Method)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>         at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
>         at org.apache.geronimo.deployment.DeploymentContext.addFile 
> (DeploymentCo
> ntext.java:427)
>         at org.apache.geronimo.deployment.DeploymentContext.addClass 
> (DeploymentC
> ontext.java:369)
>         at org.apache.geronimo.j2ee.deployment.EJBModule.addClass 
> (EJBModule.java
> :43)
>         at org.apache.geronimo.j2ee.deployment.Module.addClass 
> (Module.java:151)
>         at  
> org.apache.geronimo.axis.builder.AxisBuilder.createServiceInterfacePr
> oxy(AxisBuilder.java:227)
>         ... 69 more