1 Reply Latest reply on Mar 29, 2003 4:23 PM by adrian.brock

    ENTITY BEAN DEPLOYMENT ERROR

    mona

      My test.jar file contains 6 files i.e. session bean, entity bean, and their home and remote interface. When i deploy this test.jar file, I get the following error:
      14:17:39,875 INFO [MainDeployer] Deployed package: file:/D:/jboss-3.0.6/server/default/deploy/testweb.war
      14:17:39,968 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.j2ee:jndiName=ejb/com/sd/testCRM/UserVerificationEntityHome,service=EJB
      state: FAILED
      I Depend On:
      Depends On Me: java.lang.NoSuchMethodException: com.sd.testCRM.UserVerificationEntityBean.ejbCreate(java.lang.String, java.lang.String, java.lang.String, java.lang.String)]
      14:17:39,968 INFO [URLDeploymentScanner] Started
      14:17:39,984 INFO [MainDeployer] Deployed package: file:/D:/jboss-3.0.6/server/default/conf/jboss-service.xml
      14:17:40,000 INFO [Server] JBoss (MX MicroKernel) [3.0.6 (CVSTag=JBoss_3_0_6 Date=200301260037)] Started in 2m:16s:891ms

      What could be the problem?