<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Admin Tools timeout in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106093#M29984</link>
    <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81186"&gt;@miroslav&lt;/A&gt;&amp;nbsp;Glad to hear that it is now working. Good luck&lt;/P&gt;</description>
    <pubDate>Thu, 12 Nov 2020 15:24:52 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-11-12T15:24:52Z</dc:date>
    <item>
      <title>Admin Tools timeout</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106090#M29981</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;I deployed an Alfresco Community 6.2.0-ga in a docker on our server, I am trying to access the "Admin Tools" from Share, the operation ends with timeout (one line in nginx access log), share access log follows:&lt;BR /&gt;&lt;BR /&gt;http request&lt;/P&gt;&lt;PRE&gt;Request URL: http://&amp;lt;server123&amp;gt;:8080/share/page/console/admin-console/application
Referrer Policy: strict-origin-when-cross-origin
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
Accept-Encoding: gzip, deflate
Accept-Language: cs,en-US;q=0.9,en;q=0.8
Connection: keep-alive
Cookie: alfUsername3=admin; JSESSIONID=3C7746104E4375C93BA928F22F902B0C; alfLogin=1605106902; Alfresco-CSRFToken=oRd9YF0vId%2fbVNdjd6Q7oaSBE0GKoYLcERiOOSwrQrQ%3d; _alfTest=_alfTest
Host: &amp;lt;server123&amp;gt;
Referer: http://&amp;lt;server123&amp;gt;:8080/share/page/user/admin/dashboard
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;share.log&lt;/P&gt;&lt;PRE&gt;172.18.0.12 - - [11/Nov/2020:17:17:48 +0000] "GET /share/page/console/admin-console/application HTTP/1.0" 200 55897
172.18.0.12 - - [11/Nov/2020:17:18:07 +0000] "GET /share/page/console/admin-console/application HTTP/1.0" 200 55633
172.18.0.12 - - [11/Nov/2020:17:18:26 +0000] "GET /share/page/console/admin-console/application HTTP/1.0" 200 55633&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Don't you know how to investigate it further?&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 17:41:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106090#M29981</guid>
      <dc:creator>miroslav</dc:creator>
      <dc:date>2020-11-11T17:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Tools timeout</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106091#M29982</link>
      <description>&lt;P&gt;Try disabling the CSRF, add the following in share config and see if it works for you:&lt;/P&gt;

&lt;PRE&gt; &amp;lt;config evaluator="string-compare" condition="CSRFPolicy" replace="true"&amp;gt;
        &amp;lt;filter/&amp;gt;
&amp;lt;/config&amp;gt;&lt;/PRE&gt;

&lt;P&gt;Or, try adding this to the &lt;A href="https://github.com/Alfresco/acs-community-deployment/blob/master/docker-compose/docker-compose.yml#L16" target="_blank" rel="noopener nofollow noreferrer"&gt;JAVA_OPTS&lt;/A&gt; in your existing docker-compose.&lt;/P&gt;

&lt;PRE&gt;&lt;A href="https://github.com/Alfresco/acs-community-deployment/blob/master/docker-compose/docker-compose.yml#L42" target="_blank" rel="noopener nofollow noreferrer"&gt;-Dcsrf.filter.enabled=false&lt;/A&gt;&lt;/PRE&gt;


&lt;P&gt;I just tried launching the containers with latest docker-compose.yml available here:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/Alfresco/acs-community-deployment/blob/master/docker-compose/docker-compose.yml" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-community-deployment/blob/master/docker-compose/docker-compose.yml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I do not see any issues launching the admin tools though. Try the latest docker-compose.yml given above to launch containers.&lt;/P&gt;
&lt;P&gt;Also, share the docker-compose.yml "if" you are using currently&lt;/P&gt;</description>
      <pubDate>Wed, 11 Nov 2020 20:16:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106091#M29982</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-11-11T20:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Tools timeout</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106092#M29983</link>
      <description>&lt;P&gt;Thank you for the answer. I have two environments, one "testing" works great, the other "internal" works also great except "Admin Tools".&amp;nbsp;&amp;nbsp;At the beginning there were some CSFR filter errors in access logs, I deactivated CSFR in the configuration file and also in mentioned XML file. B&lt;SPAN&gt;ased on the latest information t&lt;/SPAN&gt;&lt;SPAN&gt;he server and "Admin Tools" can be accessed from internal address. I am working throught Cisco VPN, t&lt;/SPAN&gt;here is some problem in the environment and some proxy server - so commit and run &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 09:05:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106092#M29983</guid>
      <dc:creator>miroslav</dc:creator>
      <dc:date>2020-11-12T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: Admin Tools timeout</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106093#M29984</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81186"&gt;@miroslav&lt;/A&gt;&amp;nbsp;Glad to hear that it is now working. Good luck&lt;/P&gt;</description>
      <pubDate>Thu, 12 Nov 2020 15:24:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/admin-tools-timeout/m-p/106093#M29984</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-11-12T15:24:52Z</dc:date>
    </item>
  </channel>
</rss>

