0 Replies Latest reply on Mar 24, 2003 9:49 AM by glaudias

    MBeanException checkIncompleteDeployments

    glaudias

      I tried to connect a external context in JBoss 3.0.4 on Linux Red Hat 7.2 and I had a problem.

      My configurations are:

      In file /jboss3.0.4/server/default/conf/jboss-service.xml
      I added the following lines:


      external/fs/externalContext


      external.fs.queue.props


      javax.naming.InitialContext



      In file /jboss3.0.4/server/default/conf/external.fs.queue.props

      java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
      java.naming.provider.url=file:///externalContext

      And finally, I created the directory
      /externalContext

      When I started JBoss I had the problem:
      2003-03-24 11:24:49,429 ERROR [org.jboss.deployment.scanner.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:service=ExternalContext
      state: CREATED
      I Depend On:
      Depends On Me: ]

      Could anyone help me?
      Glaucia