cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Share slow and no respond

henrychoi_yw
Champ in-the-making
Champ in-the-making
Hi,
I am having an issue with Alfresco Share during high amount of usage of the system.
Alfresco starts slowing down and even no response after certain amount of time.
The only things that I know is there are more than two users uploading more than 40 files each to the system.

I want to know is that Solr indexing issue slowing it down or there is other reason why it slows down.
Please let me know which log files I can look into and see the error.

Thanks very much.
Henry
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
You probably need to run a profiler tool, if you really want to investigate this.   The first thing to check is that you have enough RAM available.   And that there's not something else running on your machine that's starving alfresco of resources.

It is probably content transformation that's taking up the time.   That will depend upon the type and content of the documents that are being uploaded.

As ever, look in your alfresco.log file as well.   

henrychoi_yw
Champ in-the-making
Champ in-the-making
Hi Mrogers,
Thanks very much for your reply. In alfresco.log, I found out there are few INFO when Alfresco goes slow or no respond.
1. [org.springframework.extensions.webscripts.connector.RemoteClient][http-apr-8080-exec-5] Exception calling (GET)
2. [org.springframework.extensions.webscripts.connector.RemoteClient][http-apr-8080-exec-11] Exception calling (POST)

and after these 2 exceptions it comes with the following message:
[org.springframework.extensions.webscripts.connector.RemoteClient][http-apr-8080-exec-5] Error status 408 Read timed out
java.net.SocketTimeoutException: Read timed out

Is there any way to sort out the issue ?

Thanks very much for your help again =D