This is failing under 1.4.2 because javassist is not getting pulled into the jacc config:
 
2006-03-23 15:59:02,535 ERROR [org.jboss.deployment.MainDeployer] Could not create deployment: file:/services/cruisecontrol/checkout/jboss-4.0-testsuite/testsuite/output/lib/cmp2-audit.jar
java.lang.NoClassDefFoundError: javassist/NotFoundException
   at org.jboss.ws.server.WebServiceDeployerEJB21.isWebserviceDeployment(WebServiceDeployerEJB21.java:76)
   at org.jboss.ws.server.WebServiceDeployer.create(WebServiceDeployer.java:101)
 
javassist should be integrated via the server lib dir rather than the aop deployer due to the jbossretro, hibernate, etc dependencies not related to aop. I'm not seeing the jbossretro-rt.jar anywhere in the current 4.0 build, and my workspace is up to date. Has this been integrated into the dist structure yet?


From: Scott M Stark
Sent: Thursday, March 23, 2006 4:50 PM
To: Ryan Campbell; '[EMAIL PROTECTED]'; 'jboss-development@lists.sourceforge.net'
Subject: RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

That is an irrelevant debug level log message indicating that the does not have a setter for injecting the xmbean object name. It has no affect on the jacc service. I'm looking at the failures.


From: Ryan Campbell
Sent: Thursday, March 23, 2006 3:03 PM
To: [EMAIL PROTECTED]; 'jboss-development@lists.sourceforge.net'
Subject: RE: jboss-4.0-testsuite Build Completed With Testsuite Errors

All these JACC tests are failing, and the jacc-security-mgr logs show this:

 

java.lang.NoSuchMethodException: org.jboss.security.jacc.SecurityService.setObjectName(javax.management.ObjectName)
        at java.lang.Class.getMethod(Class.java:986)
        at org.jboss.mx.server.AbstractMBeanInvoker.inject(AbstractMBeanInvoker.java:944)
        at org.jboss.mx.server.AbstractMBeanInvoker.preRegister(AbstractMBeanInvoker.java:658)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.invokePreRegister(BasicMBeanRegistry.java:697)
        at org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
        at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1422)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1417)
        at org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1350)
        at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:345)
        at org.jboss.system.ServiceCreator.install(ServiceCreator.java:181)

 

 

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 23, 2006 3:12 PM
To: Adrian Brock; Anil Saldhana; Bill Burke; Brian Stansberry; jboss-development@lists.sourceforge.net; [EMAIL PROTECTED]; QA; Ryan Campbell; Ruel Loehr; Scott M Stark; Thomas Diesler
Subject: jboss-4.0-testsuite Build Completed With Testsuite Errors
Importance: High

 

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20060323142936

TESTS FAILED

Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:26: Build Successful - Tests completed with errors or failures.

Date of build: 03/23/2006 14:29:36

Time to build: 98 minutes 20 seconds

Last changed: 03/23/2006 14:22:36

Last log entry: fix uneeded dependency

 

 Unit Tests: (2879)  Total Errors and Failures: (234)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Reply via email to