2 Replies Latest reply on Apr 25, 2003 10:55 AM by gifkins

    jdom.jar / waiting for an appropriate deployer / INIT_WAITIN

    gifkins

      Gurus, please help!

      I am using jboss-3.0.4_tomcat-4.1.12

      I need to use XML parser in my application, so I have to deploy jdom.jar on to JBOSS.

      The place I put jdom.jar is $JBOSS_HOME/server/default/lib/
      then I start the server.

      everything looks loaded successfully except for this jdom.jar

      first it shows
      ****************
      10:18:53,910 INFO [MainDeployer] deployment waiting for deployer: file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar
      10:18:53,911 INFO [MainDeployer] Deployment of package: file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar is waiting for an appropriate deployer.
      ****************

      then when server is almost finish loading , it shows
      **************
      10:19:45,307 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@dac21300 { url=file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar
      lastDeployed: 1051204756730
      lastModified: 1051204729000
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@dac21300 { url=file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar
      lastDeployed: 1051204756730
      lastModified: 1051204729000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@dac21300 { url=file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/home/shane/freshtest/jboss-3.0.4_tomcat-4.1.12/server/default/lib/jdom.jar
      lastDeployed: 1051204756730
      lastModified: 1051204729000

      *************************
      seems like all errors were caused by loading jdom.jar, but it does not affect the running of the application. Does anyone know anything about this? Thank you so much!