2 Replies Latest reply on May 7, 2003 3:58 AM by amapumu

    External JNDI for MQSeries

    amapumu

      Hi,
      I get this error when I run JBoss:

      12:14:32,823 ERROR [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.jndi:service=ExternalContext,jndiName=external/fs/c/jndiRoot
      state: CREATED
      I Depend On:
      Depends On Me: ]
      12:14:32,863 INFO [URLDeploymentScanner] Started

      And this is the jboss-service.xml fragment that describes the binding with the local file system directory c:/jndiRoot:

      <!-- Bind the /usr/local file system directory -->

      external/fs/c/jndiRoot
      local.props
      javax.naming.InitialContext


      And the local.props file contains:
      java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
      java.naming.provider.url=file://C:/jndiRoot

      How can I solve this problem?

      Thanks in advance for all your help.

      Best Regards.

      Mario.