<?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: Too many open file Error - Alfresco community 4.0 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74718#M23879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are still using Lucene, you need to be extra careful in your customisations about how you are doing queries. You especially have to make sure that you ALWAYS close your result sets when using the SearchService#query() operation (using try-finally blocks in Java code). Not closing result sets will lead to significant file duplication and was one of the most common causes for running into "too many open files" issues in&amp;nbsp;old Lucene search subsystem.&lt;/P&gt;&lt;P&gt;Also, you can set your file handle limit to "&lt;A href="http://tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/x4733.html" rel="nofollow noopener noreferrer"&gt;unlimited&lt;/A&gt;"...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jan 2019 09:40:42 GMT</pubDate>
    <dc:creator>afaust</dc:creator>
    <dc:date>2019-01-18T09:40:42Z</dc:date>
    <item>
      <title>Too many open file Error - Alfresco community 4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74717#M23878</link>
      <description>Hi All,We are running Alfresco community version 4.0 on Linux environment.Since last few days we are regularly getting too many open files error in alfresco.log file.(snapshot of log file is pasted in the message below)We tried tuning tomcat "nofile" parameter and maximum possible 65536We&amp;nbsp;suspect th</description>
      <pubDate>Thu, 17 Jan 2019 09:24:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74717#M23878</guid>
      <dc:creator>sanketmohite</dc:creator>
      <dc:date>2019-01-17T09:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open file Error - Alfresco community 4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74718#M23879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are still using Lucene, you need to be extra careful in your customisations about how you are doing queries. You especially have to make sure that you ALWAYS close your result sets when using the SearchService#query() operation (using try-finally blocks in Java code). Not closing result sets will lead to significant file duplication and was one of the most common causes for running into "too many open files" issues in&amp;nbsp;old Lucene search subsystem.&lt;/P&gt;&lt;P&gt;Also, you can set your file handle limit to "&lt;A href="http://tldp.org/LDP/solrhe/Securing-Optimizing-Linux-RH-Edition-v1.3/x4733.html" rel="nofollow noopener noreferrer"&gt;unlimited&lt;/A&gt;"...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 09:40:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74718#M23879</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-01-18T09:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open file Error - Alfresco community 4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74719#M23880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alex, Thanks a lot for your quick response. It is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to give you background, we are using alfresco as storage system and contents search feature is not at all used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is it possible to set some configuration to stop generating Lucene Index?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also Few questions which I raised previously&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;Is there any way by which I can&amp;nbsp;&amp;nbsp;identify which files are being open when this "Too many open files" error is thrown?&lt;/P&gt;&lt;P&gt;2. Can we prevent the re-indexing which might be causing this error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 12:52:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74719#M23880</guid>
      <dc:creator>sanketmohite</dc:creator>
      <dc:date>2019-01-18T12:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Too many open file Error - Alfresco community 4.0</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74720#M23881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In order to "disable" indexing, simply configure SOLR to be used without actually setting up a SOLR server.&lt;/P&gt;&lt;P&gt;The list of open files can be checked via the &lt;A href="https://www.thegeekstuff.com/2012/08/lsof-command-examples/" rel="nofollow noopener noreferrer"&gt;ls&lt;/A&gt; utility.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jan 2019 17:12:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/too-many-open-file-error-alfresco-community-4-0/m-p/74720#M23881</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2019-01-18T17:12:55Z</dc:date>
    </item>
  </channel>
</rss>

