<?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: Cannot backup deployment after upgrade to 11.4 in ArcGIS Enterprise Portal Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1583206#M16229</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Workaround&lt;/STRONG&gt;&lt;BR /&gt;Copy the azure-storage-file-datalake.jar file from the Portal for ArcGIS framework\lib directory into the tools\webgisdr\lib directory.&lt;/P&gt;&lt;P&gt;Issue fixed on 11.5&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/the-web-gis-disaster-recovery-webgisdr-tool-fails-to-ru-bug-000171297" target="_blank"&gt;https://support.esri.com/en-us/bug/the-web-gis-disaster-recovery-webgisdr-tool-fails-to-ru-bug-000171297&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 07 Feb 2025 17:30:09 GMT</pubDate>
    <dc:creator>SeanF</dc:creator>
    <dc:date>2025-02-07T17:30:09Z</dc:date>
    <item>
      <title>Cannot backup deployment after upgrade to 11.4</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1571295#M16047</link>
      <description>&lt;P&gt;Hello! After updating our ArcGIS deployment from 11.3 to 11.4 we no longer can take backups using webgisdr tool. Upgrade was done using cloudformation template provided by Esri. To take backup I run:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;opt/arcgis/portal/tools/webgisdr/webgisdr.sh --export --file /opt/arcgis/portal/tools/webgisdr/webgisdr.properties &lt;/LI-CODE&gt;&lt;P&gt;As a result I receive:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;==================================================
Starting the WebGIS DR utility.
==================================================

Exception in thread "main" java.lang.NoClassDefFoundError: com/azure/storage/file/datalake/models/DataLakeStorageException
        at com.esri.arcgis.discovery.cache.AccessCredentials$Provider.fromStringIgnoreCase(AccessCredentials.java)
        at com.esri.arcgis.discovery.util.CloudEndpointLocator.b(CloudEndpointLocator.java:218)
        at com.esri.arcgis.discovery.util.CloudEndpointLocator.getProperty(CloudEndpointLocator.java:133)
        at com.esri.arcgis.discovery.util.CloudEndpointLocator.getS3EndPoint(CloudEndpointLocator.java:50)
        at com.esri.arcgis.webgis.storageservice.s3.S3StorageService.a(S3StorageService.java:215)
        at com.esri.arcgis.webgis.storageservice.s3.S3StorageService.&amp;lt;init&amp;gt;(S3StorageService.java:164)
        at com.esri.arcgis.webgis.storageservice.s3.S3StorageProvider.connect(S3StorageProvider.java:19)
        at com.esri.arcgis.webgis.storageservice.StorageManager.getConnection(StorageManager.java:63)
        at com.esri.arcgis.webgis.service.impl.WebGISDRFrontController.service(WebGISDRFrontController.java:132)
        at com.esri.arcgis.webgis.service.impl.WebGISDRManager.b(WebGISDRManager.java:193)
        at com.esri.arcgis.webgis.service.impl.WebGISDRManager.exportWebGIS(WebGISDRManager.java:177)
        at com.esri.arcgis.webgis.client.WebGISDR.main(WebGISDR.java:138)
Caused by: java.lang.ClassNotFoundException: com.azure.storage.file.datalake.models.DataLakeStorageException
        at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(Unknown Source)
        at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(Unknown Source)
        at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
        ... 12 more&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I may be missing some properties from my webgisdr.properties file because I replaced original webgisdr.properties by the same file from 11.3. I tried to recreate it manually using properties from&amp;nbsp;&lt;A href="https://enterprise.arcgis.com/en/portal/latest/administer/linux/populate-webgisdr-tool-properties-file.htm" target="_blank"&gt;https://enterprise.arcgis.com/en/portal/latest/administer/linux/populate-webgisdr-tool-properties-file.htm&lt;/A&gt;&amp;nbsp;but no success, I still receive same error.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 09:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1571295#M16047</guid>
      <dc:creator>Yurii_P</dc:creator>
      <dc:date>2024-12-26T09:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot backup deployment after upgrade to 11.4</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1573492#M16080</link>
      <description>&lt;P&gt;This problem exists even on fresh install&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 13:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1573492#M16080</guid>
      <dc:creator>Yurii_P</dc:creator>
      <dc:date>2025-01-08T13:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot backup deployment after upgrade to 11.4</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1583206#M16229</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Workaround&lt;/STRONG&gt;&lt;BR /&gt;Copy the azure-storage-file-datalake.jar file from the Portal for ArcGIS framework\lib directory into the tools\webgisdr\lib directory.&lt;/P&gt;&lt;P&gt;Issue fixed on 11.5&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.esri.com/en-us/bug/the-web-gis-disaster-recovery-webgisdr-tool-fails-to-ru-bug-000171297" target="_blank"&gt;https://support.esri.com/en-us/bug/the-web-gis-disaster-recovery-webgisdr-tool-fails-to-ru-bug-000171297&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Feb 2025 17:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-portal-questions/cannot-backup-deployment-after-upgrade-to-11-4/m-p/1583206#M16229</guid>
      <dc:creator>SeanF</dc:creator>
      <dc:date>2025-02-07T17:30:09Z</dc:date>
    </item>
  </channel>
</rss>

