<?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: Community 6.2 / Versioning did not update Solr Index in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84079#M25651</link>
    <description>&lt;P&gt;how can i access the logs with docker? should i add paths? to the containers?&lt;/P&gt;&lt;P&gt;the pdf files are about 1mb and also 100kb&lt;/P&gt;&lt;P&gt;tried also different share, rep and solr tags in the compose.&lt;/P&gt;&lt;P&gt;here is my compose:&lt;/P&gt;&lt;P&gt;version: "2"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: alfresco/alfresco-content-repository-community:6.2.2-A1&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=xxx.de&lt;BR /&gt;-Dshare.port=8080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:8080/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;BR /&gt;-DlocalTransform.core-aio.url=http://transform-core-aio:8090/&lt;BR /&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;BR /&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Xms1500m -Xmx1500m&lt;BR /&gt;"&lt;BR /&gt;volumes:&lt;BR /&gt;- /volume1/docker/alfresco/repo-data:/usr/local/tomcat/alf_data&lt;/P&gt;&lt;P&gt;transform-core-aio:&lt;BR /&gt;image: alfresco/alfresco-transform-core-aio:2.3.0&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;image: alfresco/alfresco-share:6.2.2-RC3&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;REPO_HOST: "alfresco"&lt;BR /&gt;REPO_PORT: "8080"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Xms500m&lt;BR /&gt;-Xmx500m&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&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.4&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;- 5433:5432&lt;BR /&gt;volumes:&lt;BR /&gt;- /volume1/docker/alfresco/postgres:/var/lib/postgresql/data&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:1.4.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=8080&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;volumes:&lt;BR /&gt;- /volume1/docker/alfresco/solr-data:/opt/alfresco-search-services/data&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;image: alfresco/acs-community-ngnix:1.0.0&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;depends_on:&lt;BR /&gt;- alfresco&lt;BR /&gt;ports:&lt;BR /&gt;- 8080:8080&lt;BR /&gt;links:&lt;BR /&gt;- alfresco&lt;BR /&gt;- share&lt;/P&gt;</description>
    <pubDate>Tue, 21 Jul 2020 12:17:38 GMT</pubDate>
    <dc:creator>ibaxx</dc:creator>
    <dc:date>2020-07-21T12:17:38Z</dc:date>
    <item>
      <title>Community 6.2 / Versioning did not update Solr Index</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84077#M25649</link>
      <description>&lt;P&gt;I have some trouble. when I upload a new Version of the PDF file. The added words did not added to the solr index.&lt;/P&gt;&lt;P&gt;Tried with many files... no luck.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 07:10:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84077#M25649</guid>
      <dc:creator>ibaxx</dc:creator>
      <dc:date>2020-07-21T07:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Community 6.2 / Versioning did not update Solr Index</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84078#M25650</link>
      <description>&lt;P&gt;Do you have any errors in alfresco.log / solr.log? Does the size of the PDF file exceed the transformation limits for conversion into plain text? Without any more details, you will not get any meaningful replies on this issue you are having...&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 08:58:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84078#M25650</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2020-07-21T08:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Community 6.2 / Versioning did not update Solr Index</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84079#M25651</link>
      <description>&lt;P&gt;how can i access the logs with docker? should i add paths? to the containers?&lt;/P&gt;&lt;P&gt;the pdf files are about 1mb and also 100kb&lt;/P&gt;&lt;P&gt;tried also different share, rep and solr tags in the compose.&lt;/P&gt;&lt;P&gt;here is my compose:&lt;/P&gt;&lt;P&gt;version: "2"&lt;/P&gt;&lt;P&gt;services:&lt;BR /&gt;alfresco:&lt;BR /&gt;image: alfresco/alfresco-content-repository-community:6.2.2-A1&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=xxx.de&lt;BR /&gt;-Dshare.port=8080&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&lt;BR /&gt;-Daos.baseUrlOverwrite=http://localhost:8080/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;BR /&gt;-DlocalTransform.core-aio.url=http://transform-core-aio:8090/&lt;BR /&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;BR /&gt;-Dcsrf.filter.enabled=false&lt;BR /&gt;-Xms1500m -Xmx1500m&lt;BR /&gt;"&lt;BR /&gt;volumes:&lt;BR /&gt;- /volume1/docker/alfresco/repo-data:/usr/local/tomcat/alf_data&lt;/P&gt;&lt;P&gt;transform-core-aio:&lt;BR /&gt;image: alfresco/alfresco-transform-core-aio:2.3.0&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;image: alfresco/alfresco-share:6.2.2-RC3&lt;BR /&gt;mem_limit: 1g&lt;BR /&gt;environment:&lt;BR /&gt;REPO_HOST: "alfresco"&lt;BR /&gt;REPO_PORT: "8080"&lt;BR /&gt;JAVA_OPTS: "&lt;BR /&gt;-Xms500m&lt;BR /&gt;-Xmx500m&lt;BR /&gt;-Dalfresco.host=localhost&lt;BR /&gt;-Dalfresco.port=8080&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.4&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;- 5433:5432&lt;BR /&gt;volumes:&lt;BR /&gt;- /volume1/docker/alfresco/postgres:/var/lib/postgresql/data&lt;/P&gt;&lt;P&gt;solr6:&lt;BR /&gt;image: alfresco/alfresco-search-services:1.4.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=8080&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;volumes:&lt;BR /&gt;- /volume1/docker/alfresco/solr-data:/opt/alfresco-search-services/data&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;image: alfresco/acs-community-ngnix:1.0.0&lt;BR /&gt;mem_limit: 128m&lt;BR /&gt;depends_on:&lt;BR /&gt;- alfresco&lt;BR /&gt;ports:&lt;BR /&gt;- 8080:8080&lt;BR /&gt;links:&lt;BR /&gt;- alfresco&lt;BR /&gt;- share&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 12:17:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-6-2-versioning-did-not-update-solr-index/m-p/84079#M25651</guid>
      <dc:creator>ibaxx</dc:creator>
      <dc:date>2020-07-21T12:17:38Z</dc:date>
    </item>
  </channel>
</rss>

