8 Replies Latest reply on Dec 20, 2004 12:10 PM by mip

    mysql-ds.xml deployment

    mip

      I'm trying to deploy the following:

      <datasources>
       <local-tx-datasource>
       <jndi-name>MySQLDS</jndi-name>
       <connection-url>jdbc:mysql://localhost:3306/pushtv</connection-url>
       <driver-class>com.mysql.jdbc.Driver</driver-class>
       <user-name>remote</user-name>
       <password>remote</password>
       </local-tx-datasource>
      </datasources>


      ..but I'm getting the following errors on deployment:

      2004-12-20 14:50:09,475 INFO [org.jboss.deployment.MainDeployer] Deployment of package: file:/var/jboss/server/default/deploy/mysql-ds.xml is waiting for an appropriate deployer.
      2004-12-20 14:50:09,477 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@4d279b9b { url=file:/var/jboss/server/default/deploy/mysql-ds.xml }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/var/jboss/server/default/deploy/mysql-ds.xml
       lastDeployed: 1103554209475
       lastModified: 1103554209000
       mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@4d279b9b { url=file:/var/jboss/server/default/deploy/mysql-ds.xml }
       deployer: null
       status: null
       state: INIT_WAITING_DEPLOYER
       watch: file:/var/jboss/server/default/deploy/mysql-ds.xml
       lastDeployed: 1103554209475
       lastModified: 1103554209000
       mbeans:
      ]MBeans waiting for classes:
       <none>
      MBeans waiting for other MBeans:
       <none>


      Any ideas?