Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add error regarding case sensitive datasource names

...

  • After upgrading Confluence or your application server, this error can occur if your datasource configuration is out of date. Look for something like factory="org.apache.commons.dbcp.BasicDataSourceFactory" in your server.xml. Either remove it or rename it to factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory". Reference is SQL-68.
    No Format
    java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory
    

Error - MyDS not found

The datasource names are case sensitive, make sure you use exactly the same name as what you have configured!

Non-standard JDBC drivers

...