Hi Atlassian Community,
Has anyone encountered this error message when exporting an XML backup from a server hosted JIRA? --> "There was an error during import/export with <unknown plugin>:"
Inside the log, it doesn't give a clue on which plug-in could it be, or which jira feature linked to the plug-in encountered the error.
Any clue what other items should i check further? Below is the partial error message from the log.
Error Message:
************
2018-08-07 11:15:29,030 http-nio-8080-exec-21 ERROR anthonyda 669x93x1 1e5o2tb 10.128.27.174 /secure/admin/XmlBackup.jspa [c.a.j.bc.dataimport.DefaultExportService] Error during Active Objects Backup
com.atlassian.activeobjects.spi.ActiveObjectsImportExportException: There was an error during import/export with <unknown plugin>:
at com.atlassian.activeobjects.backup.ImportExportErrorServiceImpl.newImportExportSqlException(ImportExportErrorServiceImpl.java:26)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Caused by: javax.net.ssl.SSLException: SSL peer shut down incorrectly
************
Community moderators have prevented the ability to post new answers.
From the error message it appears that database communication was lost during the xml backup. Here is an Atlassian KB article for MySQL Communication Link Failure. https://confluence.atlassian.com/jirakb/mysql-communication-link-failure-214338032.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.