Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Weblogic and Aspects

All,

 

I am not sure if this is the correct place to ask this, but here goes.  I am trying to setup the AOP support in Weblogic, but utilizing the monitoring example found on that site.  The URL for those that do not know is:

http://dev2dev.bea.com/utilitiestools/monitoring.html

When I do this, I get the following error:

java.lang.IncompatibleClassChangeError

at weblogic.utils.classfile.utils.CodeGenerator.generateClass(CodeGenerator.java:97)

at weblogic.rmi.internal.BasicRuntimeDescriptor.getCBVWrapper(BasicRuntimeDescriptor.java:228)

at weblogic.rmi.internal.CBVWrapper.getCBVWrapper(CBVWrapper.java:66)

at weblogic.rmi.extensions.server.ServerHelper.getCBVWrapperObject(ServerHelper.java:322)

at weblogic.ejb20.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:1019)

at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1345)

at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:498)

at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:3142)

at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1583)

at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1227)

at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1070)

at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:823)

at weblogic.management.deploy.slave.SlaveDeployer$Application.prepare(SlaveDeployer.java:3029)

at weblogic.management.deploy.slave.SlaveDeployer.prepareAllApplications(SlaveDeployer.java:967)

at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:349)

at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)

at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)

at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:966)

at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)

at weblogic.Server.main(Server.java:32)

Thanks in advance,

Ron


Back to the top