<?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 Internal error in Java extension in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/367748#M275404</link>
    <description>&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;I want to regress dummy variables on Volume. I use codes which are shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; ods graphics on;
proc reg data = Sampledata_02_mer_dumvar plots(maxpoints = none)=(CooksD RStudentByLeverage DFFITS DFBETAS);
	model adjusted_volume = TRD_EVENT_ROUNDED_1 TRD_EVENT_ROUNDED_2 TRD_EVENT_ROUNDED_3 TRD_EVENT_ROUNDED_4 TRD_EVENT_ROUNDED_5 TRD_EVENT_ROUNDED_6 TRD_EVENT_ROUNDED_7;
run;
 ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The log file is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Multiple concurrent threads will be used to summarize data.
ERROR: Internal error in Java extension NewDoubleArray().
ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.
ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What exactly is a problem?&lt;/P&gt;&lt;P&gt;How can I fix that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Jun 2017 14:59:38 GMT</pubDate>
    <dc:creator>aminkarimid</dc:creator>
    <dc:date>2017-06-16T14:59:38Z</dc:date>
    <item>
      <title>Internal error in Java extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/367748#M275404</link>
      <description>&lt;P&gt;Hello everybody.&lt;/P&gt;&lt;P&gt;I want to regress dummy variables on Volume. I use codes which are shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; ods graphics on;
proc reg data = Sampledata_02_mer_dumvar plots(maxpoints = none)=(CooksD RStudentByLeverage DFFITS DFBETAS);
	model adjusted_volume = TRD_EVENT_ROUNDED_1 TRD_EVENT_ROUNDED_2 TRD_EVENT_ROUNDED_3 TRD_EVENT_ROUNDED_4 TRD_EVENT_ROUNDED_5 TRD_EVENT_ROUNDED_6 TRD_EVENT_ROUNDED_7;
run;
 ods graphics off;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The log file is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Multiple concurrent threads will be used to summarize data.
ERROR: Internal error in Java extension NewDoubleArray().
ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.
ERROR: Java virtual machine exception. java.lang.OutOfMemoryError: Java heap space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;What exactly is a problem?&lt;/P&gt;&lt;P&gt;How can I fix that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 14:59:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/367748#M275404</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-06-16T14:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error in Java extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/367779#M275405</link>
      <description>&lt;P&gt;The out of memory part of the error makes me think the requested plots are too many/complex for the memory available. Try running the code without the plots or reduce to a single plot.&lt;/P&gt;
&lt;P&gt;If the single plot works then a work around would be to request only one plot and run the proc multiple times with the PLOTS(only) to suppress the additional model outputs.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:05:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/367779#M275405</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-06-16T16:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error in Java extension</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/370188#M275406</link>
      <description>This link can be useful:&lt;BR /&gt;&lt;A href="http://support.sas.com/kb/31/184.html" target="_blank"&gt;http://support.sas.com/kb/31/184.html&lt;/A&gt;</description>
      <pubDate>Fri, 23 Jun 2017 22:25:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Internal-error-in-Java-extension/m-p/370188#M275406</guid>
      <dc:creator>aminkarimid</dc:creator>
      <dc:date>2017-06-23T22:25:41Z</dc:date>
    </item>
  </channel>
</rss>

