0 Replies Latest reply on Oct 7, 2002 6:32 PM by qjereq

    Template Project and Interbase -> JBoss Hangs

    qjereq

      I have successfully deployed the Template project with MS SQL and Hypersonic. Now I am trying to deploy with Interbase 6.0.1 using Borland's InterClient. My Interbase DS works fine (through a JSP), but when deploying the teplate project with the InterbaseDS, JBoss justs hangs. The last lines in the log are always:

      14:42:44,359 INFO [MainDeployer] Starting deployment of package: file:/D:/jboss
      -3.0.3_tomcat-4.1.12/server/default/deploy/ejb-test.jar
      14:42:44,562 INFO [EjbModule] Creating
      14:42:44,578 INFO [EjbModule] Deploying test/TestBMPEntity
      14:42:44,703 INFO [EjbModule] Deploying test/TestEntity
      14:42:44,750 INFO [EjbModule] Deploying test/SequenceGenerator
      14:42:44,750 INFO [EjbModule] Deploying test/TestSession
      14:42:44,828 INFO [EjbModule] Deploying test/TestMessage
      14:42:44,890 INFO [JMSContainerInvoker] Creating
      14:42:44,906 INFO [JMSContainerInvoker] Created
      14:42:44,937 INFO [EjbModule] Created
      14:42:44,937 INFO [EjbModule] Starting
      14:42:45,000 INFO [JMSContainerInvoker] Starting
      14:42:45,000 INFO [DLQHandler] Creating
      14:42:45,125 INFO [DLQHandler] Created
      14:42:45,250 INFO [DLQHandler] Starting
      14:42:45,250 INFO [DLQHandler] Started
      14:42:45,250 INFO [JMSContainerInvoker] Started

      - Jere