2 Replies Latest reply on Oct 16, 2002 11:03 AM by donb

    jboss 3.0.3 DeploymentException: There are no home interface

    donb

      I am migrating an inherited product from jboss 2.4.3 to jboss 3.0.3 and tomcat 4.0.5. While trying to deploy I get the following errors, and I don't quite understand it. Has anyone seen this before.


      13:21:14,754 INFO [Engine] StandardWrapper[/emsweb:invoker]: Loading container servlet invoker
      13:21:14,896 INFO [MainDeployer] Deployed package: file:/root/jboss-3.0.3_tomcat-4.0.5/server/default/deploy/emsEJB.ear
      13:21:14,905 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      13:20:56,346 INFO [EjbModule] Deploying GuiElement
      13:20:57,840 WARN [ServiceController] Problem creating service jboss.j2ee:jndiName=EventEntity,service=EJB
      org.jboss.deployment.DeploymentException: There are no home interface interceptors configured
      at org.jboss.proxy.ejb.ProxyFactory.initInterceptorClasses(ProxyFactory.java:218)
      at org.jboss.proxy.ejb.ProxyFactory.create(ProxyFactory.java:178)
      at org.jboss.ejb.EntityContainer.create(EntityContainer.java:331)
      at org.jboss.ejb.Container.invoke(Container.java:752)
      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1058)
      ...
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
      at org.jboss.Main.boot(Main.java:148)
      at org.jboss.Main$1.run(Main.java:381)
      at java.lang.Thread.run(Thread.java:536)

      ...

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.j2ee:jndiName=interest/Interest,service=EJB
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: There are no home interface interceptors configured, ObjectName: jboss.j2ee:jndiName=EventEntity,service=EJB
      state: FAILED
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: There are no home interface interceptors configured, ObjectName: jboss.j2ee:jndiName=UdpEntity,service=EJB
      state: FAILED
      ...
      I Depend On:
      Depends On Me: org.jboss.deployment.DeploymentException: There are no home interface interceptors configured]


      Any pointers to help would be greatly appreciated.

      DonB