0 Replies Latest reply on Nov 24, 2004 5:12 PM by maxpower25

    CANNOT RUN EJB3.0 EXAMPLES, 'cause ejb3.deployer is not foun

    maxpower25

      Hi,
      I wanted to try out ejb3.0 with JBoss, but I failed because JBOSS does not deploy the ejb3-things and the AOP-things.....I would be very delighted if any one out there takes some time to have a look....here is what I did:

      1.) downloaded JBOSS + unzipped C:\jboss-4.0.0RC1
      2.) downloaded JAVA1.5 + set the JAVA_HOME environment variable
      3.) downloaded jboss-EJB-3.0_Preview_2.zip + unzipped it into a directory far
      away from JBOSS_HOME
      4.) Copied ejb3.deployer and ejb3-interceptors-aop.xml from the lib/
      directory of the jboss-EJB-3.0_Preview_2 to jboss-4.0.1/server/all/deploy
      (the ejb3.deployer is a directory...)
      5.) downloaded jboss-aop_1.0.0-FINAL.zip + unzipped it into a directory far
      away from JBOSS_HOME
      6.) copied the directory jboss-aop-jdk50.deployer from the
      /jboss-40-install of the jboss-aop_1.0.0-FINAL to
      jboss-4.0.1/server/all/deploy
      7.) Run the all- confiruration of JBOSS with run -c all

      8.) Receive the following messages:
      22:46:22,912 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@3c271ad4 { url=file:/C:/jboss-4.0.0RC1/serv
      r/all/deploy/ejb3.deployer/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.0RC1/server/all/deploy/ejb3.deployer/
      altDD: null
      lastDeployed: 1101332782902
      lastModified: 1101325827803
      mbeans:

      org.jboss.deployment.DeploymentInfo@c67c433d { url=file:/C:/jboss-4.0.0RC1/serv
      r/all/deploy/jboss-aop-jdk50.deployer/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.0RC1/server/all/deploy/jboss-aop-jdk50.deployer/
      altDD: null
      lastDeployed: 1101332782912
      lastModified: 1101330769116
      mbeans:

      *************************************************************
      The effect is that I also cannot run the ejb3.0 examples from the tutorial, because ant tells me this:
      Buildfile: Build.xml

      C:\jboss-4.0.0RC1\server\all\deploy\jboss-aop.deployer not found

      *************************************************
      DOES ANYBODY HAVE AN IDEA...WHERE IS MY MISTAKE??? I THOUGHT I DID EVERYTHING AS DESCRIBED IN THE TUTORIALS???