I've seen a few other JForum discussions in this forum and I know there are some JForum experts here amongst the admins.
I have JForum 2.1.9 deployed in WebSphere 7. I have a WAS datasource configured to point to an Oracle 10i database.
JForum deploys and I can run the install.jsp. JForum finds the connection and I can see that several tables and sequences are created.
But the configuration process ultimately fails with "java.lang.ArrayIndexOutOfBoundsException" thrown by oracle.jdbc.driver.OracleSql.computeBasicInfo(OracleSql.java:950)
I'm kind of at a loss what could be wrong. Is there an issue with my Oracle version or the Oracle
JDBC driver version maybe?
Thanks for any ideas.