4 Replies Latest reply on Nov 5, 2003 7:42 PM by yerunlong

    configurate mssql server 2000

    yerunlong

      hi all, i want to configure mssql under jboss-3.0.8_tomcat-4.1.24
      1 copy mssql-service.xml located in docs\examples\jca to server\default\deploy
      2 edit mssql-service.xml
      3 copy msbase.jar mssqlserver.jar msutil.jar to server\default\lib
      4 start jboss and there is an error

      2003-10-31 17:48:28,562 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@46f19094 { url=file:/I:/J2EE/JBossGroup/jboss-3.0.8_tomcat-4.1.24/server/default/deploy/mssql-service.xml }
      deployer: org.jboss.deployment.SARDeployer@14da8f4
      status: null
      state: FAILED
      watch: file:/I:/J2EE/JBossGroup/jboss-3.0.8_tomcat-4.1.24/server/default/deploy/mssql-service.xml
      lastDeployed: 1067593700961
      lastModified: 1067593700921
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:


      what's wrong with it?

      thanks

        • 1. Re: configurate mssql server 2000
          jonlee

          We actually need the error that occurs during the deployment (earlier in the log). This listing just gives a summary of MBeans that did not deploy when JBoss completed its boot process.

          • 2. Re: configurate mssql server 2000
            yerunlong

            hi jonlee

            i got the error in the log, and attached it as JPEG file as it has chinese phrase, the phrase might means 'there is a lack of file root component'

            thanks in advance

            • 3. Re: configurate mssql server 2000
              jonlee

              The SAX parser is having problems with your *-ds.xml. Either the DOCROOT is not understood or the DOCTYPE tag is not properly formed, or it cannot find the DTD reference. The XML encoding should probably be left set as UTF-8. Hence your datasource is not being created because the SAX parser thinks your document is unreadable.

              Perhaps show your *-ds.xml. However, if you have copied it from the standard templates and only modified the main tag area it should be OK.

              • 4. Re: configurate mssql server 2000
                yerunlong

                it is ok! thanks for you kindly help