Versions Compared

Key

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

...

Panel
bgColor#f9ecc5

The error is caused if the SSL certs are not trusted by Confluence Tomcat application.

Solution

We You need to have a copy of the SSL certs and install it into Confluence using Java cacerts using keytool.

...

Cause

Panel
bgColor#f9ecc5

When we you create the Resource Data Source within the Tomcat server.xml file and create another SQL Datasource profile from the Add-on page and validate the Test Connection we , you see the above error message in logs.

...

To avoid the error message, we you need to remove the profile from the SQL for Confluence configuration Add-on i.e. from the SQL for Confluence configuration Add-on, go to view and modify Data source profiles and remove the related profile.

Next, we you can try using the SQL macro on a test page and enter the Data source name jdbc/confluence and click on the preview.

Error Message

Code Block
"Cannot create PoolableConnectionFactory (IO Error: NL Exception was generated TNS-04610: No literals left, reached end of NV pair)".

Log Entries

Code Block
ERROR [http-nio-8096-exec-25] [confluence.sql.config.DBConnection] globalDSConnection Error finding Datasource : java.sql.SQLException: Cannot create PoolableConnectionFactory (IO Error: NL Exception was generated TNS-04610: No literals left, reached end of NV pair)

Cause

Info