Hi, guys and gals.
I get exception on application load, log is following.
All the descriptors pass validation smoothly, and it seems very strange to me.
I have replaced packages names with asterlinks.
2005-01-17 18:12:12,542 DEBUG [org.jboss.system.ServiceController] adding 
depends in ServiceController.register: []
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Creating jboss.j2ee:jndiName=CommandHome,service=EJB
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapped getModule -807395172to public *.common.Module 
*.command.backend.bco.BcoCommandImpl.getModule()
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapped Container method remove HASH -1842617161
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapped Container method getPrimaryKey HASH -131865408
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapped Container method getEJBHome HASH -993218923
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapped Container method getHandle HASH 1182305581
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapped Container method isIdentical HASH 285457048
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapping create
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapping remove
  | 2005-01-17 18:12:12,542 DEBUG [org.jboss.ejb.StatelessSessionContainer] 
Mapping remove
  | 2005-01-17 18:12:12,542 ERROR [org.jboss.ejb.StatelessSessionContainer] 
Initialization failed jboss.j2ee:jndiName=CommandHome,service=EJB
  | java.lang.NoSuchMethodException: 
org.jboss.ejb.StatelessSessionContainer.removeHome(javax.ejb.Handle)
  |     at java.lang.Class.getMethod(Class.java:986)
  |     at 
org.jboss.ejb.StatelessSessionContainer.setupHomeMapping(StatelessSessionContainer.java:488)
  |     at 
org.jboss.ejb.StatelessSessionContainer.createService(StatelessSessionContainer.java:142)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
  |     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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:884)
  |     at $Proxy18.create(Unknown Source)
  |     at org.jboss.system.ServiceController.create(ServiceController.java:326)
  |     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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy42.create(Unknown Source)
  |     at org.jboss.ejb.EjbModule.createService(EjbModule.java:337)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:237)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:219)
  |     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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:884)
  |     at $Proxy18.create(Unknown Source)
  |     at org.jboss.system.ServiceController.create(ServiceController.java:326)
  |     at org.jboss.system.ServiceController.create(ServiceController.java:271)
  |     at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy15.create(Unknown Source)
  |     at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:549)
  |     at org.jboss.deployment.MainDeployer.create(MainDeployer.java:783)
  |     at org.jboss.deployment.MainDeployer.create(MainDeployer.java:775)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
  |     at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy8.deploy(Unknown Source)
  |     at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:304)
  |     at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:478)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  |     at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
  |     at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
  |     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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:884)
  |     at $Proxy0.start(Unknown Source)
  |     at org.jboss.system.ServiceController.start(ServiceController.java:414)
  |     at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  |     at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |     at java.lang.reflect.Method.invoke(Method.java:324)
  |     at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy4.start(Unknown Source)
  |     at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
  |     at org.jboss.deployment.MainDeployer.start(MainDeployer.java:829)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:604)
  |     at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
  |     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.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
  |     at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
  |     at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
  |     at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:197)
  |     at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
  |     at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  |     at $Proxy5.deploy(Unknown Source)
  |     at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
  |     at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
  |     at org.jboss.Main.boot(Main.java:145)
  |     at org.jboss.Main$1.run(Main.java:399)
  |     at java.lang.Thread.run(Thread.java:534)
  | 
Thank you in advance.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862420#3862420

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3862420


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to