<?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: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132-- in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82961#M25436</link>
    <description>&lt;P&gt;Correct, proxy service did not launch correctly. The error you saw is related to google docs, but i see alfresco service is running in your case already as per your log.&lt;/P&gt;
&lt;P&gt;Proxy service failure could likely be due to memory limit but not exatly sure unless below given info can be verified.&lt;/P&gt;
&lt;P&gt;Can you share what's there in your DockerFile and what is the nginx config?&lt;/P&gt;
&lt;P&gt;Also try increasing the memory limit on proxy service and retry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proxy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; build:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; dockerfile: ./Dockerfile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; context: ./configs-to-override/proxy&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; mem_limit: 256m&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 16:16:10 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2020-08-25T16:16:10Z</dc:date>
    <item>
      <title>Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--404</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82953#M25428</link>
      <description>&lt;P&gt;i downloaded alfresco community edition from this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.alfresco.com/thank-you/thank-you-downloading-alfresco-community-edition" target="_blank" rel="noopener nofollow noreferrer"&gt;https://www.alfresco.com/thank-you/thank-you-downloading-alfresco-community-edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have made changes in the docker-compose.yml file as following one of the post&lt;/P&gt;&lt;P&gt;1) -Dshare.port=19180,&lt;/P&gt;&lt;P&gt;2) In the share i added&amp;nbsp;&lt;/P&gt;&lt;P&gt;ports:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-19180:9090&lt;/P&gt;&lt;P&gt;3) in postgres db&amp;nbsp;&lt;/P&gt;&lt;P&gt;ports:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- 19132:8080,&lt;/P&gt;&lt;P&gt;I get 404 error is their any specific settings still needs to be done.&lt;/P&gt;&lt;P&gt;HTTP Status 404 – Not Found&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Status Report&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Message&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Not found&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jul 2020 19:02:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82953#M25428</guid>
      <dc:creator>Sarabjeet</dc:creator>
      <dc:date>2020-07-19T19:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82954#M25429</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82416"&gt;@Sarabjeet&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the host ports on ACS or Share you can update the ports section in the docker-compose.yml file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For postgres you can do something like:&lt;/P&gt;
&lt;PRE&gt;postgres:&lt;BR /&gt;image: postgres:11.7&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG &lt;STRONG&gt;-p 19132&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ports:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;- 19132:19132&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;And update the db url for alfresco service definition under JAVA_OPTS as:&lt;/P&gt;
&lt;PRE&gt;JAVA_OPTS: "
             -Ddb.url=jdbc:postgresql://postgres:&lt;STRONG&gt;19132&lt;/STRONG&gt;/alfresco
           "&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;This post could be helpful, it has example of changing host port of share:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-docker-share-port-change/td-p/292312" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-docker-share-port-change/td-p/292312&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;To change both host and container ports of repository and share, you need to take help of DockerFile and docker-compose.yml together in order to update the tomcat connector ports which is shipped with 8080 by default. &lt;BR /&gt;Updating the 'ports' configuration in docker-compose.yml file is not enough.&lt;/P&gt;
&lt;P&gt;Refer this post for more details on changing ports using docker-compose.yml and DockerFile:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2020/07/change-alfresco-share-proxy-and-db.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2020/07/change-alfresco-share-proxy-and-db.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Please make sure that you have enough memory to run all the apps. Minimum 8gb is required.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;U&gt;You can go through this blog to understand the docker based deployments:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/deploying-and-running-alfresco-content-services-6-0/ba-p/293225&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;To get basic idea of DockerFile, refer:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.docker.com/engine/reference/builder/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/engine/reference/builder/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;To get basic idea of docker-compose.yml, refer:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.docker.com/compose/" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.docker.com/compose/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 23:25:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82954#M25429</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-07-24T23:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82955#M25430</link>
      <description>&lt;P&gt;I am having similar issue. I tested my docker compose on local ubuntu VM and it was working fine. Now planned to deploy changes in dev environment but i can not use port 8080 on my dev machine as it is already used by a different application.&lt;BR /&gt;I have installed docker and docker-compose already by following the same steps i did for local setup.&lt;/P&gt;&lt;P&gt;Machine Type/OS : Linux/Ubuntu&lt;BR /&gt;CPUs: 4&lt;BR /&gt;RAM: 8gb&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I looked into google and found this post and followed the link given in the post&lt;/P&gt;&lt;P&gt;After making all the changes i started, but not able to access alfresco and share.&lt;/P&gt;&lt;P&gt;Am i missing something ?&lt;/P&gt;&lt;P&gt;Here is the docker compose:&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;build:&lt;BR /&gt;dockerfile: ./Dockerfile&lt;BR /&gt;context: ./configs-to-override/alfresco&lt;BR /&gt;mem_limit: 1500m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Ddb.driver=org.postgresql.Driver&lt;BR /&gt;-Ddb.username=alfresco&lt;BR /&gt;-Ddb.password=alfresco&lt;BR /&gt;-Ddb.url=jdbc&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ostgresql://postgres:5432/alfresco&lt;BR /&gt;-Dsolr.host=solr6&lt;BR /&gt;-Dsolr.port=8983&lt;BR /&gt;-Dsolr.secureComms=none&lt;BR /&gt;-Dsolr.base.url=/solr&lt;BR /&gt;-Dindex.subsystem.name=solr6&lt;BR /&gt;-Dshare.host=127.0.0.1&lt;BR /&gt;-Dshare.port=7080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=7080&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:7080/alfresco/aos&lt;BR /&gt;-Dmessaging.broker.url=\"failover&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"&lt;BR /&gt;-Ddeployment.method=DOCKER_COMPOSE&lt;/P&gt;&lt;P&gt;-DlocalTransform.core-aio.url=http://transform-core-aio:8090/&lt;/P&gt;&lt;P&gt;-Dalfresco-pdf-renderer.url=http://transform-core-aio:8090/&lt;BR /&gt;-Djodconverter.url=http://transform-core-aio:8090/&lt;BR /&gt;-Dimg.url=http://transform-core-aio:8090/&lt;BR /&gt;-Dtika.url=http://transform-core-aio:8090/&lt;BR /&gt;-Dtransform.misc.url=http://transform-core-aio:8090/&lt;/P&gt;&lt;P&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Xms1500m -Xmx1500m&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;transform-core-aio:&lt;BR /&gt;image: alfresco/alfresco-transform-core-aio:2.3.4&lt;BR /&gt;mem_limit: 1536m&lt;BR /&gt;environment:&lt;BR /&gt;JAVA_OPTS: " -Xms256m -Xmx1536m"&lt;BR /&gt;ports:&lt;BR /&gt;- 8090:8090&lt;/P&gt;&lt;P&gt;share:&lt;BR /&gt;build:&lt;BR /&gt;dockerfile: ./Dockerfile&lt;BR /&gt;context: ./configs-to-override/share&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;REPO_HOST: "alfresco"&lt;BR /&gt;REPO_PORT: "7080"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Xms500m&lt;BR /&gt;-Xmx500m&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=7080&lt;BR /&gt;-Dalfresco.context=alfresco&lt;BR /&gt;-Dalfresco.protocol=http&lt;BR /&gt;"&lt;/P&gt;&lt;P&gt;postgres:&lt;BR /&gt;image: postgres:11.7&lt;BR /&gt;mem_limit: 512m&lt;BR /&gt;environment:&lt;BR /&gt;- POSTGRES_PASSWORD=alfresco&lt;BR /&gt;- POSTGRES_USER=alfresco&lt;BR /&gt;- POSTGRES_DB=alfresco&lt;BR /&gt;command: postgres -c max_connections=300 -c log_min_messages=LOG&lt;BR /&gt;ports:&lt;BR /&gt;- 5432:5432&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:1.4.2.2&lt;BR /&gt;mem_limit: 2g&lt;BR /&gt;environment:&lt;BR /&gt;#Solr needs to know how to register itself with Alfresco&lt;BR /&gt;- SOLR_ALFRESCO_HOST=alfresco&lt;BR /&gt;- SOLR_ALFRESCO_PORT=7080&lt;BR /&gt;#Alfresco needs to know how to call solr&lt;BR /&gt;- SOLR_SOLR_HOST=solr6&lt;BR /&gt;- SOLR_SOLR_PORT=8983&lt;BR /&gt;#Create the default alfresco and archive cores&lt;BR /&gt;- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive&lt;BR /&gt;#HTTP by default&lt;BR /&gt;- ALFRESCO_SECURE_COMMS=none&lt;BR /&gt;- "SOLR_JAVA_MEM=-Xms2g -Xmx2g"&lt;BR /&gt;ports:&lt;BR /&gt;- 8083:8983 #Browser port&lt;/P&gt;&lt;P&gt;activemq:&lt;BR /&gt;image: alfresco/alfresco-activemq:5.15.8&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;ports:&lt;BR /&gt;- 8161:8161 # Web Console&lt;BR /&gt;- 5672:5672 # AMQP&lt;BR /&gt;- 61616:61616 # OpenWire&lt;BR /&gt;- 61613:61613 # STOMP&lt;/P&gt;&lt;P&gt;proxy:&lt;BR /&gt;build:&lt;BR /&gt;dockerfile: ./Dockerfile&lt;BR /&gt;context: ./configs-to-override/proxy&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;depends_on:&lt;BR /&gt;- alfresco&lt;BR /&gt;ports:&lt;BR /&gt;- 7080:7080&lt;BR /&gt;links:&lt;BR /&gt;- alfresco&lt;BR /&gt;- share&lt;/P&gt;</description>
      <pubDate>Mon, 24 Aug 2020 16:46:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82955#M25430</guid>
      <dc:creator>venur</dc:creator>
      <dc:date>2020-08-24T16:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82956#M25431</link>
      <description>&lt;P&gt;It seems there is nothing wrong with port settings in docker compose file. I am afraid you don't have enough memory.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 02:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82956#M25431</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-25T02:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82957#M25432</link>
      <description>&lt;P&gt;based on suggestion, i changed the type now its 16GB memory, 8 CPU. &amp;nbsp;But when i start docker it still not allowing to connect to Alfresco and share. Not sure what's missing&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82957#M25432</guid>
      <dc:creator>venur</dc:creator>
      <dc:date>2020-08-25T13:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82958#M25433</link>
      <description>&lt;P&gt;Alfresco did not startup correctly,could you paste your tomcat log here ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:10:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82958#M25433</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2020-08-25T13:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82959#M25434</link>
      <description>&lt;P&gt;As suggested, it will great if you can provide startup log or do the following debugging steps and see if anything comes out&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Start the containers and then check the resources using following command:&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;A href="https://docs.docker.com/engine/reference/commandline/stats/" target="_self" rel="nofollow noopener noreferrer"&gt;docker stats&lt;/A&gt;&lt;/PRE&gt;
&lt;P&gt;This will tell how much memory each container is is consuming. Upper limit is already defined in the compose file.&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Try this command and see whether all containers are up:&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;A href="https://docs.docker.com/engine/reference/commandline/ps/" target="_self" rel="nofollow noopener noreferrer"&gt;docker ps&lt;/A&gt;&lt;/PRE&gt;
&lt;P&gt;This will tell whether acs, share and all required containers are up and running. I see you already have enough memory to work with.&amp;nbsp;Sometimes we need to tweak the memory limits which is predefined in docker-compose file if any containers does't launch correctly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 13:30:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82959#M25434</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-08-25T13:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82960#M25435</link>
      <description>&lt;P&gt;seems like proxy service is not running?&lt;/P&gt;&lt;P&gt;Here is the output of docker ps&lt;/P&gt;&lt;PRE&gt;CONTAINER ID        IMAGE                                        COMMAND                  CREATED              STATUS              PORTS                                                                                                NAMES
8366be07ef4c        acs-docker_alfresco                          "catalina.sh run -se…"   About a minute ago   Up About a minute   7000/tcp, 8080/tcp                                                                                   acs-docker_alfresco_1
a7e700a2a1e7        acs-docker_share                             "/usr/local/tomcat/s…"   About a minute ago   Up About a minute   7000/tcp, 8000/tcp, 8080/tcp                                                                         acs-docker_share_1
d93e526b1262        alfresco/alfresco-transform-core-aio:2.3.2   "/bin/sh -c 'java $J…"   About a minute ago   Up About a minute   0.0.0.0:8090-&amp;gt;8090/tcp                                                                               acs-docker_transform-core-aio_1
3d33c9437169        alfresco/alfresco-search-services:1.4.2.2    "/bin/sh -c '$DIST_D…"   About a minute ago   Up About a minute   8983/tcp, 10001/tcp, 0.0.0.0:8083-&amp;gt;8983/tcp                                                          acs-docker_solr6_1
0cf1e2570778        postgres:11.7                                "docker-entrypoint.s…"   About a minute ago   Up About a minute   5432/tcp, 0.0.0.0:5432-&amp;gt;5432/tcp                                                                     acs-docker_postgres_1
bd39c4fd688a        alfresco/alfresco-activemq:5.15.8            "/bin/sh -c '${ACTIV…"   About a minute ago   Up About a minute   0.0.0.0:5672-&amp;gt;5672/tcp, 0.0.0.0:8161-&amp;gt;8161/tcp, 0.0.0.0:61613-&amp;gt;61613/tcp, 0.0.0.0:61616-&amp;gt;61616/tcp   acs-docker_activemq_1&lt;/PRE&gt;&lt;P&gt;docker stats output&lt;/P&gt;&lt;PRE&gt;CONTAINER ID        NAME                              CPU %               MEM USAGE / LIMIT     MEM %               NET I/O             BLOCK I/O           PIDS
8366be07ef4c        acs-docker_alfresco_1             1.31%               1.147GiB / 1.465GiB   78.33%              5.01MB / 9.93MB     169MB / 238kB       129
a7e700a2a1e7        acs-docker_share_1                0.30%               420.5MiB / 1GiB       41.06%              189kB / 2.79MB      117MB / 98.3kB      47
d93e526b1262        acs-docker_transform-core-aio_1   0.14%               273MiB / 1.5GiB       17.78%              57.7kB / 295kB      217MB / 250kB       42
3d33c9437169        acs-docker_solr6_1                0.86%               677.9MiB / 2GiB       33.10%              4.54MB / 881kB      65.6MB / 5.4MB      116
0cf1e2570778        acs-docker_postgres_1             0.60%               58.15MiB / 512MiB     11.36%              5.33MB / 3.78MB     43.2MB / 77.2MB     18
bd39c4fd688a        acs-docker_activemq_1             0.45%               193.2MiB / 1GiB       18.87%              36kB / 34.8kB       67.3MB / 3.67MB     50&lt;/PRE&gt;&lt;P&gt;Log, not allowing me to post full log here. Tried posting multiple times but my comment is not showing, even with insert code option&lt;/P&gt;&lt;P&gt;There is one error in log: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'googleDocsImportFormats'&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 15:47:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82960#M25435</guid>
      <dc:creator>venur</dc:creator>
      <dc:date>2020-08-25T15:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82961#M25436</link>
      <description>&lt;P&gt;Correct, proxy service did not launch correctly. The error you saw is related to google docs, but i see alfresco service is running in your case already as per your log.&lt;/P&gt;
&lt;P&gt;Proxy service failure could likely be due to memory limit but not exatly sure unless below given info can be verified.&lt;/P&gt;
&lt;P&gt;Can you share what's there in your DockerFile and what is the nginx config?&lt;/P&gt;
&lt;P&gt;Also try increasing the memory limit on proxy service and retry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proxy:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; build:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; dockerfile: ./Dockerfile&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; context: ./configs-to-override/proxy&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; mem_limit: 256m&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:16:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82961#M25436</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-08-25T16:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82962#M25437</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82702"&gt;@venur&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the log output you tried to include:&lt;/P&gt;
&lt;PRE&gt;alfresco_1            | org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'googleDocsImportFormats' defined in file [/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/googledocs/drive/google-customResponse-context.xml]: Cannot resolve reference to bean 'GoogleDocsService' while setting bean property 'googledocsService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'GoogleDocsService' defined in file [/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/googledocs/drive/googledocs-context.xml]: Cannot resolve reference to bean 'googledocsService' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'googledocsService' defined in file [/usr/local/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/subsystems/googledocs/drive/googledocs-context.xml]: Invocation of init method failed; nested exception is java.lang.NullPointerException alfresco_1 | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:314) alfresco_1 | at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:110) alfresco_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1674) alfresco_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1426) alfresco_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592) alfresco_1 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) alfresco_1 | at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) alfresco_1 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
alfresco_1            |  2020-08-25 14:09:10,709  INFO  [management.subsystems
alfresco_1            |  2020-08-25 14:09:27,318  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 14 Web Scripts (+0 failed), 103 URLs
alfresco_1            |  2020-08-25 14:09:27,318  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Package Description Documents (+0 failed) 
alfresco_1            |  2020-08-25 14:09:27,318  INFO  [extensions.webscripts.DeclarativeRegistry] [localhost-startStop-1] Registered 0 Schema Description Documents (+0 failed) 
alfresco_1            |  2020-08-25 14:09:27,322  INFO  [extensions.webscripts.AbstractRuntimeContainer] [localhost-startStop-1] Initialised Public Api Web Script Container (in 2857.9922ms)
alfresco_1            |  2020-08-25 14:09:27,401  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 14 Web Scripts (+0 failed), 103 URLs
alfresco_1            |  2020-08-25 14:09:27,401  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Package Description Documents (+0 failed) 
alfresco_1            |  2020-08-25 14:09:27,401  INFO  [extensions.webscripts.DeclarativeRegistry] [asynchronouslyRefreshedCacheThreadPool1] Registered 0 Schema Description Documents (+0 failed) 
alfresco_1            |  2020-08-25 14:09:27,611  WARN  [scripts.servlet.X509ServletFilterBase] [localhost-startStop-1] clientAuth does not appear to be set for Tomcat. clientAuth must be set to 'want' for X509 Authentication
alfresco_1            |  2020-08-25 14:09:27,611  WARN  [scripts.servlet.X509ServletFilterBase] [localhost-startStop-1] Attempting to set clientAuth=want through JMX...
alfresco_1            |  2020-08-25 14:09:27,637  WARN  [scripts.servlet.X509ServletFilterBase] [localhost-startStop-1] Unable to set clientAuth=want through JMX.
alfresco_1            |  25-Aug-2020 14:09:33.409 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/alfresco] has finished in [132,354] ms
alfresco_1            | 25-Aug-2020 14:09:33.411 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/api-explorer]
alfresco_1            | 25-Aug-2020 14:09:33.541 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
alfresco_1            | 25-Aug-2020 14:09:34.417 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/api-explorer] has finished in [1,006] ms
alfresco_1            | 25-Aug-2020 14:09:34.418 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/usr/local/tomcat/webapps/ROOT]
alfresco_1            | 25-Aug-2020 14:09:34.423 WARNING [localhost-startStop-1] org.apache.catalina.startup.SetContextPropertiesRule.begin [SetContextPropertiesRule]{Context} Setting property 'debug' to '100' did not find a matching property.
alfresco_1            | 25-Aug-2020 14:09:34.531 INFO [localhost-startStop-1] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
alfresco_1            | 25-Aug-2020 14:09:34.535 INFO [localhost-startStop-1] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/usr/local/tomcat/webapps/ROOT] has finished in [116] ms
alfresco_1            | 25-Aug-2020 14:09:34.540 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-7080"]
alfresco_1            | 25-Aug-2020 14:09:34.568 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["ajp-nio-7009"]
alfresco_1            | 25-Aug-2020 14:09:34.572 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 139431 ms
alfresco_1            | 2020-08-25 14:10:00,668  INFO  [management.subsystems.ChildApplicationContextFactory] [http-nio-7080-exec-2] Starting 'Transformers' subsystem, ID: [Transformers, default]
alfresco_1            |  2020-08-25 14:10:01,230  INFO  [management.subsystems.ChildApplicationContextFactory] [http-nio-7080-exec-2] Startup of 'Transformers' subsystem, ID: [Transformers, default] complete

&lt;/PRE&gt;
&lt;P&gt;Not sure why this ending up in spam? Apologies.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 08:33:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82962#M25437</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-08-26T08:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82963#M25438</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/76783"&gt;@EddieMay&lt;/A&gt;&amp;nbsp;thank you for sharing the log, it was not coming yesterday.&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/74498"&gt;@abhinavmishra14&lt;/A&gt;&amp;nbsp;i copied the DockerFile and docker-compose instructions exactly as given on the &lt;A href="https://javaworld-abhinav.blogspot.com/2020/07/change-alfresco-share-proxy-and-db.html" target="_self" rel="nofollow noopener noreferrer"&gt;post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;DockerFile&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;FROM alfresco/acs-community-ngnix:1.0.0

COPY nginx.conf /etc/nginx/nginx.conf&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;nginx config&lt;/P&gt;&lt;PRE&gt;worker_processes  1;

events {
    worker_connections  1024;
}

http {
    server {
        listen *:7080;

        client_max_body_size 0;

        set  $allowOriginSite *;
        proxy_pass_request_headers on;
        proxy_pass_header Set-Cookie;

        # External settings, do not remove
        #ENV_ACCESS_LOG

        proxy_next_upstream error timeout invalid_header http_500 http_502 http_503 http_504;
        proxy_redirect off;
        proxy_buffering off;
        proxy_set_header Host            $host:$server_port;
        proxy_set_header X-Real-IP       $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        proxy_pass_header Set-Cookie;

        # Protect access to SOLR APIs
        location ~ ^(/.*/service/api/solr/.*)$ {return 403;}
        location ~ ^(/.*/s/api/solr/.*)$ {return 403;}
        location ~ ^(/.*/wcservice/api/solr/.*)$ {return 403;}
        location ~ ^(/.*/wcs/api/solr/.*)$ {return 403;}

        location ~ ^(/.*/proxy/alfresco/api/solr/.*)$ {return 403 ;}
        location ~ ^(/.*/-default-/proxy/alfresco/api/.*)$ {return 403;}
        
        # Protect access to Prometheus endpoint
        location ~ ^(/.*/s/prometheus)$ {return 403;}
        
        location / {
            proxy_pass http://alfresco:7080;
        }

      
        location /alfresco/ {
            proxy_pass http://alfresco:7080;

            # If using external proxy / load balancer (for initial redirect if no trailing slash)
            absolute_redirect off;
        }

        location /share/ {
            proxy_pass http://share:7080;

            # If using external proxy / load balancer (for initial redirect if no trailing slash)
            absolute_redirect off;
        }
      
    }
}&lt;/PRE&gt;&lt;P&gt;I am yet to try changing the memory limit, i noticed the same limit mentioned on the post which you suggested above.&amp;nbsp;&lt;BR /&gt;i will share the result&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 14:18:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82963#M25438</guid>
      <dc:creator>venur</dc:creator>
      <dc:date>2020-08-26T14:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82964#M25439</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82702"&gt;@venur&lt;/A&gt;&amp;nbsp;Thanks for sharing the info. I don't see any issues with dockerfile and config either. I think just try increasing the memory limit and see how it goes.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 15:09:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82964#M25439</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-08-27T15:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82965#M25440</link>
      <description>&lt;P&gt;I am able to access share and alfresco. As per your suggestions, i updated the memory on proxy and restarted and when i executed 'docker ps', i could see proxy also running there.&lt;/P&gt;&lt;P&gt;Thnx for help.&lt;/P&gt;&lt;P&gt;Sharing my compose file&lt;/P&gt;&lt;PRE&gt;services:
alfresco:
build:
dockerfile: ./Dockerfile
context: ./configs-to-override/alfresco
mem_limit: 1500m
environment:
JAVA_OPTS: "
-Ddb.driver=org.postgresql.Driver
-Ddb.username=alfresco
-Ddb.password=alfresco
-Ddb.url=jdbc:postgresql://postgres:5432/alfresco
-Dsolr.host=solr6
-Dsolr.port=8983
-Dsolr.secureComms=none
-Dsolr.base.url=/solr
-Dindex.subsystem.name=solr6
-Dshare.host=127.0.0.1
-Dshare.port=7080
-Dalfresco.host=localhost
-Dalfresco.port=7080
-Daos.baseUrlOverwrite=http://localhost:7080/alfresco/aos
-Dmessaging.broker.url=\"failover:(nio://activemq:61616)?timeout=3000&amp;amp;jms.useCompression=true\"
-Ddeployment.method=DOCKER_COMPOSE

-DlocalTransform.core-aio.url=http://transform-core-aio:8090/

-Dalfresco-pdf-renderer.url=http://transform-core-aio:8090/
-Djodconverter.url=http://transform-core-aio:8090/
-Dimg.url=http://transform-core-aio:8090/
-Dtika.url=http://transform-core-aio:8090/
-Dtransform.misc.url=http://transform-core-aio:8090/

-Dcsrf.filter.enabled=false
-Xms1500m -Xmx1500m
"

transform-core-aio:
image: alfresco/alfresco-transform-core-aio:2.3.4
mem_limit: 1536m
environment:
JAVA_OPTS: " -Xms256m -Xmx1536m"
ports:
- 8090:8090

share:
build:
dockerfile: ./Dockerfile
context: ./configs-to-override/share
mem_limit: 1g
environment:
REPO_HOST: "alfresco"
REPO_PORT: "7080"
JAVA_OPTS: "
-Xms500m
-Xmx500m
-Dalfresco.host=localhost
-Dalfresco.port=7080
-Dalfresco.context=alfresco
-Dalfresco.protocol=http
"

postgres:
image: postgres:11.7
mem_limit: 512m
environment:
- POSTGRES_PASSWORD=alfresco
- POSTGRES_USER=alfresco
- POSTGRES_DB=alfresco
command: postgres -c max_connections=300 -c log_min_messages=LOG
ports:
- 5432:5432

solr6:
image: alfresco/alfresco-search-services:1.4.2.2
mem_limit: 2g
environment:
#Solr needs to know how to register itself with Alfresco
- SOLR_ALFRESCO_HOST=alfresco
- SOLR_ALFRESCO_PORT=7080
#Alfresco needs to know how to call solr
- SOLR_SOLR_HOST=solr6
- SOLR_SOLR_PORT=8983
#Create the default alfresco and archive cores
- SOLR_CREATE_ALFRESCO_DEFAULTS=alfresco,archive
#HTTP by default
- ALFRESCO_SECURE_COMMS=none
- "SOLR_JAVA_MEM=-Xms2g -Xmx2g"
ports:
- 8083:8983 #Browser port

activemq:
image: alfresco/alfresco-activemq:5.15.8
mem_limit: 1g
ports:
- 8161:8161 # Web Console
- 5672:5672 # AMQP
- 61616:61616 # OpenWire
- 61613:61613 # STOMP

proxy:
build:
dockerfile: ./Dockerfile
context: ./configs-to-override/proxy
mem_limit: 256m
depends_on:
- alfresco
ports:
- 7080:7080
links:
- alfresco
- share&lt;/PRE&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="capture.png" style="width: 999px;"&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/763iC44CCCD83E95CF1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Aug 2020 14:38:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82965#M25440</guid>
      <dc:creator>venur</dc:creator>
      <dc:date>2020-08-30T14:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Error with the changing of the default ports from 8080 to 19180 and db port from 5432 to 19132--</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82966#M25441</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82702"&gt;@venur&lt;/A&gt;&amp;nbsp;glad you are able to resolve the issue and able to access the applications.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am marking this thread resolved for others to refer.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 14:23:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/error-with-the-changing-of-the-default-ports-from-8080-to-19180/m-p/82966#M25441</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2020-08-31T14:23:43Z</dc:date>
    </item>
  </channel>
</rss>

