<?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 Setting dir.root sort of working, but exception occurs in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/setting-dir-root-sort-of-working-but-exception-occurs/m-p/234073#M187203</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In $TOMCAT_HOME/shared/classes/alfresco-global.properties I have specified dir.root like so:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=/Users/nfiedler/NoBackup/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting Tomcat from the shell I see these messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;15:15:57,238&amp;nbsp; INFO&amp;nbsp; [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /Users/nfiedler/NoBackup/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:15:57,324&amp;nbsp; ERROR [repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: Indexes not found for 7 stores.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:15:57,324&amp;nbsp; INFO&amp;nbsp; [repo.admin.ConfigurationChecker] You may set 'index.recovery.mode=FULL' if you need to rebuild the indexes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:15:57,324&amp;nbsp; ERROR [repo.admin.ConfigurationChecker] CONTENT INTEGRITY ERROR: System content not found in content store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:15:57,324&amp;nbsp; ERROR [repo.admin.ConfigurationChecker] Ensure that the 'dir.root' property is pointing to the correct data location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;15:15:57,327&amp;nbsp; ERROR [web.context.ContextLoader] Context initialization failed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;org.alfresco.error.AlfrescoRuntimeException: 10120000 Ensure that the 'dir.root' property is pointing to the correct data location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.admin.ConfigurationChecker.check(ConfigurationChecker.java:338)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.admin.ConfigurationChecker.access$000(ConfigurationChecker.java:74)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.admin.ConfigurationChecker$1.execute(ConfigurationChecker.java:186)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:327)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:253)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.repo.admin.ConfigurationChecker.onBootstrap(ConfigurationChecker.java:190)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.alfresco.util.AbstractLifecycleBean.onApplicationEvent(AbstractLifecycleBean.java:62)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; (and so on)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what did I do wrong here? The build seemed to go through fine and I've created the alf_data directory and it's initially empty. Is there a step I'm missing?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Nov 2009 23:39:30 GMT</pubDate>
    <dc:creator>nlfiedler</dc:creator>
    <dc:date>2009-11-12T23:39:30Z</dc:date>
    <item>
      <title>Setting dir.root sort of working, but exception occurs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/setting-dir-root-sort-of-working-but-exception-occurs/m-p/234073#M187203</link>
      <description>In $TOMCAT_HOME/shared/classes/alfresco-global.properties I have specified dir.root like so:dir.root=/Users/nfiedler/NoBackup/alf_dataStarting Tomcat from the shell I see these messages.15:15:57,238&amp;nbsp; INFO&amp;nbsp; [repo.admin.ConfigurationChecker] The Alfresco root data directory ('dir.root') is: /Users/nfi</description>
      <pubDate>Thu, 12 Nov 2009 23:39:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/setting-dir-root-sort-of-working-but-exception-occurs/m-p/234073#M187203</guid>
      <dc:creator>nlfiedler</dc:creator>
      <dc:date>2009-11-12T23:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Setting dir.root sort of working, but exception occurs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/setting-dir-root-sort-of-working-but-exception-occurs/m-p/234074#M187204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, try to follow the following piece of advice : rebuild the indexes. It might solve your problem :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;You may set 'index.recovery.mode=FULL' if you need to rebuild the indexes.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2009 16:07:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/setting-dir-root-sort-of-working-but-exception-occurs/m-p/234074#M187204</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-11-18T16:07:53Z</dc:date>
    </item>
  </channel>
</rss>

