This documentation relates to the latest version of Confluence.
If you are using an earlier version, please go to the documentation home page and select the relevant version.

Confluence Backups begin failing on MySQL

All Versions
Click for all versions
Confluence 2.9 Documentation

Index

This can begin to occur when your Confluence site has grown to a certain size that the database connections times out, during the backup operation:

Stacktrace:

java.sql.SQLException: Communication link failure: java.io.EOFException, underlying cause: null

    • BEGIN NESTED EXCEPTION **

java.io.EOFException

STACKTRACE:

java.io.EOFException
at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:1394)

Increase the wait_timeout variable in the Mysql configuration file.

Labels

admin admin Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
  1. Aug 25, 2005

    Anonymous says:

    I have meet the same question.And we use mysql 4.0.5.So I really want to know ho...

    I have meet the same question.And we use mysql 4.0.5.So I really want to know how to fix this mistake.
    my email:fanboy2002@msn.com
    Thanks.

    1. Aug 25, 2005

      David Loeng says:

      Increase the wait_timeout variable in the Mysql configuration file?

      Increase the wait_timeout variable in the Mysql configuration file?

Add Comment