408 READ Timed out

cancel
Showing results for 
Search instead for 
Did you mean: 
agustinlare
Member II

408 READ Timed out

Hi to everyone!

 

At first I was having the Possible CSRF attack noted when asserting referer header known issue, with this variaron of the anwser, because was givingme the "Unable to retrive license 302" error. I'm guessing this is because probably their are differents versions: 

<config evaluator="string-compare" condition="CSRFPolicy" replace="true">
  <properties>
    <token>Alfresco-CSRFToken</token>
    <referer></referer>
    <origin></origin>
 </properties>
 <client>
   <cookie>{token}</cookie>
   <header>{token}</header>
   <parameter>{token}</parameter>
 </client>

 <filter>
 </filter>
</config>

Well, now I can login to alfresco... to share... but cannot make a request on the Documents, sections (My files) because it just get stuck on the response.

I actually did a "curl  http://alfresco:8080/alfresco/s/slingshot/doclib/doclist/documents/node/alfresco/company/home?max=50..." from the pod.

As you can see, it returns an "Unauthorized" message, but never actualy returns the control, and also happen if I do it with usrSmiley Tonguess.

The same containers works perfectly in my local machine with docker.

Here's the share.log output (i'll put the complete as an attachment): 

2019-07-16 21:38:11,078 INFO [org.springframework.extensions.webscripts.connector.RemoteClient] [http-nio-8080-exec-4] Exception calling (GET)  http://alfresco:8080/alfresco/s/slingshot/doclib/doclist/documents/node/alfresco/company/home?max=50&filter=recentlyModifiedByMe&alf_ticket=TICKET_58e4d9da0b50d24cda3dc9471be46a9d4b3e9e74
2019-07-16 21:38:11,079 INFO [org.springframework.extensions.webscripts.connector.RemoteClient] [http-nio-8080-exec-4] Error status 408 Read timed out
java.net.SocketTimeoutException: Read timed out

I extended the amount of time (x3) to wait before ends in timeout and still didn't work.

PD: I'm attachin the catalina.out, alfresco.log and share.log any other thing you might think that will help, let me know.

Thank you for your time.

Kind Regards,

Agustin.

1 Reply
angelborroy
Alfresco Employee

Re: 408 READ Timed out

It looks like you have low resources for Alfresco. How much RAM is assigned to Tomcat?

Hyland Developer Evangelist