<?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: Solr 4 to Solr6 update problem in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135111#M36328</link>
    <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/62492"&gt;@statira&lt;/A&gt;&amp;nbsp;moved your heap space issue to new thread for clarity.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Jan 2021 18:50:43 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-01-22T18:50:43Z</dc:date>
    <item>
      <title>Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135105#M36322</link>
      <description>&lt;P&gt;I have alfresco communitu 5.2 which I'm planning to update to 6.2.(can I go straight to 6.2 by the way?) The documentation says to upgrade&amp;nbsp;&lt;SPAN&gt;Search Services to Solr6 first, so I installed alfresco-search-services-2.1.0-A5.zip as discribed here &lt;A href="http://here" target="_self" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/search-enterprise/tasks/solr-install-withoutSSL.html&lt;/A&gt;. It's up and running on the same server, in my alfresco-global.properties I've changed this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index.subsystem.name=solr4&lt;BR /&gt;dir.keystore=${dir.root}/keystore&lt;BR /&gt;solr.host=localhost&lt;BR /&gt;solr.port.ssl=443&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;to this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;index.subsystem.name=solr&lt;BR /&gt;solr.secureComms=none&lt;BR /&gt;solr.port=8983&lt;/P&gt;&lt;P&gt;solr.host=liza-alf.diasoft.ru&lt;BR /&gt;solr.baseUrl=/solr&lt;/P&gt;&lt;P&gt;Solr6 is located in&amp;nbsp;/opt/alfresco-community/alfresco-search-services&lt;/P&gt;&lt;P&gt;openjdk version "13.0.4"&lt;/P&gt;&lt;P&gt;The is no connection between Alfresco and Solr&lt;/P&gt;&lt;PRE&gt;java.net.ConnectException: Connection refused
	at java.base/sun.nio.ch.Net.connect0(Native Method)
	at java.base/sun.nio.ch.Net.connect(Net.java:493)
	at java.base/sun.nio.ch.Net.connect(Net.java:482)
	at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:588)
	at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:339)
	at java.base/java.net.Socket.connect(Socket.java:603)
	at java.base/java.net.Socket.connect(Socket.java:552)
	at java.base/java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:475)
	at java.base/java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:325)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
	at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
	at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
	at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1361)
	at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
	at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)&lt;BR /&gt;...&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jan 2021 14:22:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135105#M36322</guid>
      <dc:creator>statira</dc:creator>
      <dc:date>2021-01-19T14:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135106#M36323</link>
      <description>&lt;P&gt;If you are using ACS5.2.x and trying to upgrade solr6 version&amp;nbsp;&lt;SPAN&gt;2.1.0-A5 then it may not work. As per documentation, 5.2.x supports only search services 1.3.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://docs.alfresco.com/5.2/concepts/supported-platforms-ACS.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/5.2/concepts/supported-platforms-ACS.html&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;So, try upgrading to v1.3 first to use 5.2.x with solr6&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Have a look at this post as well: &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-blog/search-services-upgrade-paths/ba-p/304202" target="_blank" rel="noopener nofollow noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-blog/search-services-upgrade-paths/ba-p/304202&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In alfresco-global.properties, note the subsystem. It should be solr6 not solr:&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;solr.host=liza-alf.diasoft.ru
solr.port=8983
solr.secureComms=none #Possible values are: none, https
solr.base.url=/solr
&lt;STRONG&gt;index.subsystem.name=solr6&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;U&gt;Update the 'solr.in.sh' with following env variables:&lt;/U&gt;&lt;/P&gt;
&lt;PRE&gt;SOLR_SOLR_HOST=liza-alf.diasoft.ru
SOLR_SOLR_PORT=8983
SOLR_SOLR_BASEURL=/solr
&lt;STRONG&gt;SOLR_ALFRESCO_HOST=&amp;lt;update the alfresco host here&amp;gt;
&lt;/STRONG&gt;SOLR_ALFRESCO_PORT=8080
SOLR_ALFRESCO_BASEURL=/alfresco
SOLR_ALFRESCO_SECURECOMMS=none&lt;/PRE&gt;
&lt;P&gt;Optionally, you can update the above configs in 'alfresco-search-services/solrhome/templates/rerank/conf/solrcore.properties':&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;STRONG&gt;alfresco.secureComms=none&lt;/STRONG&gt;&lt;BR /&gt;alfresco.host=&lt;STRONG&gt;&amp;lt;update the alfresco host here&amp;gt;&lt;/STRONG&gt;
alfresco.port=8080
alfresco.baseUrl=/alfresco&lt;/PRE&gt;</description>
      <pubDate>Tue, 19 Jan 2021 16:24:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135106#M36323</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-01-19T16:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135107#M36324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/62492"&gt;@statira&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There have been a couple of threads about related topics - &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/upgrade-alfresco-5-2-to-6-1/m-p/296307#M17838" target="_self" rel="nofollow noopener noreferrer"&gt;this one&lt;/A&gt; might be useful, also &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/upgrade-alfresco-5-0-c-community-to-alfresco-community-201901-ga/m-p/297975#M18746" target="_self" rel="nofollow noopener noreferrer"&gt;this one&lt;/A&gt;. This &lt;A href="https://www.slideshare.net/angelborroy/2019-dev-con115angelborroy" target="_self" rel="nofollow noopener noreferrer"&gt;2019 DevCon slide deck&lt;/A&gt; might be useful too - all the recorded sessions are available &lt;A href="https://www.alfresco.com/devcon-2019-playlists?src=9111" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 16:26:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135107#M36324</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-01-19T16:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135108#M36325</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Search services 1.3 works fine, thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 09:28:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135108#M36325</guid>
      <dc:creator>statira</dc:creator>
      <dc:date>2021-01-20T09:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135109#M36326</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/62492"&gt;@statira&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad you got it working &amp;amp; thanks for updating your thread - really useful to other users.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 12:01:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135109#M36326</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2021-01-20T12:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135110#M36327</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/62492"&gt;@statira&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Search services 1.3 works fine, thanks!&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Glad to hear&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/62492"&gt;@statira&lt;/A&gt;&amp;nbsp;, good luck.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 15:21:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135110#M36327</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-01-20T15:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Solr 4 to Solr6 update problem</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135111#M36328</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/62492"&gt;@statira&lt;/A&gt;&amp;nbsp;moved your heap space issue to new thread for clarity.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 18:50:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-4-to-solr6-update-problem/m-p/135111#M36328</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-01-22T18:50:43Z</dc:date>
    </item>
  </channel>
</rss>

