03-14-2011 10:54 AM
#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 600
ProxyTimeout 600
The mod_proxy statement is:
ProxyRequests Off
RewriteEngine On
RewriteRule ^/alfresco/(.*) /$1 [PT]
ProxyPass /alfresco/ http://10.112.75.25:8080/alfresco/ retry=1 timeout=600
ProxyPassReverse /alfresco/ http://10.112.75.25:8080/alfresco/
RewriteRule ^/share/(.*) /$1 [PT]
ProxyPass /share/ http://10.112.75.25:8080/share/ retry=1 timeout=600
ProxyPassReverse /share/ http://10.112.75.25:8080/share/
Interestingly, I initially set the timeout to 5 minutes (300 seconds) and saw the error after 6 minutes- once I doubled the timeouts above, I received the error at 12 minutes.<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="200000"
redirectPort="8443" />09:09:17,454 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.cache.contentDataTransactionalCache] Transactional update cache 'org.alfresco.cache.contentDataTransactionalCache' is full (1000).
09:11:35,085 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.cache.node.propertiesTransactionalCache] Transactional update cache 'org.alfresco.cache.node.propertiesTransactionalCache' is full (5000).
09:15:11,200 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.cache.node.aspectsTransactionalCache] Transactional update cache 'org.alfresco.cache.node.aspectsTransactionalCache' is full (10000).
09:15:11,243 WARN [org.alfresco.repo.cache.TransactionalCache.org.alfresco.nodeOwnerTransactionalCache] Transactional update cache 'org.alfresco.nodeOwnerTransactionalCache' is full (10000).
03-15-2011 06:50 AM
03-17-2011 05:02 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.