<?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: Issue with content Migration using CRX2OAK (AEM 6.1 to AEM 6.5) in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439295#M125456</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;It seems that you are trying to migrate whole repository by single command that causing the issue.&lt;/P&gt;&lt;P&gt;Try with small amount of content migration to verify that commands works or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example : Command prompt script for the window&lt;/P&gt;&lt;PRE&gt;set source=D:/AEM/servers/author6.1/crx-quickstart/repository&lt;BR /&gt;set target=D:/AEM/servers/author6.5/crx-quickstart/repository&lt;BR /&gt;&lt;BR /&gt;java -Xmx1g  -jar crx2oak-1.10.0-all-in-one.jar --include-paths=/content/we-retail/language-masters/en segment-old:%source%   %target%  &amp;gt;&amp;gt; ContentMigration.log&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Brijesh Yadav&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 13:13:44 GMT</pubDate>
    <dc:creator>BrijeshYadav</dc:creator>
    <dc:date>2022-02-02T13:13:44Z</dc:date>
    <item>
      <title>Issue with content Migration using CRX2OAK (AEM 6.1 to AEM 6.5)</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439285#M125455</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are trying to migrate our project from AEM 6.1 to AEM 6.5 using CRX2OAK migration tool. The version we are using - crx2oak-1.10.0-all-in-one.jar. The command we are using is as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;java -Xmx1g -jar crx2oak-1.10.0-all-in-one.jar segment-old:&amp;lt;localdrive&amp;gt;/auth6.1/crx-quickstart/repository &amp;lt;localdrive&amp;gt;/auth6.5/crx-quickstart/repository --include-path=/ --exclude-path=/tmp --src-fileblobstore=&amp;lt;localdrive&amp;gt;/crx-quickstart/repository/datastore --fileblobstore=&amp;lt;localdrive&amp;gt;/crx-quickstart/repository/datastore --copy-versions=true --copy-orphaned-versions=true &amp;gt; migration_new.txt&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We are getting following error. Please suggest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;02.02.2022 11:45:34.798 ERROR c.a.g.c.e.MigrationEngine: The internal error occurred during migration. The migration process has been aborted and it is not complete!&lt;BR /&gt;java.lang.RuntimeException: javax.jcr.RepositoryException: Failed to copy content&lt;BR /&gt;at com.google.common.io.Closer.rethrow(Closer.java:151)&lt;BR /&gt;at org.apache.jackrabbit.oak.upgrade.cli.OakUpgrade.migrate(OakUpgrade.java:81)&lt;BR /&gt;at com.adobe.granite.crx2oak.engine.MigrationEngine$2.doMigration(MigrationEngine.java:67)&lt;BR /&gt;at com.adobe.granite.crx2oak.engine.MigrationEngine.process(MigrationEngine.java:92)&lt;BR /&gt;at com.adobe.granite.crx2oak.pipeline.Pipeline.run(Pipeline.java:103)&lt;BR /&gt;at com.adobe.granite.crx2oak.CRX2Oak.run(CRX2Oak.java:66)&lt;BR /&gt;at com.adobe.granite.crx2oak.CRX2Oak.main(CRX2Oak.java:51)&lt;BR /&gt;Caused by: javax.jcr.RepositoryException: Failed to copy content&lt;BR /&gt;at org.apache.jackrabbit.oak.upgrade.RepositorySidegrade.copy(RepositorySidegrade.java:287)&lt;BR /&gt;at org.apache.jackrabbit.oak.upgrade.cli.OakUpgrade.sidegrade(OakUpgrade.java:92)&lt;BR /&gt;at org.apache.jackrabbit.oak.upgrade.cli.OakUpgrade.migrate(OakUpgrade.java:78)&lt;BR /&gt;... 5 common frames omitted&lt;BR /&gt;Caused by: java.lang.IllegalArgumentException: 295053cdc1e4564514db8dd57a907933ab69ad046703ef1faac4a88c181f2cd8#23328&lt;BR /&gt;at org.apache.jackrabbit.oak.commons.StringUtils.getHexDigit(StringUtils.java:93)&lt;BR /&gt;at org.apache.jackrabbit.oak.commons.StringUtils.convertHexToBytes(StringUtils.java:72)&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 12:31:24 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439285#M125455</guid>
      <dc:creator>GopalV</dc:creator>
      <dc:date>2022-02-02T12:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with content Migration using CRX2OAK (AEM 6.1 to AEM 6.5)</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439295#M125456</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;It seems that you are trying to migrate whole repository by single command that causing the issue.&lt;/P&gt;&lt;P&gt;Try with small amount of content migration to verify that commands works or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example : Command prompt script for the window&lt;/P&gt;&lt;PRE&gt;set source=D:/AEM/servers/author6.1/crx-quickstart/repository&lt;BR /&gt;set target=D:/AEM/servers/author6.5/crx-quickstart/repository&lt;BR /&gt;&lt;BR /&gt;java -Xmx1g  -jar crx2oak-1.10.0-all-in-one.jar --include-paths=/content/we-retail/language-masters/en segment-old:%source%   %target%  &amp;gt;&amp;gt; ContentMigration.log&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Brijesh Yadav&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 13:13:44 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439295#M125456</guid>
      <dc:creator>BrijeshYadav</dc:creator>
      <dc:date>2022-02-02T13:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with content Migration using CRX2OAK (AEM 6.1 to AEM 6.5)</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439303#M125458</link>
      <description>&lt;P&gt;&lt;LI-USER uid="17512000"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Given that you are migrating from 6.1, we need to do repository migration (to new version of Oak Segment Tar present in 6.3) -&lt;STRONG&gt; Usage of OOTB migration profile using&lt;EM&gt; --load-profile&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;More about this from official docs -&amp;nbsp;&lt;A href="https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/in-place-upgrade.html#content-repository-migration" target="_blank"&gt;https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/in-place-upgrade.html#content-repository-migration&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 14:45:18 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/issue-with-content-migration-using-crx2oak-aem-6-1-to-aem-6-5/m-p/439303#M125458</guid>
      <dc:creator>Vijayalakshmi_S</dc:creator>
      <dc:date>2022-02-02T14:45:18Z</dc:date>
    </item>
  </channel>
</rss>

