1 Reply Latest reply on Feb 26, 2002 6:34 PM by haytona

    Connection To Database

    rajvaishu

      I tried to start the Server..........It displayed the following message

      [EmbeddedTomcatSX] Initializing
      [EmbeddedTomcatSX] Initialized
      [Service Control] Initialized 28 services
      [Service Control] Starting 28 MBeans
      [Webserver] Starting
      [Webserver] Codebase set to http://localhost:8083/
      [Webserver] Started webserver on port 8083
      [Webserver] Started
      [Naming] Starting
      [Naming] Starting jnp server
      [Naming] Started jnpPort=1099, rmiPort=0, Client SocketFactory=null, Server Sock
      etFactory=null
      [Naming] Naming started on port 1099
      [Naming] Started
      [JNDIView] Starting
      [JNDIView] Started
      [Transaction manager] Starting
      [Transaction manager] Started
      [JAAS Security Manager] Starting
      [JAAS Security Manager] JAAS.startService, cachePolicy=null
      [JAAS Security Manager] JAAS.startService, SecurityProxyFactory=org.jboss.securi
      ty.SubjectSecurityProxyFactory@38bef7
      [JAAS Security Manager] Started
      [JDBC provider] Starting
      [JDBC provider] Started
      [DefaultDS] Starting
      [DefaultDS] XA Connection pool DefaultDS bound to java:/DefaultDS


      I feel it is the problem with the connection to the database, the following is the mbean tag code


      DefaultDS
      org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:oracle:thin:@localhost:1521
      1200000
      scott
      50
      tiger
      false
      false
      false
      true
      120000
      1800000
      false
      false
      1.0
      0


        • 1. Re: Connection To Database
          haytona

          make sure you have loaded the JDBC driver by using the jboss.jcml file:

          <!-- ==================================================================== -->
          <!-- JDBC -->
          <!-- ==================================================================== -->


          org.hsqldb.jdbcDriver,YOUR.DRIVER.HERE