Skip to end of banner
Go to start of banner

Class Not Found

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Symptoms

One or more SQL Macro returns the following error:

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

Cause

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

Resolution

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"

  • No labels