Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Symptoms

One or more SQL Macro returns the following error:

Code Block
java.lang.ClassNotFoundException:
org.apache.commons.dbcp.BasicDataSourceFactory

Cause

After upgrading Confluence or your application server, this This error can occur if your data source configuration is out of date after upgrading Confluence or your application server

Resolution

  1. Look for something

...

  1. similar to factory="org.apache.commons.dbcp.BasicDataSourceFactory" in your server.xml.
  2. Either, remove

...

  1. the entry, or, replace with factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory"