<?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 RangeError: Maximum call stack size exceeded in alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rangeerror-maximum-call-stack-size-exceeded-in-alfresco/m-p/286754#M239884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;i have used alfresco community 201605 version and aikau 1.0.93.&lt;/P&gt;&lt;P&gt;when i use following widget to add title for my advance search,&amp;nbsp; it is unable to return search result. But this application is properly working on older version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; id: "HEADER_TITLE",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; name: "alfresco/header/SetTitle",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; config: {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;title: msg.get("advanced-search.title")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/P&gt;&lt;P&gt;i can see &lt;EM&gt;'RangeError: Maximum call stack size exceeded in alfresco'&lt;/EM&gt; error on chrome and &lt;EM&gt;'InternalError: too much recursion'&lt;/EM&gt; in firefox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have attached error on alfresco share debugger&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/10770_error.JPG" style="width: 620px; height: 163px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me hint to avoid this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;janaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Nov 2016 17:43:34 GMT</pubDate>
    <dc:creator>janaka1984</dc:creator>
    <dc:date>2016-11-13T17:43:34Z</dc:date>
    <item>
      <title>RangeError: Maximum call stack size exceeded in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rangeerror-maximum-call-stack-size-exceeded-in-alfresco/m-p/286754#M239884</link>
      <description>Hi,&amp;nbsp;i have used alfresco community 201605 version and aikau 1.0.93.when i use following widget to add title for my advance search,&amp;nbsp; it is unable to return search result. But this application is properly working on older version.{&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; id: "HEADER_TITLE",&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; name: "alf</description>
      <pubDate>Sun, 13 Nov 2016 17:43:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rangeerror-maximum-call-stack-size-exceeded-in-alfresco/m-p/286754#M239884</guid>
      <dc:creator>janaka1984</dc:creator>
      <dc:date>2016-11-13T17:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: RangeError: Maximum call stack size exceeded in alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rangeerror-maximum-call-stack-size-exceeded-in-alfresco/m-p/286755#M239885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error in your screenshot does not match the messages you are reporting in your post. The issue that can be seen in the screenshot is a "known issue" for me. I assume you have been using the Alfresco script debugger (activatedvia /index) to debug a server-side JavaScript file. With certain versions of Alfresco this can cause an infinite amount of source lookups for the LESS engine (which is executed in the Rhino script engine) when the LESS engine happens to be called while you are debugging. The latter only occurs when you access an Aikau page that does not yet have its CSS resources processed or that had its cached resoruces cleared.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only way around this problem is to try and avoid using the Alfresco script debugger in those situations. It helps to close it before loading a (new) Aikau page. In newer versions of Alfresco it is possible to use an external Node.js installation for LESS processing and this kind of error does not occur anymore in that case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 08:20:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rangeerror-maximum-call-stack-size-exceeded-in-alfresco/m-p/286755#M239885</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2016-11-14T08:20:34Z</dc:date>
    </item>
  </channel>
</rss>

