<?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: Alfresco Community 5.0.c -&amp;gt; 5.1 Migration-Problems in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289375#M242505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing, I have probably the very same experience with upgrade to Alfresco 5.2. So hopefully this is really just a one-time issue which occurs only on the very 1st Alfresco run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 15:53:13 GMT</pubDate>
    <dc:creator>p_bodnar</dc:creator>
    <dc:date>2018-08-15T15:53:13Z</dc:date>
    <item>
      <title>Alfresco Community 5.0.c -&gt; 5.1 Migration-Problems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289372#M242502</link>
      <description>Hello together,i have tried to upgrade my Alfresco Community 5.0.c-Instance to the new 5.1-GA-Release by working with the following guides:http://docs.alfresco.com/community/tasks/upgrade-process.htmlAfter restoring the contentstore, contentstore.deleted, solr4/solr4/index/archive, solr4/solr4/index</description>
      <pubDate>Wed, 09 Mar 2016 12:45:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289372#M242502</guid>
      <dc:creator>chribu</dc:creator>
      <dc:date>2016-03-09T12:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.0.c -&gt; 5.1 Migration-Problems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289373#M242503</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;I think an action is being executed asynchronously which is trying to transform a file from text/plain to image/png. While doing that, it is not able to find the content transformer. Because of which exception is being thrown (RenditionServiceException). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;RenditionService is mainly used for,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. reformatted content (a transformation from one MIME-type to another)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. rescaled images (including thumbnails)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. the output of a Freemarker or XSLT template.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this it uses complex transformation(text/plain to application/pdf to image/png). It does that using Direct Open Office Connection(to transform into pdf) and imagemagic(to transform into png).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using action id and noderef you can find out what action is being executed on which node and also check the transformers configured correctly. I hope this info is useful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kumar&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 07:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289373#M242503</guid>
      <dc:creator>kumar_mullur_08</dc:creator>
      <dc:date>2016-03-31T07:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.0.c -&gt; 5.1 Migration-Problems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289374#M242504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After upgrading from 5.0.c to 5.1 (community 201605-GA) I received the exact same (or rather near identical) experience.&amp;nbsp; In my case, the GUIDs are different but the error messages are otherwise so similar that I believe the root cause to be identical.&lt;/P&gt;&lt;PRE __default_attr="info" __jive_macro_name="alert" alert="info" class="jive_text_macro jive_macro_alert"&gt;&lt;P&gt;Note: I have not solved the root cause because it has not re-occurred - my belief (unverified) is that it is an issue when the upgrade scripts have yet to be run, but the new wars have been deployed and the system is starting up the very first time with these new wars.&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Just to repeat that: these errors only occurred the once on the first startup after the new wars were put in place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, the "template" for the errors was:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;2016-11-15 17:31:20,054 ERROR [repo.action.AsynchronousActionExecutionQueueImpl] [defaultAsyncAction1] Failed to execute asynchronous action: Action[ id=_THE_GUID_, node=workspace://SpacesStore/_THE_GUID_ ]: 10150001 Transformer for 'text/plain' source mime type and 'image/png' target mime type was not found. Operation can't be performed&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This error repeated 37 times (identical to OP experience), with the same action id/node _THE_GUID_ in every message.&amp;nbsp; My value for _THE_GUID_ was vastly different from the OP's (which is to be expected).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A search for that GUID turned up only 1 initial result - which is the parent to the other 20 actions.&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The timestamps and "defaultAsyncAction1" were the only variation in these log lines - with the 'action number' ranging from 1-20 in no particular order: 1,15,10,9,11,8,7,5,6,13,17,12,1,2,8,5,11,9,7,15,20,4,3,10,19,18,16,14,5,11,13,8,1,17,12,2,6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestingly, some were repeatedly tried, others were not. ie: defaultAsyncAction1 was tried 3 times, but defaultAsyncAction20 was only tried the once.&amp;nbsp; Not sure of the logic driving that, perhaps the async nature of the implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the end of these 37 error messages, the upgrade scripts ran and made changes to the system.&amp;nbsp; Restarting alfresco did not produce these errors again; and it has not re-occurred since.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie: immediately after the last of the 37 errors, the upgrade scripts ran (only included below for reference):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;2016-11-15 17:31:25,176 INFO [patch.impl.AddUnmovableAspectToSitesPatch] [localhost-startStop-1] AddUnmovableAspectToSitesPatch: Commencing batch of 5 entries&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:25,617 INFO [patch.impl.AddUnmovableAspectToSitesPatch] [localhost-startStop-1] AddUnmovableAspectToSitesPatch: Processed 5 entries out of 5. 100% complete. Rate: 11 per second. 0 failures detected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:25,618 INFO [patch.impl.AddUnmovableAspectToSitesPatch] [localhost-startStop-1] AddUnmovableAspectToSitesPatch: Completed batch of 5 entries&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:25,639 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.deleteClassifibleAspectForFailedThumbnail' (Deletes 'cm:generalclassifiable' aspect and associated properties for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; nodes of 'cm:failedThumbnail' type).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:25,667 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.downloadsFolder' (Ensures the Syste Downloads folder exists.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:25,699 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.fixPersonSizeCurrentType' (Fix type of cm:sizeCurrent property.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:25,731 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.alfrescoModelAdministrators' (Adds the 'GROUP_ALFRESCO_MODEL_ADMINISTRATORS' group).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:26,006 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.addInviteAddDirectEmailTemplates' (Adds the email templates for the add-direct invite flow).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:26,395 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.imapSpacesTemplates4' (Replaces content templates for IMAP clients).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,114 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.addSurfConfigFolders' (Adds 'cm:extensions' and 'cm:module-deployments' folders into surf-config folder.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,441 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.spacesBootstrapSmartTemplatesFolder' (Adds Smart Templates Folder in Data Dictionary.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,604 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.spacesBootstrapSmartFolderExample' (Adds smartFoldersExample.json file in Smart Templates Folder.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,816 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] Applying patch 'patch.spacesBootstrapSmartDownloadFolder' (Adds Smart Download Folder in Data Dictionary.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,968 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-V4.2-migrate-locale-multilingual&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,968 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-V4.1-AuthorizationTables&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,968 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-v4.2-migrate-activiti-workflows&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,968 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-V5.0-update-activiti-default-timestamp-column&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,969 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-V5.0-activiti-correct-tenant-id-MSSQL&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,969 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.fixWebscriptTemplate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Fixed template was updated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,970 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.imapSpacesTemplates3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Imported view into bootstrap location: /app:company_home/app:dictionary/app:imap_configs/app:imap_templates (workspace://SpacesStore/8cf8b3a8-215c-44d0-8e17-3c9b66d2c2ef)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,970 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-V5.0-remove-columns-after-upgrade-to-activiti-5.16.2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,971 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.addUnmovableAspect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Unmovable aspect has been added to sites.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,971 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.deleteClassifibleAspectForFailedThumbnail&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;SPAN&gt;Successfully deleted the '{&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;}generalclassifiable' aspect for the nodes of '{&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.alfresco.org/model/content/1.0" rel="nofollow noopener noreferrer" target="_blank"&gt;http://www.alfresco.org/model/content/1.0&lt;/A&gt;&lt;SPAN&gt;}failedThumbnail' type.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,971 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.downloadsFolder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Bootstrap location already exists: /sys:system/sys:downloads&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,972 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.fixPersonSizeCurrentType&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Fixing sizeCurrent type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; Fixed 0 sizeCurrent properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,972 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.alfrescoModelAdministrators&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Adding group authority.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Successfully added group authority: GROUP_ALFRESCO_MODEL_ADMINISTRATORS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,972 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.addInviteAddDirectEmailTemplates&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Imported view into bootstrap location: /app:company_home/app:dictionary/app:email_templates/cm:invite (workspace://SpacesStore/8cf8b3a8-215c-44d0-8e17-3c9b66d2c2ef)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,972 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.db-V5.1-upgrade-to-activiti-5.19.0&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Script completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,972 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.imapSpacesTemplates4&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Imported view into bootstrap location: /app:company_home/app:dictionary/app:imap_configs/app:imap_templates (workspace://SpacesStore/8cf8b3a8-215c-44d0-8e17-3c9b66d2c2ef)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,973 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.addSurfConfigFolders&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Adding surf-config children.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Successfully added 'extensions' folders and set the required permissions for 'extensions' folders. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Skipped 'module-deployments' folders as they already exist, but set the required permissions for 'module-deployments' folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,973 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.spacesBootstrapSmartDownloadFolder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/8cf8b3a8-215c-44d0-8e17-3c9b66d2c2ef)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,973 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.spacesBootstrapSmartTemplatesFolder&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Imported view into bootstrap location: /app:company_home/app:dictionary (workspace://SpacesStore/8cf8b3a8-215c-44d0-8e17-3c9b66d2c2ef)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,973 INFO [admin.patch.PatchExecuter] [localhost-startStop-1] &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=== Applied patch === &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;ID: patch.spacesBootstrapSmartFolderExample&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;RESULT: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;Imported view into bootstrap location: /app:company_home/app:dictionary/app:smart_folders (workspace://SpacesStore/8cf8b3a8-215c-44d0-8e17-3c9b66d2c2ef)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt;=====================================&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:28,997 INFO [repo.module.ModuleServiceImpl] [localhost-startStop-1] Found 0 module package(s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 12px;"&gt; 2016-11-15 17:31:29,005 INFO [management.subsystems.ChildApplicationContextFactory] [localhost-startStop-1] Starting 'fileServers' subsystem, ID: [fileServers, default]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;&lt;EM&gt;{normal startup continues from this point onwards - the error does not occur again}&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Edits: typos&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 23:56:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289374#M242504</guid>
      <dc:creator>briant</dc:creator>
      <dc:date>2016-11-17T23:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Community 5.0.c -&gt; 5.1 Migration-Problems</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289375#M242505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for sharing, I have probably the very same experience with upgrade to Alfresco 5.2. So hopefully this is really just a one-time issue which occurs only on the very 1st Alfresco run.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:53:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-community-5-0-c-gt-5-1-migration-problems/m-p/289375#M242505</guid>
      <dc:creator>p_bodnar</dc:creator>
      <dc:date>2018-08-15T15:53:13Z</dc:date>
    </item>
  </channel>
</rss>

