2 Replies Latest reply on Oct 11, 2002 10:07 AM by iris

    PostgreSQL for Jboss3.0.3_Tomcat4.1.12 configuration problem

    iris

      Hi,

      I tried to use PostgresSQL with Jboss3.0.3_Tomcat4.1.12:
      I get the postgres-service.xml from $JBOSS/docs/examples/jca
      I configure it with my username ... servername.. database name...
      I put it on $JBOSS/server/default/deploy/
      I configure the file $JBOSS/server/default/conf/standardjbosscmp-jdbc.xml with
      java:/PostgresDS
      <datasource-mapping>PostgreSQL</datasource-mapping>
      and the file
      $JBOSS/server/default/conf/standardjaws.xml with
      java:/PostgresDS
      <type-mapping>PostgreSQL</type-mapping>
      I put the postgresql.jar in $JBOSS/server/default/lib/
      I remove the files:
      $JBOSS/server/default/lib/hsqldb.jar
      $JBOSS/server/default/lib/hsqldb-plugin.jar
      $JBOSS/server/default/deploy/hsqldb-service.xml

      (it's seems like the Jboss3.0.0)

      But when I try to start Jboss I have this error:
      15:47:38,524 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: 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=PostgresDS
      state: CONFIGURED
      I Depend On: jboss.jca:service=LocalTxDS,name=PostgresDS
      jboss.jca:service=LocalTxPool,name=PostgresDS
      jboss.jca:service=CachedConnectionManager
      jboss.security:name=JaasSecurityManager
      jboss.jca:service=RARDeployer

      Depends On Me: ]


      I don't understand it because I did the sames configuration in Jboss3.0.0 and it worked fine.

      Can someone help me ?

      Thanks
      Iris