<?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: Alfresco Community 201707 and Search(Solr6) not working in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104123#M29554</link>
    <description>&lt;P&gt;Can u please tell what u did. Mine solr6 is also not working.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2020 08:19:42 GMT</pubDate>
    <dc:creator>akash251998</dc:creator>
    <dc:date>2020-06-10T08:19:42Z</dc:date>
    <item>
      <title>Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104116#M29547</link>
      <description>&lt;P&gt;I have installed Alfresco from installer "alfresco-community-installer-201707-win-x64.exe" and upgraded solr to version 6 with "alfresco-search-services-1.1.0.zip" and done below config in alfresco-global.properties:&lt;/P&gt;&lt;PRE&gt;index.subsystem.name=solr6
solr.host=localhost
solr.secureComms=none
solr.port=8983&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;and getting following error:&lt;/P&gt;&lt;PRE&gt;2019-10-23 18:37:36,592 ERROR [org.apache.solr.core.CoreContainer] [coreLoadExecutor-5-thread-1] Error creating core [collection1]: Could not load conf for core collection1: Error loading solr config from solr/collection1\conf\solrconfig.xml
org.apache.solr.common.SolrException: Could not load conf for core collection1: Error loading solr config from solr/collection1\conf\solrconfig.xml
at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:66)
at org.apache.solr.core.CoreContainer.create(CoreContainer.java:489)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:255)
at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:249)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: org.apache.solr.common.SolrException: Error loading solr config from solr/collection1\conf\solrconfig.xml
at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:154)
at org.apache.solr.core.ConfigSetService.createSolrConfig(ConfigSetService.java:80)
at org.apache.solr.core.ConfigSetService.getConfig(ConfigSetService.java:61)
... 7 more
Caused by: java.io.IOException: Can't find resource 'solrconfig.xml' in classpath or 'D:\projects\ALF201707\solr\collection1\conf'
at org.apache.solr.core.SolrResourceLoader.openResource(SolrResourceLoader.java:362)
at org.apache.solr.core.SolrResourceLoader.openConfig(SolrResourceLoader.java:308)
at org.apache.solr.core.Config.&amp;lt;init&amp;gt;(Config.java:117)
at org.apache.solr.core.Config.&amp;lt;init&amp;gt;(Config.java:87)
at org.apache.solr.core.SolrConfig.&amp;lt;init&amp;gt;(SolrConfig.java:167)
at org.apache.solr.core.SolrConfig.readFromResourceLoader(SolrConfig.java:145)
... 9 more&lt;/PRE&gt;&lt;P&gt;I am not sure from where it is looking for solr/collection1.&lt;/P&gt;&lt;P&gt;I am running solr on default port&amp;nbsp;8983, and it is running fine. But not indexing is happening.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2019 13:25:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104116#M29547</guid>
      <dc:creator>hdbhandari</dc:creator>
      <dc:date>2019-10-23T13:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104117#M29548</link>
      <description>&lt;P&gt;Did you follow the instructions to install SOLR 6 from distribution ZIP?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.alfresco.com/sie/tasks/solr-install-withoutSSL.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/sie/tasks/solr-install-withoutSSL.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 09:00:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104117#M29548</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-10-25T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104118#M29549</link>
      <description>&lt;P&gt;&lt;FONT color="#333300"&gt;Hi, Thanks for replying.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;Yes I have followed the steps from given URL.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;Except:&lt;/FONT&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#333300"&gt;I have not created any separate Solr user for it.&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#333300"&gt;Not done this:&amp;nbsp;&lt;SPAN&gt;add&amp;nbsp;&lt;/SPAN&gt;-Djava.net.preferIPv6Addresses=true&lt;SPAN&gt;&amp;nbsp;to the startup parameters.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="ph cmd"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#333300"&gt;I am unable to get to step 7 of the guide which is:&lt;/FONT&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT color="#3366ff"&gt; Go to&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Admin Console &amp;gt; Repository Services &amp;gt; Search Service&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#3366ff"&gt;and verify that:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;OL&gt;&lt;LI&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN class="ph cmd"&gt;You see the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph"&gt;Solr 6&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;option in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Search Service In Use&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;list.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN class="ph cmd"&gt;Under&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;Main (Workspace) Store Tracking Status&lt;/SPAN&gt;, the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;Approx Transactions to Index&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="ph uicontrol"&gt;0&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN class="ph cmd"&gt;&lt;FONT color="#333300"&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Admin-console.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/360iF3BE7197A1B80919/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;&lt;SPAN class="ph cmd"&gt;Also in Solr, no documents are indexed yet.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#333300"&gt;&lt;SPAN class="ph cmd"&gt;Please point out what I missed.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 09:21:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104118#M29549</guid>
      <dc:creator>hdbhandari</dc:creator>
      <dc:date>2019-10-25T09:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104119#M29550</link>
      <description>&lt;P&gt;Can you inspect your &lt;STRONG&gt;solr.log&lt;/STRONG&gt; file to see if something is wrong?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 10:07:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104119#M29550</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-10-25T10:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104120#M29551</link>
      <description>&lt;P&gt;To get the latest logs I stopped both Alfresco and Solr and cleaned all log files, After starting both now I am checking in&amp;nbsp;D:\projects\ALF201707\solr.log and this file is empty even after 10-15 minutes.&lt;/P&gt;&lt;P&gt;I checked in solr.in.cmd and found this:&lt;/P&gt;&lt;PRE&gt;set SOLR_LOGS_DIR=..\..\logs&lt;/PRE&gt;&lt;P&gt;Not sure where Solr logs are configured.&lt;/P&gt;&lt;P&gt;Finally I am posting a screen shot from Solr UI.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="solr-logs.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/362i88E3DCF21DB2003E/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;&lt;P&gt;Now sure, why and what connection refused.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 10:55:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104120#M29551</guid>
      <dc:creator>hdbhandari</dc:creator>
      <dc:date>2019-10-25T10:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104121#M29552</link>
      <description>&lt;P&gt;Is your Alfresco repository running in http://localhost:8080/alfresco?&lt;/P&gt;
&lt;P&gt;If not, use solrcore.properties to set the right host and port.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 19:33:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104121#M29552</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2019-10-25T19:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104122#M29553</link>
      <description>&lt;P&gt;No, it was not. Thanks a lot for pointing it out, I didn't had a clue about it.&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Search is working now, Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 20:00:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104122#M29553</guid>
      <dc:creator>hdbhandari</dc:creator>
      <dc:date>2019-10-25T20:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104123#M29554</link>
      <description>&lt;P&gt;Can u please tell what u did. Mine solr6 is also not working.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:19:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104123#M29554</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-06-10T08:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104124#M29555</link>
      <description>&lt;P&gt;Hi, I have updated Alfresco instance to run on port 8090 and we need to make the same change in Solr6 core properties file, to let solr know, where the Alfresco is running.&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;properties files I have updated:&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;solr6\solrhome\alfresco\conf\solrcore.properties&lt;/LI&gt;&lt;LI&gt;solr6\solrhome\archive\conf\solrcore.properties&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;Property:&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;PRE&gt;alfresco.port=8090&lt;/PRE&gt;&lt;P&gt;HTH!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 08:32:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104124#M29555</guid>
      <dc:creator>hdbhandari</dc:creator>
      <dc:date>2020-06-10T08:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 201707 and Search(Solr6) not working</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104125#M29556</link>
      <description>&lt;P&gt;Thanku for ur solution.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 12:32:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/alfresco-community-201707-and-search-solr6-not-working/m-p/104125#M29556</guid>
      <dc:creator>akash251998</dc:creator>
      <dc:date>2020-06-10T12:32:16Z</dc:date>
    </item>
  </channel>
</rss>

