-
Bug
-
Resolution: Fixed
-
High
-
5.7, 5.10.1
-
89
-
Severity 1 - Critical
-
Our documentation says we can modify the preferred test query by setting that parameter. However, with Confluence 5.7 and possibly older versions, it does not appear to work.
Steps to reproduce:
- Start Confluence 5.7 with a debugger attached
- Add to confluence.cfg.xml
<property name="hibernate.c3p0.preferredTestQuery">select 1</property> <property name="hibernate.c3p0.validate">true</property>
- Set a breakpoint in testPooledConnection in C3P0PooledConnectionPool and you will notice that the test query is null, which eventually ends up calling com.mchange.v2.c3p0.impl.DefaultConnectionTester#activeCheckConnectionNoQuery which does a getTables() call on the connection metadata instead of issuing the test query specified.
Workaround:
Add the system property - c3p0.preferredTestQuery - with the validation query that is appropriate for your database. The added system property will be used as default value and picked up by c3p0 connection pool when getting a new connection.
Database Type | Validation Query |
---|---|
MySQL | select 1 |
Microsoft SQL Server | select 1 |
Oracle | select 1 from dual |
PostgreSQL | select 1 |
For example:
-Dc3p0.preferredTestQuery="select 1"
Refer to https://confluence.atlassian.com/display/DOC/Configuring+System+Properties for more information on how to configure system properties.
Workaround 2:
Run the steps in this guide to switch from jdbc to datasource. Be sure to back up the files indicated in Step 1.
Please be sure not to skip the section starting with "If you're changing an existing Confluence installation over to using a datasource" in Step 4.
- is related to
-
CONFSERVER-36430 On certain configurations, the attachments upgrade task very slow or hangs when upgrading to 5.7
-
- Closed
-
- relates to
-
CONFSERVER-25531 C3P0 is prone to deadlocks and needs to be fixed
-
- Closed
-
- mentioned in
-
Page Failed to load
-
Page Failed to load
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
-
Page Loading...
[CONFSERVER-36484] hibernate.c3p0.preferredTestQuery is ignored in confluence.cfg.xml
Remote Link | Original: This issue links to "Page (Extranet)" [ 103220 ] |
Workflow | Original: JAC Bug Workflow v3 [ 2879101 ] | New: CONFSERVER Bug Workflow v4 [ 3002888 ] |
Workflow | Original: JAC Bug Workflow v2 [ 2787698 ] | New: JAC Bug Workflow v3 [ 2879101 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JAC Bug Workflow [ 2730108 ] | New: JAC Bug Workflow v2 [ 2787698 ] |
Symptom Severity | Original: Critical [ 14430 ] | New: Severity 1 - Critical [ 15830 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2393150 ] | New: JAC Bug Workflow [ 2730108 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 2279775 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2393150 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2221022 ] | New: Confluence Workflow - Public Facing - Restricted v5 [ 2279775 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2163206 ] | New: Confluence Workflow - Public Facing - Restricted v5.1 - TEMP [ 2221022 ] |
Workflow | Original: Confluence Workflow - Public Facing - Restricted v5 [ 1951761 ] | New: Confluence Workflow - Public Facing - Restricted v5 - TEMP [ 2163206 ] |