1 Reply Latest reply on Dec 22, 2001 2:10 AM by roadrunner

    Jboss hangs when deploy InterBase CMP

    yaorong

      Hi all,

      I use InterBase6.0.1 database and Jboss2.4.3 for Window. 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 must add an issue: the InterClient.jar I put into jboss/lib/ext is compiled at jdk1.3 .
      . 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
      [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 standalone java class that can connect to the same database and execute sql statement.

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

        • 1. Re: Jboss hangs when deploy InterBase CMP
          roadrunner

          Just an idea:
          1. Make a minimal ejbjar with only session bean that gets a jdbcconnection over jboss and execute some simple sql to check that the connection is valid.
          2. Make a minimal ejbjar with only one CMP and see if it deploys

          regards
          Sven