cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to commit buffered response

Simona
Champ in-the-making
Champ in-the-making

Hello, I'm Simona and I'm new to this forum.

I've been experiencing some issues with Alfresco 7, which was installed in 2021. Until a few days ago, it was working fine, but now it freezes after about an hour of running, and this error appears in the logs:

2025-01-29 09:36:11,510 WARN [cache.node.nodesTransactionalCache] [DefaultScheduler_Worker-1] Transactional update cache 'org.alfresco.cache.node.nodesTransactionalCache' is full (250000).
2025-01-29 09:36:12,270 WARN [alfresco.cache.contentUrlTransactionalCache] [DefaultScheduler_Worker-1] Transactional update cache 'org.alfresco.cache.contentUrlTransactionalCache' is full (250000).
2025-01-29 09:41:00,932 WARN [cache.node.aspectsTransactionalCache] [DefaultScheduler_Worker-1] Transactional update cache 'org.alfresco.cache.node.aspectsTransactionalCache' is full (250000).
2025-01-29 09:41:01,484 WARN [alfresco.cache.contentDataTransactionalCache] [DefaultScheduler_Worker-1] Transactional update cache 'org.alfresco.cache.contentDataTransactionalCache' is full (250000).
2025-01-29 09:41:01,508 WARN [cache.node.propertiesTransactionalCache] [DefaultScheduler_Worker-1] Transactional update cache 'org.alfresco.cache.node.propertiesTransactionalCache' is full (250000).
2025-01-29 10:11:27,044 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-88] Exception from executeScript: 00290419 Failed to commit buffered response
org.alfresco.error.AlfrescoRuntimeException: 00290419 Failed to commit buffered response
at org.alfresco.repo.web.scripts.BufferedResponse.writeResponse(BufferedResponse.java:278)
at org.alfresco.rest.framework.webscripts.ApiWebScript.execute(ApiWebScript.java:127)

Can anyone help me? If needed, I can also post the configuration files.

Thank you very much.

Simona

 

2 REPLIES 2

Ghanshyam_R
Champ on-the-rise
Champ on-the-rise

Hi Simona,

Can you check Tomcat or Proxy Configuration: If you're using a reverse proxy (like Nginx), ensure that the proxy settings are correctly configured to handle larger requests and responses. You might need to adjust the buffer sizes and timeouts in the proxy server configuration.

You could start by reviewing Tomcat logs (catalina.out) and Alfresco logs for more detailed errors or stack traces. 

Simona
Champ in-the-making
Champ in-the-making

Hi,

thanks a lot for your reply. There is no proxy; Tomcat is called directly.
I noticed an unusual pattern in the Java heap memory usage of Alfresco's Tomcat. It seems that memory usage keeps increasing without ever being released, and every half hour, this increase becomes more noticeable. Is there a way to understand why it is never freed?

Simona_0-1738161843446.png