1 Reply Latest reply on Mar 12, 2002 11:52 AM by chaldon

    problems configuring mySQL

    dencel

      When I start run_with_catalina.bat, Jboss hangs at the follwing line:
      XA Connection pool DefaultDS bound to java:/DefaultDS

      Beneath the code I added in my jboss.jcml
      I placed the driver.jar in my classpath, in serveral ways, but nothing helped.
      I did everything using the following tread:
      http://main.jboss.org/thread.jsp?forum=67&thread=4964

      can anybody help me?
      Thanx, Dencel

      <!-- ==================================================================== -->
      <!-- JDBC -->
      <!-- ==================================================================== -->


      org.gjt.mm.mysql.Driver



      DefaultDS
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:mysql://192.168.0.15:3306/MyDatabaseName
      1200000
      root

      10
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0

        • 1. Re: problems configuring mySQL
          chaldon

          hello.

          try to drop Driver.jar to $JBOSS_HOME/lib/ext. And also check if you can login with name root and empty password to MySQL database ( use mysql -h 192.168.0.15 -uroot MyDatabaseName ) because security settings can prevent this. Also errors shown after <Ctrl+C> pressed can give useful information.