1 Reply Latest reply on Sep 27, 2003 11:35 PM by barryburd

    Incompletely deployed packages

    barryburd

      I'm trying to get the Interest example (from the 2.0 documentation) to run on JBoss 4DR2. I get the following message:

      Incompletely deployed packages:
      [{ 'ejb-management.jar' URL: 'file:/C:/JBoss/server/default/deploy/ejb-management.jar' localURL: 'file:/C:/JBoss/server/default/tmp/deploy/server/default/deploy/ejb-management.jar/60.ejb-management.jar' watching: 'file:/C:/JBoss/server/default/deploy/ejb-management.jar' SubDeployer: null }, { 'ejb-test.jar' URL: 'file:/C:/JBoss/server/default/deploy/ejb-test.jar' localURL: 'file:/C:/JBoss/server/default/tmp/deploy/server/default/deploy/ejb-test.jar/61.ejb-test.jar' watching: 'file:/C:/JBoss/server/default/deploy/ejb-test.jar' SubDeployer: null }, { 'interest.jar' URL: 'file:/C:/JBoss/server/default/deploy/interest.jar' localURL: 'file:/C:/JBoss/server/default/tmp/deploy/server/default/deploy/interest.jar/62.interest.jar' watching: 'file:/C:/JBoss/server/default/deploy/interest.jar' SubDeployer: null }, { 'jmx-ejb-adaptor.jar' URL: 'file:/C:/JBoss/server/default/deploy/jmx-ejb-adaptor.jar' localURL: 'file:/C:/JBoss/server/default/tmp/deploy/server/default/deploy/jmx-ejb-adaptor.jar/63.jmx-ejb-adaptor.jar' watching: 'file:/C:/JBoss/server/default/deploy/jmx-ejb-adaptor.jar' SubDeployer: null }]

      Any hints on what to try next?
      Thanks.

        • 1. Re: Incompletely deployed packages
          barryburd

          Okay. I fixed my own problem by adding some JBoss lib directories to the classpath in the build.xml file. I added these to the target that runs the client app. My question is, why should I have to do this? Shouldn't the client run independently of any jars in the JBoss server?

          Thanks.