0 Replies Latest reply on Dec 21, 2001 12:40 AM by yaorong

    hangs when deploy InterBase CMP?

    yaorong

      Hi all,

      I use InterBase6.0.1 database and Jboss2.4.3. The datasource config is as follows:

      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      HRMSDB
      jdbc:interbase://192.168.82.125/d:/webhrms/HRMS.GDB
      SYSDBA
      masterkey


      First I start InterServer as windows2000's service and put InterClient.jar to jboss/lib/ext/. I encounter a problem when I start the jboss: The database bounding has no problem but the jboss hangs when [Container factory] Deploying:file:/D:/WEBHRMS/JBoss-2.4.3_Tomcat-3.2.3/jboss/tm
      p/deploy/Default/hrms.ear
      [Verifier] Verifying file:/D:/WEBHRMS/JBoss-2.4.3_Tomcat-3.2.3/jboss/tmp/deploy/
      Default/hrms.ear/ejb1004.jar
      [websams]
      [websams] ***** WebSAMS stated on Fri Dec 21 13:29:03 CST 2001 *****
      [Container factory] Deploying Seqgenerator

      The Seqgenerator is a CMP which can deploy if the database is changed to mssqlserver2000 or mysql4.0 for Win.

      FYI, I can run a simple java class that can connect to the same database and execute sql statement.

      Why? I need your help! You are so appreciated!