3 Replies Latest reply on Nov 22, 2004 7:23 AM by kabirkhan

    Installation problems

    lboss

      Hi,
      I wanted to install jboss-aop on jboss-4 and followed the instructions in the
      documentation. At startup jboss logs this error message:

      17:41:42,206 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@522a8ee5 { url=file:/opt/jboss-4.0.0RC1/server/default/deploy/jboss-aop.deployer }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/opt/jboss-4.0.0RC1/server/default/deploy/jboss-aop.deployer
       altDD: null
       lastDeployed: 1100709702204
       lastModified: 1100709702000
       mbeans:
      
      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@522a8ee5 { url=file:/opt/jboss-4.0.0RC1/server/default/deploy/jboss-aop.deployer }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/opt/jboss-4.0.0RC1/server/default/deploy/jboss-aop.deployer
       altDD: null
       lastDeployed: 1100709702204
       lastModified: 1100709702000
       mbeans:


      I use the following packages: jboss-4.0.0RC1 and jboss-aop_1.0.0_FINAL.

      Thanks for your help.

      Lutz

        • 1. Re: Installation problems
          kabirkhan
          • 2. Re: Installation problems
            lboss

            Thanks for your reply. Unfortunately it didn't helped, because you described steps, that I have already done: There is a jboss-aop.deployer directory in the deploy directory. I post the content:

            [lschneid@beethoven all]$ ls -lR deploy/jboss-aop.deployer/
            deploy/jboss-aop.deployer/:
            insgesamt 1472
            -rw-rw-r-- 1 lschneid lschneid 4575 22. Nov 11:26 base-aop.xml
            -rw-rw-r-- 1 lschneid lschneid 404417 22. Nov 11:26 javassist.jar
            -rw-rw-r-- 1 lschneid lschneid 515980 22. Nov 11:26 jboss-aop.jar
            -rw-rw-r-- 1 lschneid lschneid 191080 22. Nov 11:26 jboss-aspect-library.jar
            drwxrwxr-x 2 lschneid lschneid 4096 22. Nov 11:26 META-INF
            -rw-rw-r-- 1 lschneid lschneid 361155 22. Nov 11:26 trove.jar
            
            deploy/jboss-aop.deployer/META-INF:
            insgesamt 8
            -rw-rw-r-- 1 lschneid lschneid 1253 22. Nov 11:26 jboss-service.xml
            -rw-rw-r-- 1 lschneid lschneid 492 22. Nov 11:26 MANIFEST.MF


            Any ideas?


            • 3. 3855902
              kabirkhan

              Are you using JBoss 4.0 or 4.0 RC1 as in your original post? Try JBoss 4.0 if you haven't already, as there were changes to the deployer architecture between the two versions.