-
Bug
-
Resolution: Support Request
-
Medium
-
None
-
1.4.3
-
None
-
System Information
System Date Monday, 19 Sep 2005
System Time 21:22:23
System Favourite Colour Lime
Java Version 1.4.2_08
Java Vendor Sun Microsystems Inc.
JVM Version 1.0
JVM Vendor Sun Microsystems Inc.
JVM Implementation Version 1.4.2_08-b03
Java Runtime Java(TM) 2 Runtime Environment, Standard Edition
Java VM Java HotSpot(TM) Client VM
User Name confluence
User Timezone America/Los_Angeles
Operating System Linux 2.6.9-11.EL
OS Architecture i386Java VM Memory Statistics
Total Memory 508 MB
Free Memory 127 MB
Used Memory 381 MB
Memory Graph
25 % FreeRuntime Information
Database Dialect net.sf.hibernate.dialect.PostgreSQLDialect
Application Server Apache Tomcat/4.1.30
Servlet Version 2.3
Uptime 2 days, 23 hours, 23 minutes, 51 seconds
Version 1.4.2
Build Number 214System Information System Date Monday, 19 Sep 2005 System Time 21:22:23 System Favourite Colour Lime Java Version 1.4.2_08 Java Vendor Sun Microsystems Inc. JVM Version 1.0 JVM Vendor Sun Microsystems Inc. JVM Implementation Version 1.4.2_08-b03 Java Runtime Java(TM) 2 Runtime Environment, Standard Edition Java VM Java HotSpot(TM) Client VM User Name confluence User Timezone America/Los_Angeles Operating System Linux 2.6.9-11.EL OS Architecture i386 Java VM Memory Statistics Total Memory 508 MB Free Memory 127 MB Used Memory 381 MB Memory Graph 25 % Free Runtime Information Database Dialect net.sf.hibernate.dialect.PostgreSQLDialect Application Server Apache Tomcat/4.1.30 Servlet Version 2.3 Uptime 2 days, 23 hours, 23 minutes, 51 seconds Version 1.4.2 Build Number 214
Running standalone version of Confluence and behind Apache ( with ProxyReverse ), we are having problem to export space or entire confluence.
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /admin/dobackup.action.
Reason: Error reading from remote server
Hi Kalle, Barrow,
This issue is caused by mod_proxy losing the connection to Confluence before the export is complete.
I'd suggest two changes to your Apache configuration:
1. Increase the ProxyTimeout value from the default of 300 seconds [1].
2. If using Apache 2.1 or newer, enable the 'keepalive' parameter in your mod_proxy configuration [2] to ensure that any intervening firewall does not interrupt the connection.
If your backups still take too long, you have two options: either connect directly to the application server to perform the backup/export, or backup the database and confluence-home separately. The latter is our recommended backup method for large instances until the major backup & restore improvements that are planned for a future release.
Please let me know if you're still having problems.
Regards,
Matt
[1] http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxytimeout
[2] http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass