/
How to resolve a Class not found error - 10.x
How to resolve a Class not found error - 10.x
Symptoms
One or more SQL Macro returns the following error:
java.lang.ClassNotFoundException: org.apache.commons.dbcp.BasicDataSourceFactory
Cause
This error can occur if your data source configuration is out of date after upgrading Confluence or your application server.
Resolution
- Look for something similar to factory="org.apache.commons.dbcp.BasicDataSourceFactory" in your server.xml.
- Either, remove the entry, or, replace with factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory".
, multiple selections available,
Related content
Class Not Found
Class Not Found
More like this
How to resolve a Cannot load JDBC driver error - 10.x
How to resolve a Cannot load JDBC driver error - 10.x
More like this
How to resolve an Invalid syntax server.xml error
How to resolve an Invalid syntax server.xml error
More like this
Invalid Syntax Server.xml
Invalid Syntax Server.xml
More like this
Unable to Load Database Driver
Unable to Load Database Driver
More like this
Copy of Invalid Syntax Server.xml
Copy of Invalid Syntax Server.xml
More like this