0 Replies Latest reply on Nov 15, 2002 8:04 PM by jcprout

    Unable to create an Oracle Connection Pool

    jcprout

      I'm new to JBoss, trying to port out J2EE application from Weblogic

      Everything is working until I try to connect to out Oracle 8i database. I'm trying to create a connection pool following the oracle-service.xml template. The file is edited to set our server parameters and connection pool name, then deployed in the default/deploy directory.

      default/config/login-info.xml is also edited to add our database login information.

      When I try to use JNDI to get a connection (ctx.lookup("java:/dev34")) I get this error in the JBoss log:

      ERROR [AbstractPasswordCredentialLoginModule] The ConnectionManager mbean: jboss.jca:service=LocalTxCM, name=dev34 specified in a ConfiguredIdentityLoginModule could not be found. ConnectionFactory will be unusable!

      Followed by a stack trace because the java:/dev34 connection pool can't be found.

      I'm using JBoss 3.0.4, Java 1.3.1_6, running on Redhat Linux 7.2.

      Does anyone have any ideas what the problem could be, or suggestions for things to look into. I'm about out of ideas!

      Thanks in advance

      John