1 Reply Latest reply on Mar 17, 2005 10:20 AM by greenrd

    No deployer found for ejb-app.jar in slim configuration

    greenrd

      Hi,

      I am deploying ITracker on JBoss 4.0.1, and I have tried to follow the instructions at http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming to create a "slim" JBoss configuration which uses less resources. However, in my "slim" configuration (it's called default but it's actually a slimmed down config), ITracker fails to deploy, and in the server.log file there is:

      2005-03-17 00:01:27,605 DEBUG [org.jboss.deployment.MainDeployer] No deployer found for url: file:/var/jboss-4.0.1sp1/server/default/tmp/deploy/tmp20982itracker.ear-contents/ejb-app.jar
      

      In the "all" configuration, I instead get this, which looks correct:

      2005-03-17 00:13:13,148 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/var/jboss-4.0.1sp1/server/all/tmp/deploy/tmp10157itracker.ear-contents/ejb-app.jar
      2005-03-17 00:13:13,154 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.ejb.EJBDeployer@1b7c76
      


      But, in the server.log for the "slim" configuration (yes, it's definitely the slim log, I checked), it also says:

      ObjectName: jboss.ejb:service=EJBDeployer
       state: CONFIGURED
       I Depend On: jboss:service=TransactionManager
       jboss:service=WebService
      
       Depends On Me: jboss.ws4ee:service=ServiceDeployerEJB
      


      ???

      So, EJBDeployer is configured, but it's not picking up the jar for some reason.

      Any ideas why the "slim" jboss is not able to deploy ejb-app.jar - even though the EJBDeployer is configured?