1 Reply Latest reply on Jul 10, 2002 10:23 AM by niranjan2202

    JBoss 3.0 with Oracle 8.1.6 strange error

      I am using JBoss 3.0 and I have configured it to connect to Oracle 8.1.7. I have a oracle-service.xml file and the jboss-local-jdbc.rar in the deploy directory. JBoss starts up fine but when I try to execute an EJB that opens a connection to Oracle, I get the following error
      =======================================================
      18:21:25,427 ERROR [AbstractPasswordCredentialLoginModule] The ConnectionManager mbean: jboss.jca:service=XaTxCM,name=OracleDS specified in a ConfiguredIdentityLoginModule could not be found. ConnectionFactory will be unusable!
      ========================================================
      The connection to Oracle through SQLPlus is working fine and the connection properties are correct (working with JBoss 2.4.4).
      In the log are the following messages, which are of concern to me:
      ========================================================
      2002-07-10 18:16:46,005 DEBUG [org.jboss.system.ServiceConfigurator] considering with object name jboss.jca:service=RARDeployer
      2002-07-10 18:16:46,005 DEBUG [org.jboss.system.ServiceController] waiting in create jboss.jca:service=LocalTxCM,name=OracleDS waiting on jboss.jca:service=LocalTxDS,name=OracleDS
      2002-07-10 18:16:46,005 WARN [org.jboss.system.ServiceController] jboss.jca:service=LocalTxDS,name=OracleDS does not implement any Service methods
      2002-07-10 18:16:46,005 DEBUG [org.jboss.system.ServiceController] waiting in create jboss.jca:service=LocalTxDS,name=OracleDS waiting on jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper
      2002-07-10 18:16:46,005 INFO [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Creating
      2002-07-10 18:16:46,015 INFO [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Created
      2002-07-10 18:16:46,015 DEBUG [org.jboss.system.ServiceController] waiting in create jboss.jca:service=LocalTxCM,name=OracleDS waiting on jboss.jca:service=LocalTxDS,name=OracleDS
      2002-07-10 18:16:46,015 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying oracle-service.xml
      2002-07-10 18:16:46,015 DEBUG [org.jboss.deployment.MainDeployer] start step for deployment file:/E:/jboss30/server/default/deploy/oracle-service.xml
      2002-07-10 18:16:46,015 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/E:/jboss30/server/default/deploy/oracle-service.xml
      2002-07-10 18:16:46,015 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=LocalTxCM,name=OracleDS on jboss.jca:service=LocalTxDS,name=OracleDS
      2002-07-10 18:16:46,015 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=LocalTxDS,name=OracleDS on jboss.jca:service=RARDeployment,name=JBoss LocalTransaction JDBC Wrapper
      2002-07-10 18:16:46,015 INFO [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Starting
      2002-07-10 18:16:46,025 INFO [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Started
      2002-07-10 18:16:46,025 DEBUG [org.jboss.system.ServiceController] waiting in start jboss.jca:service=LocalTxCM,name=OracleDS on jboss.jca:service=LocalTxDS,name=OracleDS
      2002-07-10 18:16:46,025 DEBUG [org.jboss.deployment.MainDeployer] Final (start) deployment step successfully completed on package: oracle-service.xml
      2002-07-10 18:16:46,025 INFO [org.jboss.deployment.MainDeployer] Successfully completed deployment of package: file:/E:/jboss30/server/default/deploy/oracle-service.xml
      =========================================================
      Badly need help on this. Please help.

      Niranjan