<?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: Error :: Failed to find 'app:dictionary' node in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283898#M237028</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've looked at the stacktrace again and in this case it is a spring bean (ScheduledPersistedActionServiceBootstrap.onBootstrap) being invoked on startup/bootstrap rather than a job per-se.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: these steps have not been tested. Please take a full backup before proceeding (at your own risk) !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Temporarily edit the bootstrap.xml file in the exploded war and comment-out the bean …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;!– TEMP&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="scheduledPersistedActionServiceBootstrap" class="org.alfresco.repo.action.scheduled.ScheduledPersistedActionServiceImpl$ScheduledPersistedActionServiceBootstrap"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="scheduledPersistedActionService" ref="scheduledPersistedActionService" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionHelper" ref="retryingTransactionHelper" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;–&amp;gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;BR /&gt;&lt;SPAN&gt;… once you have a recovered your system, shutdown and then reverse the change (ie. comment the bean back in), re-start and re-test. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, you may find that there are other bootstrap beans and/or jobs that also depend on the "Data Dictionary" (or below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are in any doubt (or for future peace of mind) I would highly recommend that you consider Enterprise + Support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Sep 2013 14:08:00 GMT</pubDate>
    <dc:creator>janv</dc:creator>
    <dc:date>2013-09-05T14:08:00Z</dc:date>
    <item>
      <title>Error :: Failed to find 'app:dictionary' node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283894#M237024</link>
      <description>Hello,I was asked to install alfresco in a debian server, what I did installing alfresco community 3.4.d using the binary installer for linux-x32. I have been working with linux and doing system administration for quite a while but I have to admit that I have no experience whatsoever on alfresco, ap</description>
      <pubDate>Mon, 02 Sep 2013 13:13:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283894#M237024</guid>
      <dc:creator>currix</dc:creator>
      <dc:date>2013-09-02T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error :: Failed to find 'app:dictionary' node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283895#M237025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The "app:dictionary" node corresponds to /Company Home/Data Dictionary location and is required for storing various system config in the repository. Have you or some other "admin" user inadvertently deleted this location ? If you search JIRA you will find other examples where this has happened either at the "Data Dictionary" level or below, eg. &lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/MNT-7493" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/MNT-7493&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could try disabling that particular job and possibly others (via custom config changes, as needed) until you can re-start your system. At this point, you could try to navigate using Alfresco Explorer and/or Admin Node Browser to see if that location/node exists. If not, then you could try checking the trashcan (via Alfresco Explorer) for "Data Dictionary" and then as admin attempt to restore it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively (or if all else fails) then you may need to restore (a separate instance) from your last regular backup. You could then attempt to export the "Data Dictionary" from that backup and re-import back into your live instance, although this may require dedicated help from Alfresco Support (and an upgrade to Alfresco Enterprise).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 08:22:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283895#M237025</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2013-09-04T08:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error :: Failed to find 'app:dictionary' node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283896#M237026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your detailed answer. I have checked the link that you suggest and it also seems relevant. In fact, I do not act as the alfresco admin, I have just installed it in one of our nodes. And I have been called once the problem started. But it seems that what happened is what you say. Tomorrow I will carefully try to work out a solution following your suggestions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, and thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 13:29:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283896#M237026</guid>
      <dc:creator>currix</dc:creator>
      <dc:date>2013-09-04T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error :: Failed to find 'app:dictionary' node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283897#M237027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Jan, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have talked with the acting Alfresco admins and they have told me that, trying to arrange in a better way the information, they deleted some directories that were empty (sigh…). I am afraid that this is what caused Alfresco to stop working, as described in the link provided in your answer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try to proceed as you suggested and check if the directories are in the Trash folder. However, I do not have any idea of how to disable jobs if alfresco is not starting. I guess there is some config file where the different jobs that will be started are defined, though I have not found how to do this. I will greatly appreciate a tip on this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Again thanks for your help. Best regards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Curro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 09:42:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283897#M237027</guid>
      <dc:creator>currix</dc:creator>
      <dc:date>2013-09-05T09:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error :: Failed to find 'app:dictionary' node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283898#M237028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've looked at the stacktrace again and in this case it is a spring bean (ScheduledPersistedActionServiceBootstrap.onBootstrap) being invoked on startup/bootstrap rather than a job per-se.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: these steps have not been tested. Please take a full backup before proceeding (at your own risk) !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Temporarily edit the bootstrap.xml file in the exploded war and comment-out the bean …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;!– TEMP&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;bean id="scheduledPersistedActionServiceBootstrap" class="org.alfresco.repo.action.scheduled.ScheduledPersistedActionServiceImpl$ScheduledPersistedActionServiceBootstrap"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="scheduledPersistedActionService" ref="scheduledPersistedActionService" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="transactionHelper" ref="retryingTransactionHelper" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;–&amp;gt;&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;BR /&gt;&lt;SPAN&gt;… once you have a recovered your system, shutdown and then reverse the change (ie. comment the bean back in), re-start and re-test. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, you may find that there are other bootstrap beans and/or jobs that also depend on the "Data Dictionary" (or below).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are in any doubt (or for future peace of mind) I would highly recommend that you consider Enterprise + Support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jan&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Sep 2013 14:08:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283898#M237028</guid>
      <dc:creator>janv</dc:creator>
      <dc:date>2013-09-05T14:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error :: Failed to find 'app:dictionary' node</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283899#M237029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This solution is for Sheduled action folder,but how about the rendering action root node? i cannot disable the checking for this folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea please?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 12:31:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/error-failed-to-find-app-dictionary-node/m-p/283899#M237029</guid>
      <dc:creator>midoscofield</dc:creator>
      <dc:date>2015-07-23T12:31:25Z</dc:date>
    </item>
  </channel>
</rss>

