<?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: Missing .bin file after restore in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/missing-bin-file-after-restore/m-p/311063#M264193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When we rolled back the database, the ALF_CONTENT_URL table was still pointing to content that wasn't there after having deleted the contentstore.&amp;nbsp;&amp;nbsp;&amp;nbsp; Basically any time the database is not in sync with the contentstore this problem could arise.&amp;nbsp; Orphaned pointers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I did to fix the same problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#!/bin/sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FAVS_PATH="${CONTENTSTORE_HOME}/alf_data/contentstore/2014/4/28/14/58/"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FAVS_FILE="${FAVS_PATH}0c2bf591-1138-4a33-bf8b-c28239d80b83.bin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mkdir -p $FAVS_PATH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo "{}" &amp;gt; $FAVS_FILE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;chmod 755 $FAVS_FILE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here was my error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;em&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.springframework.dao.ConcurrencyFailureException: store://2014/4/28/14/58/0c2bf591-1138-4a33-bf8b-c28239d80b83.bin no longer exists&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/em&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jul 2016 21:07:12 GMT</pubDate>
    <dc:creator>aowian</dc:creator>
    <dc:date>2016-07-29T21:07:12Z</dc:date>
    <item>
      <title>Missing .bin file after restore</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-bin-file-after-restore/m-p/311062#M264192</link>
      <description>After we did Alfresco restore some random users couldn't login to Alfresco. In the logs for each login attempt there is following stacktrace:REPO_ 2015-11-16 16:46:12,569&amp;nbsp; ERROR [extensions.webscripts.AbstractRuntime] [http-apr-9443-exec-9] Exception from executeScript - redirecting to status templa</description>
      <pubDate>Tue, 17 Nov 2015 14:27:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-bin-file-after-restore/m-p/311062#M264192</guid>
      <dc:creator>streetturtle</dc:creator>
      <dc:date>2015-11-17T14:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing .bin file after restore</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/missing-bin-file-after-restore/m-p/311063#M264193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When we rolled back the database, the ALF_CONTENT_URL table was still pointing to content that wasn't there after having deleted the contentstore.&amp;nbsp;&amp;nbsp;&amp;nbsp; Basically any time the database is not in sync with the contentstore this problem could arise.&amp;nbsp; Orphaned pointers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is what I did to fix the same problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;#!/bin/sh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FAVS_PATH="${CONTENTSTORE_HOME}/alf_data/contentstore/2014/4/28/14/58/"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;FAVS_FILE="${FAVS_PATH}0c2bf591-1138-4a33-bf8b-c28239d80b83.bin"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;mkdir -p $FAVS_PATH&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;echo "{}" &amp;gt; $FAVS_FILE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;chmod 755 $FAVS_FILE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/blockcode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here was my error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;em&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Caused by: org.springframework.dao.ConcurrencyFailureException: store://2014/4/28/14/58/0c2bf591-1138-4a33-bf8b-c28239d80b83.bin no longer exists&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/em&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jul 2016 21:07:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/missing-bin-file-after-restore/m-p/311063#M264193</guid>
      <dc:creator>aowian</dc:creator>
      <dc:date>2016-07-29T21:07:12Z</dc:date>
    </item>
  </channel>
</rss>

