Hey all, I�m trying to connect my new installation of WebSphere 5 to an Oracle database. I�m getting an exception thrown, javax.Management.RuntimeMBeanException (it�s a NullPointerException), and I�m not quite sure how to fix it. The problem is that I�m not the server admin, and I don�t know my way around WebSphere, but because it�s a
JDBC issue I�ve been asked to help.
The exception is being thrown when we try to
test the DataSource connection. This doesn�t seem like it would be a tough situation for anyone who is used to the WebSphere environment, I just don�t know what to change in the DataSource configuration. Here is a copy of the error:
DSRA8040I: Failed to connect to the DataSource. Encountered :
java.lang.NullPointerException at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:356) at
java.sql.DriverManager.getConnection(DriverManager.java:538) at
java.sql.DriverManager.getConnection(DriverManager.java:157) at
oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:169)
at
oracle.jdbc.pool.OracleConnectionPoolDataSource.getPhysicalConnection(OracleConnectionPoolDataSource.java:149) at
oracle.jdbc.pool.OracleConnectionPoolDataSource.getPooledConnection(OracleConnectionPoolDataSource.java:95) at
com.ibm.ws.rsadapter.DSConfigurationHelper$1.run(DSConfigurationHelper.java:688)
at
com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java(Compiled
Code)) at
com.ibm.ws.rsadapter.DSConfigurationHelper.getPooledConnection(DSConfigurationHelper.java:683) at
com.ibm.ws.rsadapter.DSConfigurationHelper.testConnectionForGUI(DSConfigurationHelper.java:1734)
at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source) at s --
<truncated> --.
Any help would be appreciated. I�m not even sure where to go look up support on this info, other than googling (and that hasn�t been much help so far). Thanks!