<?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 of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105379#M29817</link>
    <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82137"&gt;@Peter_Adam_SB&lt;/A&gt;did you ever get this resolved? I have the same issue, except that I am trying to start Alfresco via the Tomcat startup.sh script.&lt;BR /&gt;&lt;BR /&gt;Specifically, here is the first stacktrace that shoes up in the log:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;07-Aug-2020 11:30:26.335 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
	org.apache.catalina.LifecycleException: Failed to initialize component [org.apache.catalina.webresources.DirResourceSet@6ad24b30]
		at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
		at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:139)
		at org.apache.catalina.webresources.StandardRoot.initInternal(StandardRoot.java:690)
		at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
		at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173)
		at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4803)
		at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4939)
		at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
		at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
		at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
		at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
		at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:614)
		at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1822)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:834)
	Caused by: java.lang.IllegalArgumentException: The directory specified by base and internal path [/opt/tomcat8/tomcat8-5-57/../modules/platform]/[] does not exist.
		at org.apache.catalina.webresources.DirResourceSet.checkType(DirResourceSet.java:257)
		at org.apache.catalina.webresources.AbstractFileResourceSet.initInternal(AbstractFileResourceSet.java:206)
		at org.apache.catalina.webresources.DirResourceSet.initInternal(DirResourceSet.java:265)
		at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
		... 16 more&lt;/PRE&gt;</description>
    <pubDate>Fri, 07 Aug 2020 16:41:32 GMT</pubDate>
    <dc:creator>dwhitfield</dc:creator>
    <dc:date>2020-08-07T16:41:32Z</dc:date>
    <item>
      <title>Solr of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105376#M29814</link>
      <description>&lt;P&gt;I have tried to install Alfresco Search Services Community Edition from the Alfresco Community Edition 201911GA bundle, but I get an error in the Solr log after finishing this page: &lt;A href="https://docs.alfresco.com/search-community/tasks/solr-install-withoutSSL.html" target="_blank" rel="noopener nofollow noreferrer"&gt;https://docs.alfresco.com/search-community/tasks/solr-install-withoutSSL.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have modified the rerank/conf/solrcore.properties file to set SecureComms to none there, too. I have commented out the SSL part in the Tomcat server.xml file:&lt;/P&gt;&lt;PRE&gt;&amp;lt;!--
    Solr

    &amp;lt;Connector port="8443" protocol="org.apache.coyote.http11.Http11Protocol"
               SSLEnabled="true" maxThreads="150" scheme="https"
               keystoreFile="xxxxx"
               keystorePass="password" keystoreType="JCEKS"
               secure="true" connectionTimeout="240000"
               truststoreFile="xxxxx"
               truststorePass="password" truststoreType="JCEKS"
               clientAuth="want" sslProtocol="TLS" /&amp;gt;
    --&amp;gt;&lt;/PRE&gt;&lt;P&gt;alfresco-global.properties:&lt;/P&gt;&lt;PRE&gt;index.subsystem.name=solr6
solr.secureComms=none
solr.port=8983&lt;/PRE&gt;&lt;P&gt;rerank/conf/solrcore.properties:&lt;/P&gt;&lt;PRE&gt;# encryption

# none, https
alfresco.secureComms=none&lt;/PRE&gt;&lt;P&gt;but still get error when create alfresco and archive cores:&lt;/P&gt;&lt;PRE&gt;2020-06-24 11:58:02.023 ERROR (searcherExecutor-7-thread-1-processing-x:alfresco) [   x:alfresco] o.a.s.t.AbstractTracker Model trackin
g failed for core: alfresco
java.net.ConnectException: Kapcsolat elutasítva (Connection refused)
        at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)&lt;/PRE&gt;&lt;P&gt;and the rest of the log is full with timeouts:&lt;/P&gt;&lt;PRE&gt;2020-06-24 11:58:10.039 WARN  (org.alfresco.solr.AlfrescoCoreAdminHandler@a23a01d_Worker-3) [   ] o.a.s.t.AbstractTracker Tracking comm
unication timed out for AclTracker - archive
2020-06-24 11:58:10.043 WARN  (org.alfresco.solr.AlfrescoCoreAdminHandler@a23a01d_Worker-1) [   ] o.a.s.t.AbstractTracker Tracking comm
unication timed out for ModelTracker - alfresco&lt;/PRE&gt;&lt;P&gt;What is wrong with my Solr install?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 12:34:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105376#M29814</guid>
      <dc:creator>Peter_Adam_SB</dc:creator>
      <dc:date>2020-06-24T12:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Solr of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105377#M29815</link>
      <description>&lt;P&gt;Is Repository running in http://localhost:8080/alfresco?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jun 2020 13:46:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105377#M29815</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2020-06-24T13:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Solr of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105378#M29816</link>
      <description>&lt;P&gt;Not yet. Following the steps from &lt;A href="https://docs.alfresco.com/community/tasks/alf-war-install.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/community/tasks/alf-war-install.html&lt;/A&gt; Tomcat is not started yet.&lt;/P&gt;&lt;P&gt;During an earlier attempt I have started it, catalina log:&lt;/P&gt;&lt;PRE&gt;24-Jun-2020 13:12:35.784 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild:
 start:
        org.apache.catalina.LifecycleException: Failed to initialize component [org.apache.catalina.webresources.DirResourceSet@7c09645
7]&lt;/PRE&gt;&lt;P&gt;because of&lt;/P&gt;&lt;PRE&gt;Caused by: java.lang.IllegalArgumentException: The directory specified by base and internal path [/opt/alfresco-201911/tomcat/.
./modules/platform]/[] does not exist.&lt;/PRE&gt;&lt;P&gt;so I have decided not to start it until mentioned in the setup step.&lt;/P&gt;&lt;P&gt;I see this with an Alfresco favicon:&lt;/P&gt;&lt;PRE&gt;HTTP Status 404 – Not Found

Type Status Report

Message The requested resource [/alfresco] is not available

Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.56&lt;/PRE&gt;</description>
      <pubDate>Wed, 24 Jun 2020 14:44:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105378#M29816</guid>
      <dc:creator>Peter_Adam_SB</dc:creator>
      <dc:date>2020-06-24T14:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Solr of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105379#M29817</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82137"&gt;@Peter_Adam_SB&lt;/A&gt;did you ever get this resolved? I have the same issue, except that I am trying to start Alfresco via the Tomcat startup.sh script.&lt;BR /&gt;&lt;BR /&gt;Specifically, here is the first stacktrace that shoes up in the log:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;07-Aug-2020 11:30:26.335 SEVERE [localhost-startStop-1] org.apache.catalina.core.ContainerBase.addChildInternal ContainerBase.addChild: start:
	org.apache.catalina.LifecycleException: Failed to initialize component [org.apache.catalina.webresources.DirResourceSet@6ad24b30]
		at org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440)
		at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:139)
		at org.apache.catalina.webresources.StandardRoot.initInternal(StandardRoot.java:690)
		at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
		at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:173)
		at org.apache.catalina.core.StandardContext.resourcesStart(StandardContext.java:4803)
		at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4939)
		at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
		at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:743)
		at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:719)
		at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705)
		at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:614)
		at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1822)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
		at java.base/java.lang.Thread.run(Thread.java:834)
	Caused by: java.lang.IllegalArgumentException: The directory specified by base and internal path [/opt/tomcat8/tomcat8-5-57/../modules/platform]/[] does not exist.
		at org.apache.catalina.webresources.DirResourceSet.checkType(DirResourceSet.java:257)
		at org.apache.catalina.webresources.AbstractFileResourceSet.initInternal(AbstractFileResourceSet.java:206)
		at org.apache.catalina.webresources.DirResourceSet.initInternal(DirResourceSet.java:265)
		at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:136)
		... 16 more&lt;/PRE&gt;</description>
      <pubDate>Fri, 07 Aug 2020 16:41:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105379#M29817</guid>
      <dc:creator>dwhitfield</dc:creator>
      <dc:date>2020-08-07T16:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Solr of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105380#M29818</link>
      <description>&lt;P&gt;I have installed Alfresco Search Services 1.2 as I have found only that, and after install and successful run I have upgraded it to 1.4.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 08:52:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105380#M29818</guid>
      <dc:creator>Peter_Adam_SB</dc:creator>
      <dc:date>2020-08-27T08:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Solr of ASSCE 1.4 from ACE 201911GA install have connection errors and timeout warns</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105381#M29819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/82622"&gt;@dwhitfield&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;The directory specified by base and internal path [/opt/tomcat8/tomcat8-5-57/../modules/platform]/[] does not exist.&lt;/PRE&gt;
&lt;P&gt;Try creating this folder. See this &lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-forum/alfresco-community-6-2-0-ga-installation-issue/td-p/297132" target="_self" rel="nofollow noopener noreferrer"&gt;thread&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 09:14:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/solr-of-assce-1-4-from-ace-201911ga-install-have-connection/m-p/105381#M29819</guid>
      <dc:creator>EddieMay</dc:creator>
      <dc:date>2020-08-27T09:14:54Z</dc:date>
    </item>
  </channel>
</rss>

