1 Reply Latest reply on Apr 22, 2002 2:01 PM by manywolf

    Null pointer exception on Oracle connection

    manywolf

      I have configured a database pool and datasource for Oracle in JBoss 2.4.4 .When I startup the server I get the following nullPointer exception and I am not sure what I am missing in my config. After the exception I will show the snippet of my configuration. Thanks for your help,
      Shelley Alonso

      The exception in part:

      [15:45:46,592,ConfigurationService] Unexpected error
      java.lang.NullPointerException
      at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(Unknown Source)
      at org.jboss.jdbc.XADataSourceLoader.startService(XADataSourceLoader.java:412)
      at org.jboss.util.ServiceMBeanSupport.start(ServiceMBeanSupport.java:103)


      Config:

      <!-- ==================================================================== -->
      <!-- JDBC -->
      <!-- ==================================================================== -->
      <!-- Oracle epdb Pool configuration -->


      oracle.jdbc.driver.OracleDriver



      epdb
      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl

      jdbc:oracle:thin:@EPDEV4:1521:EPDB
      1200000
      devuser
      devuser
      10
      0


      <!-- Oracle epdb Pool configuration -->