Hi Atlassian Experts,
I'm migrating from Confluence Version 7.19.17 from Server to Confluence Cloud and multiple spaces are failing. The issue is that when spaces fail, i'm not getting the specific error details mentioned in your troubleshooting documentation.
The troubleshooting page mentions specific errors like:
- 'Failed to execute export for query'
- 'Not enough space available'
- 'ERROR: duplicate key value violates unique constraint'
But in My case, i'm only seeing generic messages like:
- 'Uploaded 389 bytes of 37 KB. Open the troubleshooting page and locate a fix under the Migration errors section.'
- 'Migration workflow completed prematurely. Open the troubleshooting page and locate a fix under the Migration errors section.'
- 'Exporting database. Open the troubleshooting page and locate a fix under the Migration errors section.'
These messages tell me to open the troubleshooting page, but they do not show me which specific error from that page applies to my case. I cannot find the matching fix because the exact error code or message is not displayed.
Could you anyone please help me to identify:
1. What is the actual underlying error for each of our failed spaces?
2. Where can we find the detailed error logs?
3. Which fix from the troubleshooting page applies to our situation?
--- MY MIGRATION DETAILS ---
Source: Confluence Server 7.19.17
Destination: https://XXX.atlassian.net
Total Spaces: 456
--- FAILED SPACES ---
All Spaces are getting failed
Thank you,
Hello Fatima,
those generic messages are by design, not a bug. The CCMA UI never shows the real cause, it always points at the troubleshooting page. Atlassian acknowledges this gap in their own public issue tracker, ticket MIG-2440, currently with status "Gathering Interest", and the documented workaround there is exactly "check logs or contact support":
https://jira.atlassian.com/browse/MIG-2440
The actual error is in atlassian-confluence.log on your Confluence Application Server. For every failed step the Migration Assistant writes a line in this shape:
ERROR Step failed, taskName: Migrate space <spacekey> | stepType: CONFLUENCE_IMPORT | message: <the real reason>
The detailed logs are at:
<confluence-home>/logs/atlassian-confluence.log
Also worth a look is catalina.out in the Tomcat logs directory, because thread exhaustion and OOM errors sometimes only surface there. The cleanest way to capture everything in one shot is to generate a Support ZIP from Confluence administration, which packages logs, config, and diagnostics together. Steps are here:
https://confluence.atlassian.com/support/create-a-support-zip-790796819.html
I cannot tell you which fix on the troubleshooting page applies without seeing your actual log line, and the troubleshooting page itself only covers three patterns. Many other CCMA failure modes have their own dedicated KB articles.
One observation: all 456 spaces failing in the same early phase ("Uploaded 389 bytes of 37 KB", "Exporting database…", workflow completing prematurely) almost always means one global root cause, not 456 separate problems. Common candidates documented in the KBs are database privilege gaps (the PROCESS privilege one on MySQL), thread or heap exhaustion, blocked outbound connectivity to Atlassian migration endpoints, and an outdated CCMA plugin version. Your logs will tell you which one. Confluence Server reached end of support in February 2024, so if the log message does not map to an existing KB article, opening a ticket with the Support ZIP attached is the right next step:
https://support.atlassian.com/contact/#/
Greetings and and hopefully everything will go smoothly with the migration later on.
Alex
Hello Alex,
Thank you for the guidance. I downloaded the logs from the Confluence server and found the following errors repeatedly during the migration:
2026-05-15 07:49:57,733 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelEventListener] connectFailed *** PROXY TUNNEL CREATION FAILED ***
2026-05-15 07:49:57,734 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelEventListener] connectFailed Connection failure details:
2026-05-15 07:49:57,734 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelLoggingInterceptor] intercept === HTTP Request Failed ===
2026-05-15 07:49:57,734 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelLoggingInterceptor] intercept Duration before failure: 5006 ms
2026-05-15 07:49:57,734 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelLoggingInterceptor] intercept Exception type: SocketTimeoutException
2026-05-15 07:49:57,734 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelLoggingInterceptor] intercept Exception message: connect timed out
2026-05-15 07:49:57,734 ERROR [CCMA-MigrationTracker-pool-20-thread-4] [migration.agent.okhttp.ProxyTunnelLoggingInterceptor] intercept CONNECTION ERROR: Proxy connection issueIt looks like the migration assistant is failing while trying to establish the proxy tunnel / outbound connection to Atlassian Cloud.
Also, after reviewing the migration summary, I noticed that not all spaces failed:
Migrated successfully:
6426 users
19 groups
8 spaces
Failed:
448 spaces
So it seems the migration can partially complete, but most spaces are failing because of the connectivity/proxy timeout issue.
Could you please help me understand:
Whether this confirms a proxy/firewall/network configuration problem?
Which Atlassian endpoints should be whitelisted?
Whether increasing proxy timeout values could help in this situation?
Thank you again for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.