<?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 Problem in displaying folders and contents in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-displaying-folders-and-contents/m-p/161176#M115125</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After an installation of a machine, I have restored a previously saved alf_data folder and the corresponding database. Tomcat was stopped with no problem before the saving was done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco then started but I couldn't find some folders or documents. I've checked directly in the file system : they are here ! I have checked the db (sql file) : they are here !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is really strange is that I can see missing folders in the navigation plugin (on the left). Moreover, using the node explorer in administration console, I can see all files and folders that are not displayed in main area that displays the items.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone has already met such a thing ? how it is possible those components supply different results ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My version of Alfresco is 2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you !&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Feb 2008 12:13:19 GMT</pubDate>
    <dc:creator>bgl</dc:creator>
    <dc:date>2008-02-05T12:13:19Z</dc:date>
    <item>
      <title>Problem in displaying folders and contents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-displaying-folders-and-contents/m-p/161176#M115125</link>
      <description>Hi,After an installation of a machine, I have restored a previously saved alf_data folder and the corresponding database. Tomcat was stopped with no problem before the saving was done.Alfresco then started but I couldn't find some folders or documents. I've checked directly in the file system : they</description>
      <pubDate>Tue, 05 Feb 2008 12:13:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-displaying-folders-and-contents/m-p/161176#M115125</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2008-02-05T12:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in displaying folders and contents</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/problem-in-displaying-folders-and-contents/m-p/161177#M115126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Answering to myself &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After investigating in alfresco code (open source is great !!!), I found the following : the plugin gives a different view since it is using a different service (which was quite obvious in fact due to different results from the same source…).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Plugin uses nodeservice while main view is using filefolderService.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Further investigations showed that fileFolderService is using lucene search for getting children. I imagine because lucene is faster than db search but if someone who knows the topic could give me some hints, I'm interested.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the problem was related to Lucene Indexes. I have then changed a property in repository.properties to require re-indexing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;index.recovery.mode=FULL&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Great ! But re-indexing has failed because it was saying that a node had never exist…seeing the date of the node, I understood since I had never created a content at this date…………….ok one is wrong but I want all others to be updated ! But this is not possible since re-index in done in a transaction. If one fail, all is failing…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I modified the code of Alfresco to ignore the mistakes and get my contents back…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would suggest to have a mode where you accept failure but you are notified about failure (which node)… &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just an idea.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 17:04:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/problem-in-displaying-folders-and-contents/m-p/161177#M115126</guid>
      <dc:creator>bgl</dc:creator>
      <dc:date>2008-02-07T17:04:58Z</dc:date>
    </item>
  </channel>
</rss>

