<?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: WebGISDR Java Runtime Environment Change from 11.3 to 11.4 causing backup to fail in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/webgisdr-java-runtime-environment-change-from-11-3/m-p/1569087#M41255</link>
    <description>&lt;P&gt;Ok well I figured out a workaround by running things from the Portal server and utilizing shared directories on our Config server for the shared location and the backup location specified in the properties file.&amp;nbsp; It's not really a workaround per se but prior to the last release or 2 it was alot easier to run things from a desktop with the proper directory shares in place.&lt;/P&gt;&lt;P&gt;Our polices are pretty strict so we can't run things from 'C\Program Files\ . . .' but I can copy out the webgisdr directory to my user-defined shared location and then run my bat that calls the 'myfullsitebkup.properties' file.&lt;/P&gt;&lt;P&gt;Hopefully it'll run in the Task Scheduler...&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 21:53:17 GMT</pubDate>
    <dc:creator>DavidColey</dc:creator>
    <dc:date>2024-12-16T21:53:17Z</dc:date>
    <item>
      <title>WebGISDR Java Runtime Environment Change from 11.3 to 11.4 causing backup to fail</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/webgisdr-java-runtime-environment-change-from-11-3/m-p/1568859#M41250</link>
      <description>&lt;P&gt;Hello - After finishing a largely successful 11.3 to 11.4, I copied the the webgisdr folder from it's default location on the Portal Server at&lt;/P&gt;&lt;P&gt;C:\Program Files\ArcGIS\Portal\tools\webgisdr to a shared location on my desktop, and set up the proper shares for my temp, bakups and backup folders so that I can run a weekly backup to a file share.&lt;/P&gt;&lt;P&gt;I then set the JAVA_HOME system environment variable to the latest JRE, which I currently show as:&lt;/P&gt;&lt;P&gt;C:\Program Files\Java\jre1.8.0_431&lt;/P&gt;&lt;P&gt;Apparently this is the latest version of the jre.&lt;/P&gt;&lt;P&gt;For the webgisdr properties file at 11.3, the JAVA_HOME requirement states:&lt;/P&gt;&lt;P&gt;# If running the WebGIS DR Tool from a machine without Portal for ArcGIS installed,&lt;BR /&gt;# make sure to set the JAVA_HOME operating system environment variable to a&lt;BR /&gt;&lt;STRONG&gt;# Java Runtime Environment 1.8 or later installation directory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;which I always had downloaded from&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.java.com/en/download/manual.jsp" target="_blank"&gt;https://www.java.com/en/download/manual.jsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Now, at 11.4, the JAVA_HOME requirement states:&lt;/P&gt;&lt;P&gt;# If running the WebGIS DR Tool from a machine without Portal for ArcGIS installed,&lt;BR /&gt;# make sure to set the JAVA_HOME operating system environment variable to a&lt;BR /&gt;&lt;STRONG&gt;# Java Runtime Environment 11 or later installation directory.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Predictably, the webgisdr tool is now failing with the following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Exception in thread "main" java.lang.UnsupportedClassVersionError: com/esri/arcgis/portal/util/FileUtil has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Currently, I have no idea where to get the JRE 11 - it is not available at the&amp;nbsp;&lt;A href="https://www.java.com/en/download/manual.jsp" target="_blank"&gt;https://www.java.com/en/download/manual.jsp&lt;/A&gt;&amp;nbsp;site.&amp;nbsp; That site says the latest is update version is version 8.&lt;/P&gt;&lt;P&gt;Are there any suggestions from anyone?&amp;nbsp; This method has always worked for us up until now, and I'd prefer not to run the backup from Portal server, mainly because I like to keep that server as light as possible.&lt;/P&gt;&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/10527"&gt;@JakeSkinner&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1371"&gt;@JoshuaBixby&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/413165"&gt;@Scott_Tansley&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 14:43:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/webgisdr-java-runtime-environment-change-from-11-3/m-p/1568859#M41250</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2024-12-16T14:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: WebGISDR Java Runtime Environment Change from 11.3 to 11.4 causing backup to fail</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/webgisdr-java-runtime-environment-change-from-11-3/m-p/1569087#M41255</link>
      <description>&lt;P&gt;Ok well I figured out a workaround by running things from the Portal server and utilizing shared directories on our Config server for the shared location and the backup location specified in the properties file.&amp;nbsp; It's not really a workaround per se but prior to the last release or 2 it was alot easier to run things from a desktop with the proper directory shares in place.&lt;/P&gt;&lt;P&gt;Our polices are pretty strict so we can't run things from 'C\Program Files\ . . .' but I can copy out the webgisdr directory to my user-defined shared location and then run my bat that calls the 'myfullsitebkup.properties' file.&lt;/P&gt;&lt;P&gt;Hopefully it'll run in the Task Scheduler...&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 21:53:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/webgisdr-java-runtime-environment-change-from-11-3/m-p/1569087#M41255</guid>
      <dc:creator>DavidColey</dc:creator>
      <dc:date>2024-12-16T21:53:17Z</dc:date>
    </item>
  </channel>
</rss>

