<?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: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114364#M31739</link>
    <description>&lt;P&gt;The video that you mentioned in your first post is still aplicable with version 6.2 for creating users.&lt;/P&gt;&lt;P&gt;After a fresh install the users can be created but they don't show up and thus cannot be modified. You must correct the bug as explained in my reply.&lt;/P&gt;&lt;P&gt;Maybe you just deployed Alfresco Content and not Alfresco Share. I suggest to start again and use the Bitnami.com installer. It's automatic and easy.&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 11:05:52 GMT</pubDate>
    <dc:creator>opsys</dc:creator>
    <dc:date>2020-05-21T11:05:52Z</dc:date>
    <item>
      <title>How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114359#M31734</link>
      <description>&lt;P&gt;After installing Alfresco docker-compose based on this procedure “&lt;A href="https://github.com/Alfresco/acs-community-deployment/blob/master/docs/docker-compose-deployment.md" target="_self" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/acs-community-deployment/blob/master/docs/docker-compose-deployment.md&lt;/A&gt;”, I saw that the file had no volumes and the focus of this docker-compose was for testing and validation, however I intend to put it into production, so after a long and tiring research I found this method “&lt;A href="https://github.com/Alfresco/alfresco-docker-installer" target="_self" rel="nofollow noopener noreferrer"&gt;https://github.com/Alfresco/alfresco-docker-installer&lt;/A&gt;”, which presented some problems in postgres, which for some reason did not have read permission on the “/ var / log / postgresql /” partition in the image itself, however managed to adjust this.&lt;/P&gt;&lt;P&gt;After installing Alfresco version 6.2, I tried to create a user, I searched the Wiki (&lt;A href="https://docs.alfresco.com/6.2/concepts/alfresco-tutorial-21.html" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/6.2/concepts/alfresco-tutorial-21.html&lt;/A&gt;) how to do this procedure but it is always done for version 5. X in an interface of admission that does not have mine, in that I tried to know how to put that interface. And it seems that you have to install it, again it was the Wiki, this time I didn't find anything that could help me install it in Alfresco Community Docker Compose.&lt;/P&gt;&lt;P&gt;And with that I come here to ask for help from the community, to know how I create a user and install the share admin tools in Alfresco Community Docker Compose.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2020 17:34:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114359#M31734</guid>
      <dc:creator>Gt180Full</dc:creator>
      <dc:date>2020-05-19T17:34:27Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114360#M31735</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81687"&gt;@Gt180Full&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Are you running on Windows? If so, on the alfresco-docker-installer there is the option to select Windows Host, which should take care of the vomunes permissions.&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 13:23:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114360#M31735</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-05-20T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114361#M31736</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;To create users in Alfreco Community, use the "admin tools" menu and then "Users and groups"&lt;/P&gt;&lt;P&gt;However there is a bug in v6.2 and you must do the following (for Linux) :&lt;/P&gt;&lt;P&gt;Connect via SSH to your server and use the terminal to enter these commands :&lt;/P&gt;&lt;PRE&gt;sudo cp /opt/alfresco/apache-tomcat/webapps/share/WEB-INF/classes/alfresco/share-config.xml ./
sudo chmod 755 share-config.xml
nano share-config.xml
            ▪ search&amp;nbsp;: [CTRL]-[W] show-auth
            ▪ replace&amp;nbsp;: &amp;lt;show-authorization-status&amp;gt;true&amp;lt;/show-authorization-status&amp;gt;
            ▪ with&amp;nbsp;: &amp;lt;show-authorization-status&amp;gt;false&amp;lt;/show-authorization-status&amp;gt;
            ▪ save&amp;nbsp;: |CTRL]-[X] Y
sudo cp share-config.xml  /opt/alfresco/apache-tomcat/webapps/share/WEB-INF/classes/alfresco/
sudo /opt/alfresco/ctlscript.sh restart&lt;/PRE&gt;</description>
      <pubDate>Wed, 20 May 2020 15:53:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114361#M31736</guid>
      <dc:creator>opsys</dc:creator>
      <dc:date>2020-05-20T15:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114362#M31737</link>
      <description>&lt;P&gt;Hello &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;, thanks for the reply, I apologize for the lack of data, I ended up forgetting to put such information regarding the system.&lt;/P&gt;&lt;P&gt;I am performing the installation on a CentOS Linux release 7.8.2003, with 8 GB of RAM and 2 Cores.&lt;BR /&gt;The version of my Docker is 19.03.9, build 9d988398e7 and my Docker Compose is in version 1.25.5, build 8a1c60f6.&lt;/P&gt;&lt;P&gt;Regarding the permission problem, inside the docker-compose.yml I added the following line:&lt;/P&gt;&lt;P&gt;command: bash -c "chown -R postgres: postgres /var/log/postgresql/"&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="asdads.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/662i56F16F7AC08723CA/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;before calling the volume.&lt;/P&gt;&lt;P&gt;After releasing “docker-compose up -d” with this command I hope to finish the service is ready, execute “docker-compose down” and comment out the command in the docker-compose.yml file.&lt;/P&gt;&lt;P&gt;So the error disappears and Alfresco Community Edition in Docker Compose works normally.&lt;/P&gt;&lt;P&gt;However, I do not find within the "http://&amp;lt;my_host&amp;gt;/share" the option to create a user, as I found in the evaluation docker-compose.yml on the download page.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 May 2020 18:29:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114362#M31737</guid>
      <dc:creator>Gt180Full</dc:creator>
      <dc:date>2020-05-20T18:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114363#M31738</link>
      <description>&lt;DIV class="tlid-input input"&gt;&lt;DIV class="source-wrap"&gt;&lt;DIV class="input-full-height-wrapper tlid-input-full-height-wrapper"&gt;&lt;DIV class="source-input"&gt;&lt;DIV class="source-footer-wrap source-or-target-footer"&gt;&lt;DIV class="character-count tlid-character-count"&gt;&lt;DIV class="cc-ctr normal"&gt;&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81779"&gt;@opsys&lt;/A&gt;&amp;nbsp;, thanks for the reply.&lt;/P&gt;&lt;P&gt;How can I do this procedure through docker-compose? I even accessed the service that is responsible for tomcat (docker-compose-6-2-hub_alfresco), but I did not find this file.&lt;/P&gt;&lt;P&gt;I will attach two images that show how the interface is normally accessed and that I believed would be responsible for creating the users.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="tlid-results-container results-container"&gt;&lt;DIV class="tlid-result result-dict-wrapper"&gt;&lt;DIV class="result tlid-copy-target"&gt;&lt;DIV class="text-wrap tlid-copy-target"&gt;&lt;DIV class="result-shield-container tlid-copy-target"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class="tlid-translation translation"&gt;Interface of the page “https://&amp;lt;my_host&amp;gt;/share/”&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="https://&amp;lt;my_host&amp;gt;/share/" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/661i4B4A347B479F3280/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;https://&amp;lt;my_host&amp;gt;/share/&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Interface of the page “https://&amp;lt;my_host&amp;gt;/alfresco”&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="https://&amp;lt;my_host&amp;gt;/alfresco" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/663i9A2537E1FE8B7E8C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;https://&amp;lt;my_host&amp;gt;/alfresco&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;P&gt;If I am looking, accessing the wrong page or missing another extra step that is not found in the procedure mentioned in the topic, please inform me, I believe that this is only missing so you can forward it to my client.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 May 2020 20:12:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114363#M31738</guid>
      <dc:creator>Gt180Full</dc:creator>
      <dc:date>2020-05-20T20:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114364#M31739</link>
      <description>&lt;P&gt;The video that you mentioned in your first post is still aplicable with version 6.2 for creating users.&lt;/P&gt;&lt;P&gt;After a fresh install the users can be created but they don't show up and thus cannot be modified. You must correct the bug as explained in my reply.&lt;/P&gt;&lt;P&gt;Maybe you just deployed Alfresco Content and not Alfresco Share. I suggest to start again and use the Bitnami.com installer. It's automatic and easy.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 11:05:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114364#M31739</guid>
      <dc:creator>opsys</dc:creator>
      <dc:date>2020-05-21T11:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114365#M31740</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81687"&gt;@Gt180Full&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Your first image is of the ACA not the usual Share UI. Is it possible you have the nginx config mappings incorrect.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:25:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114365#M31740</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-05-21T12:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114366#M31741</link>
      <description>&lt;P&gt;Hello &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for the answer, it really is strange because I did the procedure as described in git, I am very lost, very much, could you explain what version of UI this is?&lt;/P&gt;&lt;P&gt;And please, how do I install the tool for production correctly? Unfortunately when I enter the Alfresco website and try to download it there are 2 methods, Docker, which is for evaluation, testing and the manual, that the documentation is not being very clear to me this installation method.&lt;/P&gt;&lt;P&gt;I don't want to be rude, but I am a beginner with regards to the versions and installations of Alfresco Community Edition, so if possible I could be more detailed with regard to installation and the procedures I should follow, as I created this topic to find a solution to my problem, however, if the problem is with the installation that I did, I would like guidance regarding this, I have been trying to install this tool for a long time and I am not having so much evolution. Alfresco's documentation makes me very confused, what I just wanted to do was install the tool for production.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 16:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114366#M31741</guid>
      <dc:creator>Gt180Full</dc:creator>
      <dc:date>2020-05-21T16:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114367#M31742</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/81779"&gt;@opsys&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the tip, I'll take a look at this installation method.&lt;/P&gt;&lt;P&gt;I will use this documentation &lt;A href="https://docs.bitnami.com/installer/apps/alfresco/get-started/first-steps/" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.bitnami.com/installer/apps/alfresco/get-started/first-steps/&lt;/A&gt;, to do the installation.&lt;/P&gt;&lt;P&gt;And could you give me feedback regarding this installation method, if it is very easy to do maintenance, if the system is very stable, it is possible using this documentation mentioned above to put it into production, your experience in general so that I can evaluate and prepare if I use such a procedure.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 16:36:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114367#M31742</guid>
      <dc:creator>Gt180Full</dc:creator>
      <dc:date>2020-05-21T16:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114368#M31743</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I also connot see users and am running 6.2 but i have installed in docker and do not have and /opt/alfresco/apache-tomcat/webapps/share/WEB-INF/classes/alfresco/share-config.xml doesnt exisit.&lt;/P&gt;&lt;P&gt;Does anyone know how to find share-config in a docker install?&lt;/P&gt;&lt;P&gt;Thanks, David&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 15:28:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114368#M31743</guid>
      <dc:creator>DavidJM</dc:creator>
      <dc:date>2021-04-06T15:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114369#M31744</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;I'm seeing the share-config.xml in the below path of share image.&lt;/P&gt;&lt;DIV&gt;/usr/local/tomcat/webapps/share/WEB-INF/classes/alfresco&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Share-config.xml" style="width: 895px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/665i2A39D8F3896FE33C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Share-config.xml&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Apr 2021 17:00:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114369#M31744</guid>
      <dc:creator>arjunmony</dc:creator>
      <dc:date>2021-04-06T17:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114370#M31745</link>
      <description>&lt;P&gt;Thanks for the reply Arjunmony, i must be looking in the wrong places, do you know are installs different? This is 6.2 in a docker, is yours?&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-04-06 at 18.05.26.png" style="width: 805px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/664i661A24E04A04DA33/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 17:08:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114370#M31745</guid>
      <dc:creator>DavidJM</dc:creator>
      <dc:date>2021-04-06T17:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114371#M31746</link>
      <description>&lt;P&gt;DavidJM, check the setup prepared by&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;where the share config is fixed:&amp;nbsp;&lt;A href="https://github.com/abhinavmishra14/change-acs-share-port-demo" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/abhinavmishra14/change-acs-share-port-demo&lt;/A&gt;. You will get also support tools and jscript console installed as a bonus.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 23:13:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114371#M31746</guid>
      <dc:creator>sufo</dc:creator>
      <dc:date>2021-04-06T23:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114372#M31747</link>
      <description>&lt;P&gt;Thank you so much for your answer Sufo but i have to admin it is way beyond my capabilities! Untill Alfresco i hadnt used Docker at all, install and restart seems pretty easy, but as to configuration i havent a scooby!&lt;/P&gt;&lt;P&gt;I am pretty handy around a Linux box and was entirely happy with the XML fix that seems to be needed for this viewing users bug in 6.2 (and 7?). It may simply be easier if i downloaded a new build where it was fixed, does anyone know if one exists yet?&lt;/P&gt;&lt;P&gt;Looking at the extensive work on&amp;nbsp;&lt;A href="https://www.blogger.com/profile/01455618474011908868" target="_self" rel="author nofollow noopener noreferrer"&gt;Abhinav Kumar Mishra's&lt;/A&gt;&amp;nbsp;blog page it still referes to config files in&amp;nbsp;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;usr&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;local&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;&lt;SPAN&gt;tomcat but i simply dont have that install directory! Is it worth me starting again with a fresh default install?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards, David&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 11:51:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114372#M31747</guid>
      <dc:creator>DavidJM</dc:creator>
      <dc:date>2021-04-07T11:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114373#M31748</link>
      <description>&lt;P&gt;Yes its better to start fresh from scratch. Looks like there were couple of folders missing in the directory so i'm wondering whether its installed properly or not. So please prune the volumes give a try from scratch and lets see.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 16:30:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114373#M31748</guid>
      <dc:creator>arjunmony</dc:creator>
      <dc:date>2021-04-07T16:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114374#M31749</link>
      <description>&lt;P&gt;OK, i am not sure wether Alfresco is deliberatly being instransigent or i am being a muppet!&lt;/P&gt;&lt;P&gt;After all the problems editing Alfresco in Docker i went back to basics. I installed a vanilla Mint 19.2, updated everything and ran the scripts&amp;nbsp;&lt;A href="https://github.com/loftuxab/alfresco-ubuntu-install" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/loftuxab/alfresco-ubuntu-install&lt;/A&gt; and it worked, for about 30 minutes!!&lt;/P&gt;&lt;P&gt;Now i cannot loging using admin/admin and i only have a website at :8080/share not :8080/alfresco, the web is full of people in the same position, but i have spent most of today trying 'fixes' and litterally nothing works. Non exhaustivly i have tried; dropping an recreating MySQL DB's, changing to PostgreSQL, editing countless conf files, nothing works!!!!&lt;/P&gt;&lt;P&gt;I am usually a pretty reasonable admin, but i simply do not understand why this is so difficult?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Apr 2021 20:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114374#M31749</guid>
      <dc:creator>DavidJM</dc:creator>
      <dc:date>2021-04-11T20:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114375#M31750</link>
      <description>&lt;P&gt;OK, we have a further update. I created another brand new install on Ubuntu and exactly the same thing happened. It worked untill a reboot, following the reboot i get 404 on 8080\alfresco and incorrect password on 8080\share.&lt;/P&gt;&lt;P&gt;I cannot see much in the logs (attached) to throw light on the issue. I have tried various JAVA memory options from&amp;nbsp;&lt;SPAN&gt;JAVA_OPTS=&lt;/SPAN&gt;&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;-Xms1G -Xmx2G -Xss1024k&lt;SPAN class="pl-pds"&gt;" to&amp;nbsp;&lt;SPAN&gt;JAVA_OPTS=&lt;/SPAN&gt;"-Xms1G -Xmx6G -Xss1024k" &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;I have tried changing the default JRE from export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64/jre to&amp;nbsp;&lt;SPAN&gt;the default java and i get&amp;nbsp;NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED&lt;BR /&gt;Unrecognized option: -d64&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea what is happening here?&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 16:28:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114375#M31750</guid>
      <dc:creator>DavidJM</dc:creator>
      <dc:date>2021-04-12T16:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: How create users and enable Alfresco Share Admin Tools in Alfresco Community Docker Compose?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114376#M31751</link>
      <description>&lt;P&gt;Sorry log files not attached, however i just noticed;&lt;/P&gt;&lt;P&gt;12-Apr-2021 17:50:25.817 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:&lt;BR /&gt;org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/alfresco]]&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:162)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:755)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:731)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:620)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1832)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [/alfresco] due to a StackOverflowError. Possible root causes include a too low setting for -Xss and illegal cyclic inheritance dependencies. The class hierarchy being processed was [org.bouncycastle.asn1.ASN1Boolean-&amp;gt;org.bouncycastle.asn1.DERBoolean-&amp;gt;org.bouncycastle.asn1.ASN1Boolean]&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.checkHandlesTypes(ContextConfig.java:2098)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.processAnnotationsStream(ContextConfig.java:2044)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.processAnnotationsJar(ContextConfig.java:1989)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.processAnnotationsUrl(ContextConfig.java:1959)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.processAnnotations(ContextConfig.java:1913)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.webConfig(ContextConfig.java:1156)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.configureStart(ContextConfig.java:773)&lt;BR /&gt;at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:307)&lt;BR /&gt;at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:95)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)&lt;BR /&gt;at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5262)&lt;BR /&gt;at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)&lt;BR /&gt;... 10 more&lt;/P&gt;&lt;P&gt;12-Apr-2021 17:50:25.820 SEVERE [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDescriptor Error deploying configuration descriptor /opt/alfresco/tomcat/conf/Catalina/localhost/alfresco.xml&lt;BR /&gt;java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/alfresco]]&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)&lt;BR /&gt;at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:731)&lt;BR /&gt;at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:717)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:620)&lt;BR /&gt;at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1832)&lt;BR /&gt;at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)&lt;BR /&gt;at java.util.concurrent.FutureTask.run(FutureTask.java:266)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 16:55:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-create-users-and-enable-alfresco-share-admin-tools-in/m-p/114376#M31751</guid>
      <dc:creator>DavidJM</dc:creator>
      <dc:date>2021-04-12T16:55:55Z</dc:date>
    </item>
  </channel>
</rss>

