Question : Problem starting an APP with Jboss 4.2.2 (EJB3)

I'm getting the error below starting the Jboss app service, orginally developed to work with jboss 4.0.2.

Any idea about how I can fix the persistency problems attached in the log?
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
....
....
2009-09-21 23:50:55,836 WARN  [org.jboss.ejb.txtimer.EJBTimerServiceImpl] Cannot obtain the implementation of a PersistencePolicy, using NoopPersistencePolicy: java.lang.RuntimeException: Error creating MBeanProxy: jboss.ejb:service=EJBTimerService,persistencePolicy=database
2009-09-21 23:50:55,892 INFO  [org.jboss.ejb3.EJB3Deployer] Starting java:comp multiplexer
2009-09-21 23:50:56,978 INFO  [STDOUT] no object for null
2009-09-21 23:50:56,981 INFO  [STDOUT] no object for null
2009-09-21 23:50:57,032 INFO  [STDOUT] no object for null
2009-09-21 23:50:57,064 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}supplyType
2009-09-21 23:50:57,124 INFO  [STDOUT] no object for {urn:jboss:bean-deployer}dependsType
2009-09-21 23:51:03,324 WARN  [org.jboss.system.ServiceController] Problem creating service jboss.ws:service=DeployerInterceptorEJB21
java.lang.IllegalArgumentException: Unable to find operation addOperationInterceptor(org.jboss.mx.interceptor.Interceptor)
..................
2009-09-21 23:51:30,569 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
 
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ws:service=DeployerInterceptorEJB21
  State: FAILED
  Reason: java.lang.IllegalArgumentException: Unable to find operation addOperationInterceptor(org.jboss.mx.interceptor.Interceptor)
  I Depend On:
    jboss.ejb:service=EJBDeployer
 
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.ws:service=DeployerInterceptorEJB21
  State: FAILED
  Reason: java.lang.IllegalArgumentException: Unable to find operation addOperationInterceptor(org.jboss.mx.interceptor.Interceptor)
  I Depend On:
    jboss.ejb:service=EJBDeployer

Answer : Problem starting an APP with Jboss 4.2.2 (EJB3)

What type of app are you deploying? .war? .ear?

This error (and your last one I responded to) look as though you are trying to pull code from 4.2.2 and merge it with your 4.0.2 build.

You really should only have to drop your app in the server/config_name/deploy directory and then debug problems with YOUR app.
Random Solutions  
 
programming4us programming4us