Build error on 1.1.1 branch geronimo rev 430687, openejb rev 2844?

2006-08-11 Thread John Sisson
Anyone know of any changes that could have broken it?  I have tried the 
build on windows and solaris and get the same error.


John

+
| configurations openejb Configuration for performing J2EE deployments
| Memory: 49M/78M
+
DEPRECATED: the default goal should be specified in the build section 
of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the build section 
of project.xml instead of maven.xml


build:end:

Attempting to download openejb-builder-2.1.1-SNAPSHOT.jar.
build:start:

multiproject:install-callback:
   [echo] Running car:install for openejb Configuration for performing 
J2EE deployments

car:prepare-plan:

car:package:
   [delete] Deleting directory 
R:\1.1.1\configs\openejb-deployer\target\repository

   [mkdir] Created dir: R:\1.1.1\configs\openejb-deployer\target\repository

   Packaging configuration 
R:\1.1.1\configs\openejb-deployer\target\plan\plan.xml


13:26:47,140 ERROR [Deployer] Deployment failed due to
java.lang.NoClassDefFoundError: org/apache/axis/Handler
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:141)
   at 
org.openejb.server.axis.WSContainerGBean.class$(WSContainerGBean.java:61)
   at 
org.openejb.server.axis.WSContainerGBean.clinit(WSContainerGBean.java:61)

   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:324)
   at 
org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo(GBeanInfo.java:70)
   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanData(ServiceConfigBuilder.java:295)
   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans(ServiceConfigBuilder.java:290)
   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:256)
   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:211)
   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClassByCGLIB$$9f173be6.invoke(generated)

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817)
   at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35)
   at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96)
   at 
org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$2dd00db1.buildConfiguration(generated)

   at org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:302)
   at 
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(generated)

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38)
   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122)
   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852)
   at 
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239)
   at 
org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer(PackageBuilder.java:472)
   at 
org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBuilder.java:332)

   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:324)
   at 
org.apache.geronimo.plugin.packaging.PackageBuilderShell.execute(PackageBuilderShell.java:291)

   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:324)
   at 
org.apache.commons.jelly.impl.DynamicBeanTag.doTag(DynamicBeanTag.java:180)
   at 
org.apache.commons.jelly.impl.StaticTagScript.run(StaticTagScript.java:102)
   at 
org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:95)
   at 

Re: Build error on 1.1.1 branch geronimo rev 430687, openejb rev 2844?

2006-08-11 Thread Kevan Miller
I'm not getting that far... I'm getting a test failure in modules/ 
activation:


test:test:
[junit] Running org.apache.geronimo.activation.handlers.MailcapTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed:  
0.237 sec
[junit] [ERROR] Test  
org.apache.geronimo.activation.handlers.MailcapTest FAILED
[junit] Running  
org.apache.geronimo.activation.handlers.TextHtmlTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
0.026 sec
[junit] Running  
org.apache.geronimo.activation.handlers.TextPlainTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.03  
sec

[junit] Running org.apache.geronimo.activation.handlers.TextXmlTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed:  
0.011 sec


--kevan

On Aug 11, 2006, at 2:33 AM, John Sisson wrote:

Anyone know of any changes that could have broken it?  I have tried  
the build on windows and solaris and get the same error.


John

+
| configurations openejb Configuration for performing J2EE deployments
| Memory: 49M/78M
+
DEPRECATED: the default goal should be specified in the build  
section of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the build  
section of project.xml instead of maven.xml


build:end:

Attempting to download openejb-builder-2.1.1-SNAPSHOT.jar.
build:start:

multiproject:install-callback:
   [echo] Running car:install for openejb Configuration for  
performing J2EE deployments

car:prepare-plan:

car:package:
   [delete] Deleting directory R:\1.1.1\configs\openejb-deployer 
\target\repository
   [mkdir] Created dir: R:\1.1.1\configs\openejb-deployer\target 
\repository


   Packaging configuration R:\1.1.1\configs\openejb-deployer\target 
\plan\plan.xml


13:26:47,140 ERROR [Deployer] Deployment failed due to
java.lang.NoClassDefFoundError: org/apache/axis/Handler
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:141)
   at org.openejb.server.axis.WSContainerGBean.class$ 
(WSContainerGBean.java:61)
   at org.openejb.server.axis.WSContainerGBean.clinit 
(WSContainerGBean.java:61)

   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:324)
   at org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo 
(GBeanInfo.java:70)
   at  
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanDa 
ta(ServiceConfigBuilder.java:295)
   at  
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans( 
ServiceConfigBuilder.java:290)
   at  
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfi 
guration(ServiceConfigBuilder.java:256)
   at  
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfi 
guration(ServiceConfigBuilder.java:211)
   at  
org.apache.geronimo.deployment.service.ServiceConfigBuilder$ 
$FastClassByCGLIB$$9f173be6.invoke(generated)

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:817)
   at org.apache.geronimo.gbean.runtime.RawInvoker.invoke 
(RawInvoker.java:57)
   at  
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke 
(RawOperationInvoker.java:35)
   at  
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept 
(ProxyMethodInterceptor.java:96)
   at org.apache.geronimo.deployment.ConfigurationBuilder$ 
$EnhancerByCGLIB$$2dd00db1.buildConfiguration(generated)
   at org.apache.geronimo.deployment.Deployer.deploy 
(Deployer.java:302)
   at org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$ 
$734a235d.invoke(generated)

   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke 
(FastMethodInvoker.java:38)
   at org.apache.geronimo.gbean.runtime.GBeanOperation.invoke 
(GBeanOperation.java:122)
   at org.apache.geronimo.gbean.runtime.GBeanInstance.invoke 
(GBeanInstance.java:852)
   at org.apache.geronimo.kernel.basic.BasicKernel.invoke 
(BasicKernel.java:239)
   at  
org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer 
(PackageBuilder.java:472)
   at  
org.apache.geronimo.plugin.packaging.PackageBuilder.execute 
(PackageBuilder.java:332)

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

Re: Build error on 1.1.1 branch geronimo rev 430687, openejb rev 2844?

2006-08-11 Thread John Sisson

I cheated - I wasn't running tests :-)

John

Kevan Miller wrote:
I'm not getting that far... I'm getting a test failure in 
modules/activation:


test:test:
[junit] Running org.apache.geronimo.activation.handlers.MailcapTest
[junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.237 sec
[junit] [ERROR] Test 
org.apache.geronimo.activation.handlers.MailcapTest FAILED

[junit] Running org.apache.geronimo.activation.handlers.TextHtmlTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.026 sec
[junit] Running org.apache.geronimo.activation.handlers.TextPlainTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.03 sec
[junit] Running org.apache.geronimo.activation.handlers.TextXmlTest
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.011 sec

--kevan

On Aug 11, 2006, at 2:33 AM, John Sisson wrote:

Anyone know of any changes that could have broken it?  I have tried 
the build on windows and solaris and get the same error.


John

+
| configurations openejb Configuration for performing J2EE deployments
| Memory: 49M/78M
+
DEPRECATED: the default goal should be specified in the build 
section of project.xml instead of maven.xml
DEPRECATED: the default goal should be specified in the build 
section of project.xml instead of maven.xml


build:end:

Attempting to download openejb-builder-2.1.1-SNAPSHOT.jar.
build:start:

multiproject:install-callback:
   [echo] Running car:install for openejb Configuration for 
performing J2EE deployments

car:prepare-plan:

car:package:
   [delete] Deleting directory 
R:\1.1.1\configs\openejb-deployer\target\repository
   [mkdir] Created dir: 
R:\1.1.1\configs\openejb-deployer\target\repository


   Packaging configuration 
R:\1.1.1\configs\openejb-deployer\target\plan\plan.xml


13:26:47,140 ERROR [Deployer] Deployment failed due to
java.lang.NoClassDefFoundError: org/apache/axis/Handler
   at java.lang.Class.forName0(Native Method)
   at java.lang.Class.forName(Class.java:141)
   at 
org.openejb.server.axis.WSContainerGBean.class$(WSContainerGBean.java:61) 

   at 
org.openejb.server.axis.WSContainerGBean.clinit(WSContainerGBean.java:61) 


   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:324)
   at 
org.apache.geronimo.gbean.GBeanInfo.getGBeanInfo(GBeanInfo.java:70)
   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeanData(ServiceConfigBuilder.java:295) 

   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.addGBeans(ServiceConfigBuilder.java:290) 

   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:256) 

   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder.buildConfiguration(ServiceConfigBuilder.java:211) 

   at 
org.apache.geronimo.deployment.service.ServiceConfigBuilder$$FastClassByCGLIB$$9f173be6.invoke(generated) 


   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) 

   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122) 

   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:817) 

   at 
org.apache.geronimo.gbean.runtime.RawInvoker.invoke(RawInvoker.java:57)
   at 
org.apache.geronimo.kernel.basic.RawOperationInvoker.invoke(RawOperationInvoker.java:35) 

   at 
org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) 

   at 
org.apache.geronimo.deployment.ConfigurationBuilder$$EnhancerByCGLIB$$2dd00db1.buildConfiguration(generated) 

   at 
org.apache.geronimo.deployment.Deployer.deploy(Deployer.java:302)
   at 
org.apache.geronimo.deployment.Deployer$$FastClassByCGLIB$$734a235d.invoke(generated) 


   at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53)
   at 
org.apache.geronimo.gbean.runtime.FastMethodInvoker.invoke(FastMethodInvoker.java:38) 

   at 
org.apache.geronimo.gbean.runtime.GBeanOperation.invoke(GBeanOperation.java:122) 

   at 
org.apache.geronimo.gbean.runtime.GBeanInstance.invoke(GBeanInstance.java:852) 

   at 
org.apache.geronimo.kernel.basic.BasicKernel.invoke(BasicKernel.java:239) 

   at 
org.apache.geronimo.plugin.packaging.PackageBuilder.invokeDeployer(PackageBuilder.java:472) 

   at 
org.apache.geronimo.plugin.packaging.PackageBuilder.execute(PackageBuilder.java:332) 


   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at