<?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: Failed to start ASS Solr. in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/failed-to-start-ass-solr/m-p/144921#M38443</link>
    <description>&lt;P&gt;May i know how you setup ASS ? is it based on distribution package ?&lt;/P&gt;
&lt;P&gt;The stable version of ACS 6 community i.e. 6.2.0-ga supports ASS 1.4.0 , I don't see any issues starting it with java8 or Java 11 either. With Java 11 you get a warrning&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.&lt;/PRE&gt;
&lt;P&gt;which is just a warning and won't stop solr from coming up. However using java 11 is recommended as acs would also use java 11.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here is download link for ASS 1.4.0&lt;/U&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://download.alfresco.com/cloudfront/release/community/SearchServices/1.4.0/alfresco-search-services-1.4.0.zip" target="_blank" rel="noopener nofollow noreferrer"&gt;https://download.alfresco.com/cloudfront/release/community/SearchServices/1.4.0/alfresco-search-services-1.4.0.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please revisit setup steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;You can find steps to setup ASS here:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-centos.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-centos.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 May 2021 13:18:01 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-05-07T13:18:01Z</dc:date>
    <item>
      <title>Failed to start ASS Solr.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/failed-to-start-ass-solr/m-p/144920#M38442</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to start ASS solr for the first time and I had the problem like below link&lt;/P&gt;&lt;P&gt;alfresco-solr-6-6-5-not-start-invalid-version-of-java-11-0-9-1&lt;/P&gt;&lt;P&gt;I already try with JDk 10 / 11.0.1 / 11.0.7 and the result is&lt;/P&gt;&lt;PRE&gt;OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
Error: Could not find or load main class \
Caused by: java.lang.ClassNotFoundException: \&lt;/PRE&gt;&lt;P&gt;And when trying to start with JDK 1.8 it's still resulting in an error&lt;/P&gt;&lt;PRE&gt;Error: Could not find or load main class \&lt;/PRE&gt;&lt;P&gt;I found that the error happen in bellow line&lt;/P&gt;&lt;PRE&gt;echo %SOLR_PORT%&amp;gt;"%SOLR_TIP%"\bin\solr-%SOLR_PORT%.port
  "%JAVA%" %SERVEROPT% %SOLR_JAVA_MEM% %START_OPTS% ^
    -Dlog4j.configuration="%LOG4J_CONFIG%" -DSTOP.PORT=!STOP_PORT! -DSTOP.KEY=%STOP_KEY% ^
    -Dsolr.solr.home="%SOLR_HOME%" -Dsolr.install.dir="%SOLR_TIP%" ^
    -Djetty.host=%SOLR_JETTY_HOST% -Djetty.port=%SOLR_PORT% -Djetty.home="%SOLR_SERVER_DIR%" ^
    -Djava.io.tmpdir="%SOLR_SERVER_DIR%\tmp" -jar start.jar "%SOLR_JETTY_CONFIG%"&lt;/PRE&gt;&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;Which JDK I should use, and what I should do?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="LabelsForArticle lia-component-labels lia-component-message-view-widget-labels-with-event"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 07 May 2021 10:26:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/failed-to-start-ass-solr/m-p/144920#M38442</guid>
      <dc:creator>Tran120</dc:creator>
      <dc:date>2021-05-07T10:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to start ASS Solr.</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/failed-to-start-ass-solr/m-p/144921#M38443</link>
      <description>&lt;P&gt;May i know how you setup ASS ? is it based on distribution package ?&lt;/P&gt;
&lt;P&gt;The stable version of ACS 6 community i.e. 6.2.0-ga supports ASS 1.4.0 , I don't see any issues starting it with java8 or Java 11 either. With Java 11 you get a warrning&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.&lt;/PRE&gt;
&lt;P&gt;which is just a warning and won't stop solr from coming up. However using java 11 is recommended as acs would also use java 11.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;Here is download link for ASS 1.4.0&lt;/U&gt;:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://download.alfresco.com/cloudfront/release/community/SearchServices/1.4.0/alfresco-search-services-1.4.0.zip" target="_blank" rel="noopener nofollow noreferrer"&gt;https://download.alfresco.com/cloudfront/release/community/SearchServices/1.4.0/alfresco-search-services-1.4.0.zip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please revisit setup steps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;You can find steps to setup ASS here:&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-centos.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2021/02/setup-acs62-ga-and-ass14-distribution-stepbystep-centos.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://javaworld-abhinav.blogspot.com/2020/12/setup-acs62-ga-and-ass14-distribution-stepbystep.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 May 2021 13:18:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/failed-to-start-ass-solr/m-p/144921#M38443</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-05-07T13:18:01Z</dc:date>
    </item>
  </channel>
</rss>

