<?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: ERROR: Unable to load the Java Virtual Machine while running sgplot in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876237#M26653</link>
    <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243801"&gt;@ashasupriya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get rid of this error, you'll need to upgrade the SAS Private JRE.&lt;/P&gt;
&lt;P&gt;Have a look at this thread for details &lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/td-p/875891" target="_blank"&gt;https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/td-p/875891&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had replied to that thread with details on how to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 14:25:41 GMT</pubDate>
    <dc:creator>AhmedAl_Attar</dc:creator>
    <dc:date>2023-05-17T14:25:41Z</dc:date>
    <item>
      <title>ERROR: Unable to load the Java Virtual Machine while running sgplot</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876098#M26642</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;One of the analysts reported that she is unable to run the below code in SAS EG:&lt;/P&gt;
&lt;P&gt;data my_data;&lt;BR /&gt;input day $ sales;&lt;BR /&gt;datalines;&lt;BR /&gt;1 7&lt;BR /&gt;2 12&lt;BR /&gt;3 15&lt;BR /&gt;4 14&lt;BR /&gt;5 13&lt;BR /&gt;6 11&lt;BR /&gt;7 10&lt;BR /&gt;8 16&lt;BR /&gt;9 18&lt;BR /&gt;10 24&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;/*view dataset*/&lt;BR /&gt;proc print data=my_data;&lt;/P&gt;
&lt;P&gt;/*create line plot that displays sales by day*/&lt;BR /&gt;proc sgplot data=my_data;&lt;BR /&gt;series x=day y=sales;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&amp;nbsp;Unable to load the Java Virtual Machine. Please see the installation instructions or system administrator.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Checked the Java version and installed the latest but still no luck. The same code works just fine for me both locally and as SASApp. Any idea what am I missing here? Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Asha&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 20:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876098#M26642</guid>
      <dc:creator>ashasupriya</dc:creator>
      <dc:date>2023-05-16T20:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load the Java Virtual Machine while running sgplot</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876224#M26650</link>
      <description>&lt;P&gt;Uploaded the output log&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 13:49:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876224#M26650</guid>
      <dc:creator>ashasupriya</dc:creator>
      <dc:date>2023-05-17T13:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load the Java Virtual Machine while running sgplot</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876237#M26653</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243801"&gt;@ashasupriya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get rid of this error, you'll need to upgrade the SAS Private JRE.&lt;/P&gt;
&lt;P&gt;Have a look at this thread for details &lt;A href="https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/td-p/875891" target="_blank"&gt;https://communities.sas.com/t5/Administration-and-Deployment/How-to-find-the-JRE-version-of-the-SAS-on-linux-servers/td-p/875891&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had replied to that thread with details on how to do that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 14:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876237#M26653</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2023-05-17T14:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load the Java Virtual Machine while running sgplot</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876252#M26654</link>
      <description>&lt;P&gt;If users are maintaining their own computer such as versions of Java, then you have to instruct them not to "remove" all "old" versions of JRE as SAS looks for a specific version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have an IT department you have to tell them the same thing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have had to go through this twice with my IT department as they will assume that only the "latest" version should be on the machine. Coupled with them not wanting to maintain SAS to begin with, this typically means a loss of SAS availability for a couple of days every time they do something like that.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 15:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876252#M26654</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2023-05-17T15:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Unable to load the Java Virtual Machine while running sgplot</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876826#M26674</link>
      <description>&lt;P&gt;Hello &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/243801"&gt;@ashasupriya&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;SAS Server Comes with it own JRE. If there were an issue with this then everybody else too would have an issue. &lt;BR /&gt;As you are able to run it on SAS App Server, the server side is OK. The SG Plot log from SAS App does not show any error.&lt;BR /&gt;Restart the desktop/laptop, make sure that no other application is running and Start SAS EG and run your code. This is to make sure that the JVM issue due to this particular code. &lt;/P&gt;
&lt;P&gt;If that does not work the best approach is to seek assistance from your SAS Administrator.&lt;/P&gt;</description>
      <pubDate>Sun, 21 May 2023 22:56:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/ERROR-Unable-to-load-the-Java-Virtual-Machine-while-running/m-p/876826#M26674</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2023-05-21T22:56:27Z</dc:date>
    </item>
  </channel>
</rss>

