1 Reply Latest reply on Jul 14, 2002 1:52 AM by javaguy

    Jboss 3.1.0alpha and MySQL

      Hi All,

      I download the latest version of JBoss last night and built it. I have no clue how to run the testsuite and then when I added the mysql-service.xml I get the following messages:

      23:36:06,435 INFO [MainDeployer] Successfully completed deployment of package: file:/H:/jboss-3.1.0alpha/server/default/deploy/jmx-ejb-adap
      tor.jar
      23:36:06,445 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=LocalTxCM,name=MySqlDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=MySqlDS
      jboss.jca:service=LocalTxPool,name=MySqlDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: ]
      23:36:06,445 INFO [URLDeploymentScanner] Started
      23:36:06,445 INFO [MainDeployer] Successfully completed deployment of package: file:/H:/jboss-3.1.0alpha/server/default/conf/jboss-service.
      xml
      23:36:06,455 ERROR [Server] Root deployment has missing dependencies; continuing
      Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss.jca:service=LocalTxCM,name=MySqlDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=MySqlDS
      jboss.jca:service=LocalTxPool,name=MySqlDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: ]
      at org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1098)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:601)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:582)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
      at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
      at $Proxy6.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:232)
      at org.jboss.Main.boot(Main.java:152)
      at org.jboss.Main$1.run(Main.java:385)
      at java.lang.Thread.run(Thread.java:479)

      Does anyone know why this happened now and how to fix that?


      Thanks
      JG

        • 1. Re: Jboss 3.1.0alpha and MySQL

          Sorry all, instead of dropping the one I used for the binary download of Jboss 3.0.0 I used a brand new one from the example/jca/mysql-service.xml and dropped that in my deploy directory. Everything seems to come up ok now. Time to test the Jboss3-Template-Project again.

          Regards,
          JG